Thread: html scripting
View Single Post
  #5  
Old 11-12-2001, 04:02 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Re: html scripting

Quote:
Originally posted by royce
i kno this aint graal scripting but i thought u scripters might know some html...so here it goes, What is the script command to have a image on the html thing like a button. like if hte person clicks the image it goes to a url. plz answer asap
I used to master html but since graal no well here is how : <input type="image" scr="img link" onClick"url(link here)"> try that if not <a href=""><img scr=""></a>
Reply With Quote