Hi,
I am looking for a way to use minimal javascript to open a popup window when the user clicks on an input field and allow them to choose one string inside the pop up window (like click on a radio button) and get the input box in the parent window filled with the value of the string.
I know it's kinda standard, but I dont know much about using javascript ... so I dont know exactly what to search for ....
I've seen hotmail allows you to populate your recipient input box using a popup ... I am looking to do something similar ...