Click to See Complete Forum and Search --> : Posting a JavaScript in Frontpage 2002


lucky
08-25-2003, 12:40 PM
I am a beginner using JavaScript.. I am trying to post a code in my HTML to show up on my website. After I post the script it shows up on the page in text form... I am using Frontpage 2002.. Please Help...

Here is the JavaScript that I am trying to post:

<applet codebase="http://www.resultsats.com/" archives=ticker.jar code="Blink.class" width=140 height=250>
<param name=background_r value=136>
<param name=background_g value=0>
<param name=background_b value=0>
<param name=label_focus_r value=0>
<param name=label_focus_g value=0>
<param name=label_focus_b value=255>
<param name=label_nofocus_r value=0>
<param name=label_nofocus_g value=100>
<param name=label_nofocus_b value=200>
<param name=text_r value=0>
<param name=text_g value=0>
<param name=text_b value=0>
<param name=bold_text_r value=0>
<param name=bold_text_g value=0>
<param name=bold_text_b value=0>
<param name=date_r value=200>
<param name=date_g value=0>
<param name=date_b value=0>
<param name=speed value=2>
</applet>


Thanks

Mike

pyro
08-25-2003, 12:41 PM
It is because FrontPage sucks. Try pasting that code into notepad, and the copying it from there and pasting it into FrontPage, or just get a real HTML editor...

lucky
08-25-2003, 12:47 PM
pyro,

thanks for the suggestion...

suggestion on a real HTML reader??

pyro
08-25-2003, 12:50 PM
Commercial: Dreamweaver (http://www.macromedia.com/dreamweaver) (I use the code view... using a WYSIWIG is no excuse to not learn HTML)

Free: http://www.chami.com/html-kit/

Khalid Ali
08-25-2003, 01:03 PM
post a link to the page where you ahve actual code implemented..

Khalid Ali
08-25-2003, 01:04 PM
Hey Pyro..I thought you were a die hard FrontPage user (wink)

pyro
08-25-2003, 01:19 PM
Originally posted by Khalid Ali
Hey Pyro..I thought you were a die hard FrontPage user (wink) Blech... *coughs* ... *dies*...

lol :D

Khalid Ali
08-25-2003, 01:29 PM
Originally posted by pyro
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
[/B]

holly...can I agree with you any more..its awsome...where did u get that..

pyro
08-25-2003, 01:35 PM
I found it on the internet... :D From someone on a PHP forums, to be specific. ;) True though, ain't it?

Khalid Ali
08-25-2003, 01:36 PM
must be some one extreeeeeeeemely pissed at his/her clients..lol

lucky
08-25-2003, 07:04 PM
Pyro,

Thank you....copying it to Notepad and then re-copying it worked....I appreciate your help...

pyro
08-25-2003, 08:38 PM
You are welcome... :)