Here is the deal. I have a drop down menu with about 50 projects numbers in it. I also have a project desc field. I want to have my users select a project number from the drop down menu and auto populate the projects desc field. How can I do this
In your popup window, where page.asp is the page you wish to reload.
Code:
<body onunload="opener.location=('page.asp')">
<a href="" onClick="window.close();">Please click here to close this page</a>
</body>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.