Fill and submit form on another window
Fill and submit form on another window
am 05.09.2007 01:14:35 von MichaelK
Hello.
I have all data already collected on the current page?
I want to open another window with the form, fill the fields and submit that
form.
So basically the question is how can I fill all fields and submit the form
on another window.
Regards,
Michael
Re: Fill and submit form on another window
am 05.09.2007 01:43:29 von exjxw.hannivoort
MichaelK wrote on 05 sep 2007 in
microsoft.public.inetserver.asp.general:
> Hello.
>
> I have all data already collected on the current page?
Is that a question?
> I want to open another window with the form, fill the fields and
> submit that form.
No, that is the wrong way,
first fill the fields,
then submit the form to another window.
> So basically the question is how can I fill all fields and submit the
> form on another window.
Do you want to do this serverside?
This is a serverside code NG.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Re: Fill and submit form on another window
am 05.09.2007 02:38:12 von MichaelK
Hi Evertjan.
If I just wanted to fill the form and submit it to another window wouldn't
put this question in here.
It's exactly what I want to do - open the page in another window, make sure
the window is open,
fill all fields on that form and submit that form.
Any code would work for me VBScript, Javascript doesn't matter.
Regards,
Michael
"Evertjan." wrote in message
news:Xns99A2118936D1Aeejj99@194.109.133.242...
> MichaelK wrote on 05 sep 2007 in
> microsoft.public.inetserver.asp.general:
>
>> Hello.
>>
>> I have all data already collected on the current page?
>
> Is that a question?
>
>> I want to open another window with the form, fill the fields and
>> submit that form.
>
> No, that is the wrong way,
> first fill the fields,
> then submit the form to another window.
>
>
>> So basically the question is how can I fill all fields and submit the
>> form on another window.
>
> Do you want to do this serverside?
>
> This is a serverside code NG.
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
Re: Fill and submit form on another window
am 05.09.2007 03:51:39 von reb01501
MichaelK wrote:
> Hello.
>
> I have all data already collected on the current page?
> I want to open another window with the form, fill the fields and
> submit that form.
> So basically the question is how can I fill all fields and submit the
> form on another window.
>
http://www.aspfaq.com/show.asp?id=2353
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: Fill and submit form on another window
am 05.09.2007 18:07:30 von exjxw.hannivoort
MichaelK wrote on 05 sep 2007 in
microsoft.public.inetserver.asp.general:
[Please do not toppost on usenet]
> If I just wanted to fill the form and submit it to another window
> wouldn't put this question in here.
That may be, but how are we to know?
> It's exactly what I want to do - open the page in another window, make
> sure the window is open,
> fill all fields on that form and submit that form.
> Any code would work for me VBScript, Javascript doesn't matter.
But it matters if you want to do this using serverside code,
or using clientside code.
> make sure the window is open,
That can only be done clientside, so then your Q is in the wrong NG.
Try:
news:comp.lang.javascript
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)