Need Help with Javascript?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • reggy
    Confirmed User
    • Jun 2004
    • 190

    #1

    Need Help with Javascript?

    Hello,
    I didnt get any response in the help section so i posted here - please could someone tell me how i can make this part of the Javascript code which goes into the body open in a new window:

    <input type=button name=name value="Visit this site" onClick="visitSite()" size=50>

    Thanx!
    Black Pussy
  • ThumbWolf
    Confirmed User
    • Feb 2005
    • 154

    #2
    <body onLoad="visitSite()'>

    Comment

    Working...