Current location: Hot Scripts Forums » Programming Languages » ASP » Call a sub from form?


Call a sub from form?

Reply
  #1 (permalink)  
Old 08-13-03, 04:52 PM
Tesco Tesco is offline
ASP Guru
 
Join Date: Jun 2003
Location: UK
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Call a sub from form?

Hola!
Got a ASP form, and once it's submitted I want it to be handled by a sub in the same page.

How could I do this?

I tried using
If Request.ServerVariables("REQUEST_METHOD") = "POST" Then
Call SubName
End If

And it, and a load of other ways I've tried, don't work

Help?
Tia
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 08-13-03, 05:44 PM
Stealth Stealth is offline
1337 pr0gr4mm3r
 
Join Date: Jun 2003
Location: Glasgow, Scotland
Posts: 188
Thanks: 0
Thanked 0 Times in 0 Posts
i add a hidden field to the form say:
<input type="hidden" name="posted" value="yes">



if request.form("posted") = "yes" then
' do after form is posted

else
' show form

end if


you can also use the value of the submit button.

If request.form("submit") <> "" then
end if

Last edited by Stealth; 08-13-03 at 05:46 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 08-13-03, 06:34 PM
Tesco Tesco is offline
ASP Guru
 
Join Date: Jun 2003
Location: UK
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
LOL.

The script didn't work because I wasn't referencing to the form properly (it's been a long day!).

Thanks anyway
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #4 (permalink)  
Old 08-14-03, 03:19 AM
Stealth Stealth is offline
1337 pr0gr4mm3r
 
Join Date: Jun 2003
Location: Glasgow, Scotland
Posts: 188
Thanks: 0
Thanked 0 Times in 0 Posts
you need more sleep lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL database registration form help vinhkhuong PHP 3 10-10-03 04:49 AM
asp: URGENT! need to change code to create new form per id seala ASP 2 09-09-03 10:54 PM
asp: checkboxes & multi-page form seala ASP 0 09-02-03 02:58 PM
Passing value from one form to another form sasi ASP 2 08-30-03 12:38 AM
Need Bravenet Alternative... bobby444 General HotScripts Site Discussion 10 07-17-03 10:36 PM


All times are GMT -5. The time now is 09:42 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.