lynxvoodoo
Technical User
Hi! The following code produces a sumbit button which works. But my question is how can I replace the standard submit button to one of my own?
Dim strAction
strAction = UCase(Left(Request.Form("action"
,8))
Select Case strAction
Case "CONTINUE"
Response.Redirect "default.asp"
....................
....................
....................
End Select
Response.write "<input name="&q&"action"&q&" type="&q&"submit"&q&" value="&q&"Continue"& q &">
I have tried to change type="image" and included the follwoing scr="image.gif". The button images does appear but does not seem to do as its supposed to.
Help will be greatly appreciated.
Lynx![[thumbsup] [thumbsup] [thumbsup]](/data/assets/smilies/thumbsup.gif)
Dim strAction
strAction = UCase(Left(Request.Form("action"
Select Case strAction
Case "CONTINUE"
Response.Redirect "default.asp"
....................
....................
....................
End Select
Response.write "<input name="&q&"action"&q&" type="&q&"submit"&q&" value="&q&"Continue"& q &">
I have tried to change type="image" and included the follwoing scr="image.gif". The button images does appear but does not seem to do as its supposed to.
Help will be greatly appreciated.
Lynx
![[thumbsup] [thumbsup] [thumbsup]](/data/assets/smilies/thumbsup.gif)