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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Submitting a form through a link

Status
Not open for further replies.

roblasch

Programmer
Dec 30, 2000
168
US
Is it possible to submit a form from a link without using javascript?
 
I think Kind of Possible.

Check this out :-
Code:
Response.Write &quot;<SPAN onClick='frm1.Submit();' onmouseover=&quot;&quot;this.style.cursor='hand';this.style.color='red';window.status='Click here to submit your form.';&quot;&quot; onmouseout=&quot;&quot;this.style.color='black';window.status='';&quot;&quot; CLASS=mmbodysml STYLE='text-decoration:underline'> Submit</SPAN> &quot;
Tell us if this is what you needed.
Thank you very much.

RR


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top