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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

passing parameters

Status
Not open for further replies.

cic

Technical User
Apr 12, 2001
28
US
I am not sure if I am posting this question in the right section. I have created an image map of the united states and I am wanting to pass the name of the state that the users clicks on to the next page. On the next page I have a scrolling list. Could someone refer me to a website that explains how to do this.

This is the code I am using for the image map: href="index.asp?statelist=MS&programlist=CIC" target="_blank" alt="mississippi" title="mississippi">

This is the code I am using for my scrolling list:<td><select multiple size=20 name=&quot;statelist&quot;>
<option value=&quot;53&quot;></option>
<option value=&quot;Texas&quot;>Texas</option>
<option value=&quot;Alaska&quot;>Alaska</option>
<option value=&quot;Arkansas&quot;>Arkansas</option>
<option value=&quot;Colorado&quot;>Colorado</option>
<option value=&quot;Ohio&quot; >Ohio</option>
<option value=&quot;allstates&quot;>All States</option>
<option value=&quot;MS&quot;>mississippi</option>
</select></td>

Thanks for your help
 
Here: thread216-339512 I explained how to pass a parameter between the pages. Read my first post from Aug 21, 2002.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top