It's <input type=image src="../images/stuff.gif" name=Whatever>
 
If by chance you are going to check to see if the submit button was clicked in the 
action file you need to check somethimg like this:
 
 If request.form("Whatever.x") <> ""  
 
Or request.form("whatever.y") 

because the value that is passed when you use an image is the X/Y coordinates of the 
mouse click on the button. 

peijanelaw <[EMAIL PROTECTED]> wrote:
hi everyone, 

can anyone guide me on how to include img src="ball.gif" together 
with <input type="submit"> so that there is an icon with picture that 
can perform the "submit" function?

<form action="outtimetrack.asp" method="POST" name="out">      
<input type="submit">
eg. [ball.gif] -- when click on the ball picture, it will submit the 
forms element to outtimetrack..

thanks..


Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to