Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-01-2005, 08:55 AM   #1
Member (8 bit)
 
Join Date: Jun 2001
Posts: 226
Send a message via ICQ to racerxfactor Send a message via AIM to racerxfactor
Why is this script not working?!

Here's the script
Code:
	
function select_check()
{
var Today2=new Date();
var ThisMonth2=Today2.getMonth()+1;
var ThisYear2=Today2.getFullYear();
var selected_month2=eval(document.CC.selectmonth.value);
var selected_year2=eval(document.CC.selectyear.value);
if ((selected_month2 < ThisMonth2) && (selected_year2 <= ThisYear2)) //Both conditions have to be true
alert("Credit Card is invalid");
else
alert("Credit Card is valid");
}
Here's the code that's suppose to call the function

Code:
Visa
Mastercard
American Express
Discover
        
	Credit Card Number: 
	
	
	Expiration Month: 
	
	
	Expiration Year: 
	
	
	
How does this not call the function?! Since I can't show the html code raw I've attached the file onto this post

Last edited by racerxfactor; 06-01-2005 at 09:08 AM.
racerxfactor is offline   Reply With Quote
Old 06-01-2005, 10:15 AM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Don't see the attachment. If it is html, you will have to save it as txt to attach it here.

It appears that you are saying that if the date listed in the select box is less than today's date, the credit card is invalid but if it is greater than it is valid. That doesn't mean it is valid and I would skip the alert telling them that it is valid when it may not be. It doesn't mean that it is valid, it only means that it is not invalid so no alert is necessary.
mairving is offline   Reply With Quote
Old 06-02-2005, 12:28 AM   #3
Member (8 bit)
 
Join Date: Jun 2001
Posts: 226
Send a message via ICQ to racerxfactor Send a message via AIM to racerxfactor
Here's the html file in txt.
Attached Files
File Type: txt Index.txt (8.2 KB, 97 views)
racerxfactor is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:24 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2