Click to See Complete Forum and Search --> : popup menu, get text from table column, dispaly in pop up menu & diaply the same in


shanuragu
05-09-2003, 11:45 AM
Please tell me how to Create popup menu.

I have to fetch table column value & display the same on a pop up menu, when it is closed the same value should be displayed in a text box located in the next page.

Please help me..

SharRa

havik
05-09-2003, 04:20 PM
I'm not sure on the other parts but you could use this link to generate a pop-up for you

http://www.wizardscc.com/wizards/newwindow.asp

You could put this code in a javascript function and call on the function when a link is pressed.

Here's another link for info on the window.open function
http://www.pageresource.com/jscript/jwinopen.htm

Havik