php-windows Digest 24 Apr 2007 09:37:37 -0000 Issue 3205

Topics (messages 27732 through 27735):

Re: Javascript
        27732 by: Stut
        27733 by: Mikael Grön

Re: Java & PHP
        27734 by: sam rumaizan

$date1 larger then current date?
        27735 by: Gustav Wiberg

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Alf Stockton wrote:
Please tell the difference between:-
document.getElementById("Amount").innerHTML = " ";
and
document.getElementById("Amount").value = " ";

Not all DOM objects have an innerHTML attribute, and likewise not all of them will have a value attribute. For example, <div> and <span> have innerHTML, and <input> has value.

There are plenty of web-based resources that will tell you what attributes different objects have. Google is your friend.

-Stut

--- End Message ---
--- Begin Message --- Isn't it so that HTML tags that are coupled (like <span></span> and <div></div>) have innerHTML, and that values pushed to their innerHTML ends up within them?
Like
   <input value="[value]">
   <span>[innerHTML]</span>

Just a thought.. No energy for Google! right now.

Mike


Stut skrev:
Alf Stockton wrote:
Please tell the difference between:-
document.getElementById("Amount").innerHTML = " ";
and
document.getElementById("Amount").value = " ";

Not all DOM objects have an innerHTML attribute, and likewise not all of them will have a value attribute. For example, <div> and <span> have innerHTML, and <input> has value.

There are plenty of web-based resources that will tell you what attributes different objects have. Google is your friend.

-Stut


--- End Message ---
--- Begin Message ---
I need java Mailing list like this one we have for php. So I can ask question 
about java not JavaScript. I'm not trying to combine jsp with php. My question 
has nothing to do with php. All I need is some kind of source information about 
java (basically I need help)

bedul <[EMAIL PROTECTED]> wrote:  sry.. u mean about java JSP (server Page) or 
Js (java script)
if js can combine with php
but jsp can't combine with php.. in fact is waste a time for php + jsp
----- Original Message ----- 
From: "sam rumaizan" 
To: 

Sent: Sunday, April 22, 2007 12:29 PM
Subject: [PHP-WIN] Java & PHP


> Dose any one know java Mailing list like this one we have for php?
> 
> 
> 
> 
> 
> 
> ---------------------------------
> Ahhh...imagining that irresistible "new car" smell?
> Check outnew cars at Yahoo! Autos.





 

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

--- End Message ---
--- Begin Message ---
Hi guys!

 
I'm searching for what I thought would be an easy issue comparing dates. I just 
want to know if a date in variable
$date1 is larger then current date. 
 
I use the format YYYY-MM-DD in $date1
and I know how to retrieve the current date and set it in $dat2
 
But how do I know if $date1> $date2 ?
 
I have looked around, but I havent found any easy solution. It seems to be a 
big deal? Is that the case?
 

Best regards
/Gustav Wiberg
 
 
 

--- End Message ---

Reply via email to