create event

create event

am 15.01.2006 11:03:02 von Souris

Is it possible to creat event using ASP.
For example, I need to do something when user click dropdown box.

I need an event for the dropdown box on click.
If yes, can you pleasee give a simple example code.

Your information is great appreciated,

Re: create event

am 15.01.2006 14:14:52 von reb01501

Souris wrote:
> Is it possible to creat event using ASP.
Only by response.writing the html needed to make this happen. In other
words, this is not an ASP issue. ASP operates only at the web server. Once
the page is delivered to the client browser, ASP is no longer relevant.

You should follow up in a group devoted to client-side scdripting such as
microsoft.public.scripting.jscript.

> For example, I need to do something when user click dropdown box.
>
> I need an event for the dropdown box on click.
> If yes, can you pleasee give a simple example code.
>





See? No ASP involved here.

HTH,
Bob Barrows
--
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: create event

am 15.01.2006 22:36:02 von Souris

Thansk for the information,

Do you mean that ASP is server side which only manipulate the data and I
need have a client side scripts to let client browser to request?

For example, client browser hit the www.mypage.com/index.html which has all
my components on the form have all the event and VBScripts code.

In my VBScripts to call ASP file to fill the data to the form.
If I am wrong please let me know,

Thanks again your help,




"Bob Barrows [MVP]" wrote:

> Souris wrote:
> > Is it possible to creat event using ASP.
> Only by response.writing the html needed to make this happen. In other
> words, this is not an ASP issue. ASP operates only at the web server. Once
> the page is delivered to the client browser, ASP is no longer relevant.
>
> You should follow up in a group devoted to client-side scdripting such as
> microsoft.public.scripting.jscript.
>
> > For example, I need to do something when user click dropdown box.
> >
> > I need an event for the dropdown box on click.
> > If yes, can you pleasee give a simple example code.
> >
>
>
>
>
>
> See? No ASP involved here.
>
> HTH,
> Bob Barrows
> --
> 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: create event

am 16.01.2006 05:41:03 von Paul

>Do you mean that ASP is server side which only manipulate the data and I
>need have a client side scripts to let client browser to request?

Yes, and for a couple possibly related links:

Classic ASP Design Tips - Post Back Page
http://www.bullschmidt.com/devtip-postbackpage.asp

Classic ASP Design Tips - Dependent Listboxes
http://www.bullschmidt.com/devtip-dependentlistboxes.asp

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips