Javascript Onload Help
- Started
- Last post
- 8 Responses
- ILuvSushi
I have my head tag area full of javacript rollover code and CSS. When I put in code in my head area for a onload action to open another window automatically and then in my body call the window to load its working fine when I preview in dreamweaver however then when I upload to the server its not loading the window.
any help?
- ILuvSushi0
please?
- ILuvSushi0
ok i just tried it too in a blank html page just with the code for the window open onload.
Still not working? why?
- ILuvSushi0
ok i just viewed the html for some reason its saying:
function SymError()
{
return true;
}window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}window.open = SymWinOpen
Could the server not allow javascript popup?
- rabattski0
if you have netscape type javascript: in the locationbar. it'll open the javascript debugger. then open your site and see what it says.
- ILuvSushi0
can i email you the notepad text that the page says when i go to it and click view source?
its giving a system error on mutiple servers :(
- rabattski0
oh. and before you use a javascript debugger get rid of this line: window.onerror = SymError; because it stops giving errors.
sorry haven't got the time to fix someone else's code. got plenty of code to fix myself.
- rabattski0
oh you just send it. hmmm... allright i'll take a quick glance at it. sloppy coding though.
- rabattski0
check yer mail.