Imagine life without Javascript...

M

Man-wai Chang

How do/would you implement a pop-up window for user to pick a value out
of a searchable list and then pass it back to the textbox?
 
P

Peter Michaux

How do/would you implement a pop-up window for user to pick a value out
of a searchable list and then pass it back to the textbox?

You couldn't do what you want exactly without JavaScript. You could
could open the new window with the target attribute of the <a>
element. But then when the user does pick the value you would not be
able to close the window and show the choice in the textbox of the
original window.

I think maybe you should just have a single window. When the user
clicks a link they see a page with the choices. when they choose then
they see the original page with the selection in place. Only one
window this way.

Peter
 
P

prince

(e-mail address removed) said the following on 4/28/2007 1:30 PM:



Works absolutely lovely without a Flash Player. Try it.

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ -http://jibbering.com/faq/index.html
Javascript Best Practices -http://www.JavascriptToolbox.com/bestpractices/

The link was not for the actual code. it was for a recording of a
sample application usage. The actual code still uses javascript+XML.
Regards
Prince.
http://dyumnin.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top