I have wrote a form in HTML.The method is set to post, and I want the action to be value of select menu?
-
<html> <head> <title>Add to dates</title> <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> </head> <body> <p align="center"><font face="Georgia" color="#0000A0"><strong><em><u><big><big… TO DATE LIST</big></big></u></em></strong></font… <div align="center"><center> <table border="0" width="100%"> <tr> <td width="126" align="left"><font face="Georgia" color="#0000A0"><strong><em>Day</em></st… <td align="left"><form name = "form" method = "post" action="javascript:window.open(documen… <select name="day" size="1" style="width:120"> <option selected>Mon</option> <option>Tues</option> <option>Wed</option> <option>Thurs</option> <option>Fri</option> <option>Sat</option> <option>Sun</option> </select> </td> </tr> <tr> <td align="left"><select name="month" size="1" style="width:120"> <option selected value = "add_to_jan.asp">jan</option> <option value = "add_to_feb.asp">feb</option> <option value = "add_to_mar.asp">mar</option> <option value = "add_to_apr.asp">apr</option> <option value = "add_to_may.asp">may</option> <option value = "add_to_jun.asp">jun</option> <option value = "add_to_jul.asp">jul</option> <option value = "add_to_aug.asp">aug</option> <option value = "add_to_sept.asp">sept</option> <option value = "add_to_oct.asp">oct</option> <option value = "add_to_nov.asp">nov</option> <option value = "add_to_dec.asp">dec</option> </select> </td> </tr> <tr> <td width="139" height="30" align="left" valign="bottom"></td> <td height="30" align="left" valign="bottom" width="330"><input type="submit" value="submit"><input type="reset" value="reset"></td> </tr> </form> </table> </center></div> </body> </html>
-
Answer:
<html> <head> <title>Add to dates</title> <meta name="GENERATOR" content="Microsoft FrontPage 6.0"> </head> <body> <p align="center"><font face="Georgia" color="#0000A0"><strong><em><u... TO DATE LIST</big></big></u></em></str... <div align="center"></div> </strong></font> <form method="POST"> <font face="Georgia" color="#0000A0"><strong> <table border="0" width="100%" id="table1"> <tr> <td width="126" align="left"><font face="Georgia" color="#0000A0"><strong><em>Da... <td align="left"> <option selected>Mon</option> <option>Tues</option> <option>Wed</option> <option>Thurs</option> <option>Fri</option> <option>Sat</option> <option>Sun</option> </select> </td> </tr> <tr> <td align="left"><select name="month" size="1" style="width:120"> <option selected value = "add_to_jan.asp">jan</option> <option value = "add_to_feb.asp">feb</option> <option value = "add_to_mar.asp">mar</option> <option value = "add_to_apr.asp">apr</option> <option value = "add_to_may.asp">may</option> <option value = "add_to_jun.asp">jun</option> <option value = "add_to_jul.asp">jul</option> <option value = "add_to_aug.asp">aug</option> <option value = "add_to_sept.asp">sept</option... <option value = "add_to_oct.asp">oct</option> <option value = "add_to_nov.asp">nov</option> <option value = "add_to_dec.asp">dec</option> </select> </td> </tr> <tr> <td width="139" height="30" align="left" valign="bottom"></td> <td height="30" align="left" valign="bottom" width="330"><input type="submit" value="submit"><input type="reset" value="reset"></td> </tr> </form> </table> </form> </body> </html>
andrew b at Yahoo! Answers Visit the source
Related Q & A:
- If A is an nxn matrix of complex numbers such that some power of A is identity, then i want to prove that A is diagonalizable over C?Best solution by Mathematics
- If I have a form, such as an application, how can I fill it out using my computer?Best solution by answers.yahoo.com
- I want to set my profile.Best solution by Yahoo! Answers
- Can some plz help, i want to get an 11-15 oyster photo card and i dont know how to post it?Best solution by Yahoo! Answers
- Where can i post my items i want to sell at?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.