Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


Year not working



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> HTML Forum
View previous topic :: View next topic  
Author Message
msanitanash



Joined: 03 Mar 2008
Posts: 9

PostPosted: Fri Mar 07, 2008 2:55 pm    Post subject: Year not working Reply with quote

I am trying to create a from that allow customer to put the month and year that their credit card expries usinga a select list the month is working but the year is not can someone tell me what is wrong.
Exp. Date:<select size="1" name="month" id="month"><option selected="selected">January</option><option value="01">

February</option><option value="02"> March</option><option value="03"> April</option><option value="04"> May</option><option value="05"> June</option>

<option value="06"> July</option><option value="07"> August</option><option value="08"> September</option><option value="09"> October</option><option value="10"> November</option>

<option value="11"> December</option><option value="12">&nbsp;

Exp.Year <select size="1" name="year" id="year"><option selected="selected">2007</option><option value="07">

2008</option><option value="2008"> 2009</option><option value="2009"> 2010</option><option value="2010"> 2011</option><option value="2011"> 2012</option>

<option value="2012">
Back to top
View user's profile Send private message
rangana
500+ Club


Joined: 27 Feb 2008
Posts: 560
Location: Cebu City Philippines

PostPosted: Sat Mar 08, 2008 6:51 am    Post subject: Re: Year not working Reply with quote

You haven't closed your <select> tag and <option> tag yet.
See what's missing.
Quote:

<option value="11"> December</option>
<option value="12">&nbsp;
Exp.Year <select size="1" name="year" id="year"><option selected="selected">2007</option><option value="07">

2008</option><option value="2008"> 2009</option><option value="2009"> 2010</option><option value="2010"> 2011</option><option value="2011"> 2012</option>

<option value="2012">


Highlighted are the slight ammendments:
Quote:

<option value="11"> December</option>
<option value="12">&nbsp;</option>
</select>

Exp.Year
<select size="1" name="year" id="year">
<option selected="selected">2007</option>
<option value="07">2008</option>
<option value="2008"> 2009</option>
<option value="2009"> 2010</option>
<option value="2010"> 2011</option>
<option value="2011"> 2012</option>
<option value="2012">----</option>
Back to top
View user's profile Send private message Yahoo Messenger
msanitanash



Joined: 03 Mar 2008
Posts: 9

PostPosted: Sat Mar 08, 2008 7:44 pm    Post subject: Re: Year not working Reply with quote

Thank you for all ur help
Back to top
View user's profile Send private message
rangana
500+ Club


Joined: 27 Feb 2008
Posts: 560
Location: Cebu City Philippines

PostPosted: Tue Mar 11, 2008 1:44 am    Post subject: Re: Year not working Reply with quote

YOu're completely welcome Wink
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> HTML Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap