Dear sir/madam,
I have a web page with different textboxes and dropdownboxes on them. When a user double-clicks a dropdown box, he will get a pop-up screen giving him the possibility to search and select items.
After he presses OK on the popup window, the original screen gets refreshed and the chosen item is written to the textbox.
Now this all works fine, but the problem I am having is that if I make choices in the dropdownboxes, then those choices are reset after refreshing that page. So all of my choices are undone. How can I prevent this from happening?
Kind regards
Jelle
I have a web page with different textboxes and dropdownboxes on them. When a user double-clicks a dropdown box, he will get a pop-up screen giving him the possibility to search and select items.
After he presses OK on the popup window, the original screen gets refreshed and the chosen item is written to the textbox.
Now this all works fine, but the problem I am having is that if I make choices in the dropdownboxes, then those choices are reset after refreshing that page. So all of my choices are undone. How can I prevent this from happening?
Kind regards
Jelle