Search found 1 match

by seth1334
Mon Dec 27, 2004 5:08 am
Forum: Javascript
Topic: Refresh form with value selected from combo / drop down box
Replies: 3
Views: 656

If you want to do a database lookup without reloading the page, you can use a popup window which calls aphp script to do the lookup, and a bit of javascript to set opener.document.forms[whatever].elements[whatever] to the desired value.
HTH