Javascript Help

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
darkfire
Forum Newbie
Posts: 4
Joined: Mon May 21, 2007 12:08 am

Javascript Help

Post by darkfire »

I am making a site and the buttons are javascript operated. This site loads the html file into a Layout cell. The problem that I am having is I cannot get the html page to load in when you goto the URL you actually need to click a button to get to it does anyone know some javascript that will load my page in Right when you open the page?
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

:arrow: moved to client side
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

take a look at the body's onload event handler
Post Reply