Click to See Complete Forum and Search --> : Javascript text shows up at top of page?


mlaugherty
04-10-2005, 08:03 AM
:confused: I am using FrontPage to make a website. I am having some trouble with Firefox rendering some of the the effects and drawing tool aspects of Frontpage has to offer. On the Mozilla website it mentioned that thier browser does not support VB script. So, I went to page properties and changed the "design-time control scripting settings to all "javascript." after doing this this, text is coming up at the top of the page <%@ Language=JavaScript %> ?! this text is usually hidden by the hidden tag, and in the code it is listed as hidden. I changed the settings back how they were but the text keeps coming up. It does not show up If previewed in IE. Any solutions would be appreciated.

m.laugherty

buntine
04-10-2005, 08:57 AM
This looks like an ASP directive command. It should only be used in an ASP page to specify which language being used. This element should be interpreted during the compilation process and never output to the client. In what context are you using this tag? (what its desired purpose?)

Regards.

ray326
04-10-2005, 08:30 PM
Design time controls are all server side stuff. Your problem is probably the invalid HTML being generated by Frontpage.

mlaugherty
04-15-2005, 11:28 AM
thanks for responding. I actually found the problem. I just deleted the java text at the begining of the html code. Everything works fine now.

thanks,
m.laugherty :D