-
POst to ASP validation and then rePost
Is it possible to post a form to a validation script and then when validated, repost the form to a external URL? I need to run my form through an asp validation, pick up some values and then post it to an outside server source.
Can someone lead me in the right direction with examples if this is even possible?
THANKS!!
-
-
Well, you could use the get method easily, just by redirecting to that url... your.com/path/file.asp?var=value1&var2=val2&etc
That should work. As for post, it would be harder. You could use ajax to send post data, perhaps. But I don't know if you can with just ASP.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks