Click to See Complete Forum and Search --> : Why cant I see my scripts!?


Eburris
10-15-2003, 07:59 PM
When I use an online HTML tester or a web editor I can see my java scripts when I go to "Preview" but when I putblish the page all I see is a runtime error (I'm sure I typed it right!!) and lots of garble I didn't write. Is this because my comcast site free web page maker dosent support javascript? If so how can I get it to do so and where to get a homepage that does? or is it my computer that doesnt work right?

Khalid Ali
10-16-2003, 12:11 AM
post a link to the page you are having problems with.

It could be one of many reasons.
your web host adding code into your pages?
the WYSIWYG editor you may be using could be screwing up your code...

Eburris
10-16-2003, 02:53 PM
here is the link

http://home.comcast.net/~eburris/test5.html

gunther_mcfly
10-16-2003, 07:28 PM
try taking out the <br> tags inside the <script> tags. my guess is you pasted them in or something, and your editor thought you were just writing in plain text and went ahead and formatted it with HTML.

Eburris
10-17-2003, 02:35 PM
I didnt put the <br> tags there. that is just what came up automaticly when I published the page. this is what I typed as an example

<script language="JavaScript"
alert ("HEY!")
}
</script>

Shampie
10-17-2003, 07:21 PM
there are 2 <'s and only one > above.. try closing it?

Eburris
10-18-2003, 11:05 AM
hold on, never mind. I found a web builder that supports Java. so I've got it. Thanks for the help!