Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Text field dependant on what is select from a drop down menu

Status
Not open for further replies.

RANGO03

Programmer
Apr 24, 2003
9
US
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>

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top