Tutorialstream.com Forum Index
 FAQ   Search   Members   Usergroups   Register   Profile   Log in to check your private messages   Log in 

Log in
Username:    Password:      Log me on automatically each visit    
Needing help with alerts on registration page.

 
Post new topic   Reply to topic    Tutorialstream.com Forum Index -> Web Design
View previous topic :: View next topic  
Author Message
tom fallow



Joined: 30 Dec 2005
Posts: 27
Location: PA

PostPosted: Sun Jan 01, 2006 2:00 am    Post subject: Needing help with alerts on registration page. Reply with quote

I am working in PHP and am trying to set up my registration page with javascript alerts for blank fields, too little characters, wrong characters, etc. I have utilized this code:


if (empty($firstname))
{
echo "
<script type = 'text/javascript'>
alert('Please enter your first name.');
</script>";
}


However, when I use this and preview the page using IE, the alert comes up as the page is loading! Is there anyway to make these alerts appear after the submit key is hit?

Thanks,
Tom
Back to top
View user's profile Send private message
Fed
Site Admin


Joined: 12 Aug 2005
Posts: 176

PostPosted: Thu Jan 05, 2006 11:56 am    Post subject: Reply with quote

hey tom, welcome to the forums...
well, basically what you're doing wrong is that you are using echo to write out a javascript instruction, if you want your alert to be displayed when your visitor hits the button, you simply have to put the javascript instruction without any echo

you might want to have a look at this thread where we check if a box is checked and eventually alert the user with javascript
http://www.tutorialstream.com/forums/viewtopic.php?t=37
Back to top
View user's profile Send private message Send e-mail Visit poster's website
tom fallow



Joined: 30 Dec 2005
Posts: 27
Location: PA

PostPosted: Tue Jan 10, 2006 9:49 pm    Post subject: Reply with quote

Thanks for the hand, Fed. With your help, managed to figure it out!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Tutorialstream.com Forum Index -> Web Design All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

phpBB SEO URLs V2 - Icons by Mark James

Powered by phpBB © 2001, 2005 phpBB Group