Current location: Hot Scripts Forums » Programming Languages » PHP » add javascript to a php form


add javascript to a php form

Reply
  #1 (permalink)  
Old 08-17-05, 01:38 PM
aburrows182 aburrows182 is offline
Newbie Coder
 
Join Date: Jul 2004
Location: Ashtead, Surrey, UK
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
add javascript to a php form

ok, basically i have a form, which is submitted. one of the fields in that form is $age this is the age of the user, but they have to be above 12. If their not then i want a javascipt alert box to appear, and when they click ok for it to close. I have this, but it doesnt work

if ($age < 12 ){
<script language="javascript">

alert ("Windows Closing because you are to young or old to fill out the form.")

window.close()


</script>
}


Any help would be much appreciated as im baffled

best regards

alex
Reply With Quote
  #2 (permalink)  
Old 08-17-05, 06:24 PM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
change the code to:
PHP Code:

if ($age < 12 ) {

?>
<script language="javascript">

alert ("Windows Closing because you are to young or old to fill out the form.")

window.close()


</script>
<?php
}
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
  #3 (permalink)  
Old 08-18-05, 04:18 AM
aburrows182 aburrows182 is offline
Newbie Coder
 
Join Date: Jul 2004
Location: Ashtead, Surrey, UK
Posts: 61
Thanks: 0
Thanked 1 Time in 1 Post
cheers man,

gr8 help, and it works like a charm

regards

alex
Reply With Quote
  #4 (permalink)  
Old 08-18-05, 11:38 AM
Acecool's Avatar
Acecool Acecool is offline
Aspiring Coder
 
Join Date: Nov 2003
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Or you can echo it.
__________________
Check Acecoolco.com for PHP Tutorials, and other tuts
If you plan on contacting me, please read this: Legal Terms & Conditions
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2 profitable script sites for sale cms-master.com General Advertisements 3 07-03-07 10:17 AM
PHP multi-dimensional array sorting issue aqw PHP 2 06-24-05 11:09 PM
Drop Down Menu's PHP Add form aradmore PHP 1 06-21-05 12:58 PM
javascript and php clashes, need expert help nassau JavaScript 2 11-12-04 07:19 AM
javascript multiple select menu for php? isaacmlee JavaScript 1 10-15-04 09:53 AM


All times are GMT -5. The time now is 07:02 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.