|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Adsense code is in Java--it has to be added to the HTML. But I create my pages from an access database using ASP. How can I insert google's javacode into the asp (so it will appear in the HTML code of the page, not as text on the page)
Google's javacode looks like this: <script type="text/javascript"><!-- google_ad_width = 728; //--></script> <script type="text/javascript" </script> Thanks. |
|
#2
|
|||
|
|||
|
If I understand you correctly you can either use:
Response.Write "<script type ........ </script>" Or use %> and <% to insert html code in your ASP script I hope this helps you, good luck |
|
#3
|
|||
|
|||
|
Just write it as if you are writing normal text to the ASP page.
__________________
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Adsense |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|