How can I display a popup window to help the user to fill in a field ?
The following javascript functions are available to display a popup window that can filled in an input field when closed. • openpopup(form, popup, width, height, e) • closepopup(form, openerField, popupField) The openpopup function opens a popup window, and submits the form in this new window. This allows to generate a response specific to the form content. The closepopup funtion sets the specified field in the main window with the value of the selected field of the popup window and closes the popup window. This example allows to pick up a car model when a brand is selected.