PDA

View Full Version : Damn Scripts,damn Dreamweaver



sharedholder
12-04-2003, 01:53 PM
How the hell i got this to work with dreamweaver? I click on insert script --Java -- i paste that and nothing shows up.Any ideea?

<script type="text/javascript"><!--
google_ad_client = "pub1623459";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
//--&#62;</script>
&#60;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

asmithz
12-04-2003, 02:37 PM
Looks like it suppose to be this,

&#60;script type="text/javascript"></script> http://pagead2.googlesyndication.com/pagead/show_ads.js

but is still dosen&#39;t work.

sharedholder
12-04-2003, 02:42 PM
:lol: It works now

google_ad_client = "pub-65063";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
//--&#62;</script>
&#60;script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</body>

Don&#39;t work for you because i removed the id client.

MUSLEMAN
12-04-2003, 02:49 PM
EDIT: Deleted the script by request from SH

Amarjit
12-04-2003, 05:28 PM
Why are you using Google&#39;s page? :huh:

And Java is different to JavaScript. :rolleyes: And sharedholder, I&#39;ve noticed that your queries involving Dreamweaver are multiplying by the minute; might I recommend buying a book explaining its usage or possibly FrontPage would act as a suitable alternative: its interface is easier to co-operate with and after mastering FrontPage, Dreamweaver is the next best step up. :)

I.am
12-04-2003, 07:26 PM
@Amarjit, he didnt say Java as in language. Apparantly, Dreamweaver has an option to insert javascript with a click of a button.

Insert Script > Java

One could just paste it as well in html mode.

I think he is doing alright. This is the only way to learn anything that is by doing it ;)

Besides the more questions you ask the more you learn ;)