Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > Other Programming - Perl, C++, Java, ASP, .NET Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-28-2005, 08:26 AM   #1 (permalink)
foxvince
Member
 
Join Date: Dec 2005
Posts: 40
Default php in javascript

I have a form named "addappt".
I have two field that is "begintime" and "endtime".
Both are dropdown list. Thier value
format is "00:00". A time format.
My problem is, when i compare them,
there were no value.As you can see in line
number 7 below. Even when I display
them (begintime or endtime) using
document.write(begintime), it will display nothing.

How can i make this happen. Can anyone please
show me how to convert "begintime" and "endtime"
to numbers, or at least strip down
the ":" thing which is between them "00:00"
here. Or, how can i pass the value from the form which is already converted into number.

1 <script type="text/javascript">
2 function validate()
3 {
4 x=document.addappt
5 begintime=x.begintime.value
6 endtime=x.endtime.value
7 if (endtime < begintime)
8 {
9 alert("Invalid timeframe.")
10 return false
11 }
12 else
13 {
14 return true
15 }
16 }
17 </script>
__________________
$id ="waxxer";
$id = str_replace('x', 'l', $id);
echo $id;
echo " and Marj";
foxvince is offline   Reply With Quote
Sponsored Links
Old 04-02-2006, 08:03 AM   #2 (permalink)
LIO
Junior Member
 
Join Date: Apr 2006
Posts: 1
Default Re: php in javascript

1. Put here a peace of your HTML (that PHP generates) code. Otherwise no one can solve your problem.
2. Did you set "value" in "option" tag?
Example
<select name='begin_time' size='1'>
<option value='0'>00:00</option>
<option value='1'>01:00</option>
<option value='2'>02:00</option>
</select>
And then and only then you can get begin_time.value and it will be '0', '1' or '2' in this example.
LIO is offline   Reply With Quote
Reply


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

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 06:21 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums