If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > use an anchor to submit, or set image for submit button

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-22-10, 09:12
mikezx10 mikezx10 is offline
Registered User
 
Join Date: Oct 2003
Posts: 226
use an anchor to submit, or set image for submit button

I am trying to be consistant in display but I wrote code using a submit button where the rest of the site uses an anchor & href with an image.

old code
<a href="#" onclick="javascript:window.frames('Cnt').ValidateF orm();"><img src="../images/go.gif" border="0"></a>

new code
<input type="submit" value="Go" />
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On