Forum Moderators: open
this is a example of what I want. The home page says to click on "enter". thats exactly what I need but with out the onclick , how can I make this happen.?
thank you in advance
[edited by: tedster at 11:28 pm (utc) on April 8, 2008]
That effect is done by opening a new window using javascript, in an "onclick" event as you said.
You could take the same script and put it in the "onload" event of the <body> instead of the "onclick" event of a link. But be forewarned that most popup blockers will prevent that from happening.
Hence why so many all-flash sites have those splash pages - the popup blockers require user interaction before opening a new window.
[edited by: tedster at 11:28 pm (utc) on April 8, 2008]