For Programmers: Free Programming Magazines  


Home > Archive > ASP > November 2005 > Double click event









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Double click event
Jack

2005-11-28, 6:55 pm

I have a active server page where records are displayed from a query. The
display right now is read only. However, with text box this display can also
be edited. The first column shows category while the second category shows
category total sales. I would like to double click on category field to get
to another asp page that would show the details of sales for that category
value double clicked.

My question is: If there is any double click event that would allow me to
pass values to open another asp page. Any help is appreciated. Regards.
Bob Barrows [MVP]

2005-11-28, 6:55 pm

Jack wrote:
> I have a active server page where records are displayed from a query.
> The display right now is read only. However, with text box this
> display can also be edited. The first column shows category while the
> second category shows category total sales. I would like to double
> click on category field to get to another asp page that would show
> the details of sales for that category value double clicked.
>
> My question is: If there is any double click event that would allow
> me to pass values to open another asp page. Any help is appreciated.
> Regards.

This is not an ASP issue. ASP is only in effect at the web server and knows
nothing about events that occur in the client browser. You need to follow up
in a client-side scripting newsgroup such as
microsoft.public.scripting.jscript.

'There is no double-click event. I would suggest putting a hyperlink in each
row that uses a querystring to pass the data to the asp page.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


Jack

2005-11-28, 6:55 pm

Thanks for the suggestion. It would be of help. Best regards.

"Bob Barrows [MVP]" wrote:

> Jack wrote:
> This is not an ASP issue. ASP is only in effect at the web server and knows
> nothing about events that occur in the client browser. You need to follow up
> in a client-side scripting newsgroup such as
> microsoft.public.scripting.jscript.
>
> 'There is no double-click event. I would suggest putting a hyperlink in each
> row that uses a querystring to pass the data to the asp page.
>
> Bob Barrows
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>
>

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com