 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

March 10th, 2005, 06:32 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Generate a menu when right click a cell
Hi, all,
My boss ask me if asp can do the following:
we display some information in a table, instead of only directly puting a link in the cell as default link, can the client to right-click the cell to display a drop-down menu, inside the menu with some links about the:
- Detail Report
- Draft Report
- Drawing
- Data
?
so when user click any of the item in the menu, there is a new window display the specified information.
is it possible to generate a user-defined menu by using right click??? How?? Thanks in advance!!!
Andraw
|
|

March 11th, 2005, 01:07 AM
|
|
Friend of Wrox
|
|
Join Date: May 2004
Posts: 642
Thanks: 0
Thanked 43 Times in 42 Posts
|
|
|
|

March 11th, 2005, 10:35 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi, Om Prakash,
Thanks for your reply, it's very useful and almost is what I want.
For the link, the right-click menu will appear when you right click anywhere in the window. Can I control it to make it appear only when the user right-click some link(or words), and also for different link(or word), the querystring in the links of the menu will be dynamically changed? it's possible?
Thanks again!
Andraw
|
|

March 11th, 2005, 01:59 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi, all,
I already figure out how to control right-click menu at the place I want.
go to the link Om Prakash give me, instead of using:document.oncontextmenu = showmenuie5, put oncontextmenu = showmenuie5 at any place you want.
Andraw
|
|

March 24th, 2005, 05:37 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 108
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi, all,
I create a list using <select> tag, after the user select the item, if he right the item, there is a right-click menu (in a iframe) appear. everything work fine except that the menu did have a border, but the border of the part that overlap with <select> list is always missing, the border for non-overlaped part is OK, can anybody tell me what's the problem? I try use z-index, but still doesn't work.
Thanks!
Andraw
|
|
 |