Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onclick - function not a link 1

Status
Not open for further replies.

boyfromoz

Technical User
Feb 1, 2001
469
AU
I have a splash page which has a button entry to the rest of the site. To date, have used a "goto url" on mouse down.

Now, I need to have it start a javascript function onclick instead.

The function runs a few things which must happen prior to the next page opening.

Basically, its like running a behaviour in html/dreamweaver

How do I do it?


 
on (press) {
getURL ("javascript:myFunction ();");
} Regards

David Byng

spider.gif


davidbyng@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top