Ask a Question related to Dreamweaver AppDev, Design and Development.
-
btn #1
Submit form on page load?
Hi,
Using ASP/VBscript/Acsess
Is it possible to submit a form on page load?
Any ideeas?
Thanx!
Bjorn.
btn Guest
-
Submit PDF Form
I've created my first PDF Form in Acrobat 7.0 Professional, with a "submit-form" button. Now, I want the filled-out form to be sent as an attachment... -
Need Help With Submit Form
I have DW 3 and designing my own site. I would like my customer to be able to fill out a form. I know how to create a form, I don't know how to get... -
Form submit -> receive resulting stream in same page
I am trying to connect an e-commerce system to a payment gateway (located in Hong Kong). The gateway takes values in the form of a simple form... -
Form Field/ Form Submit Problems (probably an easy answer...)
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works... -
ASP Form Doesn't Always Submit
Hello everyone, I am pretty much newbie to ASP so please bear with me as I explain my problem. I currently have a main form which displays data... -
Alexandro Colorado #2
Re: Submit form on page load?
On Mon, 7 Mar 2005 09:16:13 +0000 (UTC), btn
<webforumsuser@macromedia.com> wrote:
> Hi,
>
> Using ASP/VBscript/Acsess
>
> Is it possible to submit a form on page load?
>
> Any ideeas?
>
> Thanx!
>
> Bjorn.
You might be interested in looking to ImpAKT which lets you generate
upload forms from a ASP/VBScript/Access enviroment.
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/ImpAKT/Overview/[/url]
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest
-
CarlGrint #3
Re: Submit form on page load?
To answer your question rather then try and sell you something, yes you can,
but it requires Javascript, so if someone has it disabled the form will not run
on page load.
You can add simply code to the Body tag.
onLoad="document.form1.submit();"
where form1 is the name of the form you want to submit.
Originally posted by: btn
Hi, Using ASP/VBscript/Acsess Is it possible to submit a form on page load?
Any ideeas? Thanx! Bjorn.
CarlGrint Guest
-
Alexandro Colorado #4
Re: Submit form on page load?
Yes you are right, you can use Javascript too. I guess I read the message
too fast.
On Mon, 7 Mar 2005 13:18:05 +0000 (UTC), CarlGrint
<webforumsuser@macromedia.com> wrote:
> To answer your question rather then try and sell you something, yes you
> can,
> but it requires Javascript, so if someone has it disabled the form will
> not run
> on page load.
>
> You can add simply code to the Body tag.
>
> onLoad="document.form1.submit();"
>
> where form1 is the name of the form you want to submit.
>
>
> Originally posted by: btn
> Hi, Using ASP/VBscript/Acsess Is it possible to submit a form on
> page load?
> Any ideeas? Thanx! Bjorn.
>
>
>
--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
[url]http://www.interaktonline.com[/url]
Tel: 40(21) 312.5312
Alexandro Colorado Guest



Reply With Quote

