Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I display a popup window to help the user to fill in a field ?

display field help popup user window
0
Posted

How can I display a popup window to help the user to fill in a field ?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123