Click to See Complete Forum and Search --> : Can someone lend a hand with drop down boxes


SA Heat
11-15-2003, 11:44 PM
What I am trying to do is I have players names next to the positions and then next to all the names I have a drop down box containg the following ---,Start,Bench, and Waive. What I was owndering is there a way that when a User from a web site clicks on say QB: John Kitna **Start** it saves it as they left it so when the next time they open the page Jon Kitna's dropdown box will still show Start after it?? If there is another way of doing I would love to hear it, I just read through about 20 pages of threads and can't find a related thread as this. Here is the page I am working with, Thanks anyone

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2726.2500" name=GENERATOR></HEAD>
<BODY>
<P>Roster:</P>
<P>QB:&nbsp; John Kitna&nbsp; <SELECT size=1 name=QB1> <OPTION value=----
selected>----</OPTION><OPTION value=Start>Start</OPTION> <OPTION
value=Bench>Bench</OPTION> <OPTION value=Waive>Waive</OPTION></SELECT></P>
<P>QB: Donovan McNabb <SELECT size=1 name=QB2> <OPTION value=----
selected>----</OPTION> <OPTION value=Start>Start</OPTION> <OPTION
value=Bench>Bench</OPTION> <OPTION value=Waive>Waive</OPTION></SELECT></P>
<P>RB: Clinton Portis <SELECT size=1 name=RB1> <OPTION value=----
selected>----</OPTION> <OPTION value=Start>Start</OPTION> <OPTION
value=Bench>Bench</OPTION> <OPTION value=Waive>Waive</OPTION></SELECT></P>
<P>RB: Michael Bennet&nbsp; <SELECT size=1 name=RB2> <OPTION value=----
selected>----</OPTION> <OPTION value=Start>Start</OPTION> <OPTION
value=Bench>Bench</OPTION> <OPTION value=Waive>Waive</OPTION></SELECT></P>
<P>RB: Anthony Thomas <SELECT size=1 name=RB3> <OPTION value=----
selected>----</OPTION> <OPTION value=Start>Start</OPTION> <OPTION
value=Bench>Bench</OPTION> <OPTION value=Waive>Waive</OPTION></SELECT></P>
<P>&nbsp;</P></BODY></HTML>
<INPUT onclick="" type=submit value=Submit></FORM></P>

SA Heat
11-16-2003, 12:07 AM
What about this question? Say this file is named "Rosters.htm" and its the same in my web shell, Now is there a way if I have a submit button that it would save the file as is in my web shell? That way the user can just use the drop down boxes to start and bench the team and click submit and it saves the file as is??