Ask a Question related to ASP Database, Design and Development.
-
monki #1
newbie - Automaticaly Posting
I want to take the post data from a form, validate it etc and then post it
out to another page.(on a different site)
Is there a way in vbscript to post a form automatically
i.e.
user completes form & submits via post
Process data & validate
Post data to 3rd party page
Thanks in advance
J
monki Guest
-
not posting
can someone elaborate on why this code is not working: #! Perl\bin\perl -w use strict; $|++; use WWW::Mechanize; my $mech =... -
Prevent tag properties automaticaly generated by ASP.NET
When I use System.Web.UI.WebControls.Image, ASP.NET automaticaly outputs : <img border="0" /> Is there a way to prevent this border="0" to be... -
XML posting
I wan't to send a string containing XML to a Microsoft XML gateway. I'm using the include code below as an include and calling the function with... -
Re Posting this Pls Help
I have reposted this in the hope some one can help. If it has been covered before I apologise but I cannot find an answer to this problem. I... -
Evertjan. #2
Re: newbie - Automaticaly Posting
monki wrote on 20 jun 2004 in microsoft.public.inetserver.asp.db:
This is not database related, so off topic here on> I want to take the post data from a form, validate it etc and then
> post it out to another page.(on a different site)
>
> Is there a way in vbscript to post a form automatically
>
> i.e.
> user completes form & submits via post
> Process data & validate
> Post data to 3rd party page
microsoft.public.inetserver.asp.db.
Do you mean that the ASP-server and not the browser should post the data to
another server?
If so please ask in: <microsoft.public.inetserver.asp.general>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Evertjan. Guest
-
Bullschmidt #3
Re: newbie - Automaticaly Posting
Well after you post the page to itself and validate the data you can
have ASP code create the form tag accordingly (i.e. WHERE the form will
be posted to). And toward the end of the form have some JavaScript:
Response.Write "<script
type='text/javascript'>document.myform.submit();</script>"
Best regards,
J. Paul Schmidt, Freelance ASP Web Designer
[url]http://www.Bullschmidt.com[/url]
ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
*** Sent via Devdex [url]http://www.devdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Bullschmidt Guest



Reply With Quote

