TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 12-05-2007, 04:39 AM   #1 (permalink)
The Visitor
 
Join Date: Dec 2007
Posts: 4
Thanks: 1
lashawnie is on a distinguished road
Default Problem with code in PHP file

Hello!

I hope you guys can help me out. I have a registration form on my website - that a coder created for me - that requires users to fill it out. If they forget to fill out a field, an alert or pop-up notifciation will display. For some reason, the current code I have for my state field does not display an alert to the user to choose a state. I want the user to choose a state if they live in the US. However, if they live outside of the US, the user should not be required to choose a state and an alert should not display. My codes are below (i was told this is javascript). If someone could tell me what's wrong with the code that would be greatly appreciated! If it is correct, and something is just wrong with my IE browser, let me know! Thanks!

if (document.regform.country.selectedIndex == 0) {
alert("Please select your country");
return false;
}
if (document.regform.state.selectedIndex == 0 && document.regform.country.options[document.regform.country.selectedIndex].value == "United States") {
alert("Please select your state");
return false;
}
lashawnie is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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


All times are GMT. The time now is 05:52 AM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design