View Single Post
Old 10-11-2004, 09:10 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
well it's important to understand that php executes server-side and javascript executes on the client.

javascript is NOT called by a php echo tag. php can write a javascript function, .. but javascript is called by the text in your html page .. which can include other javascript functions.
__________________
Mike
sde is offline   Reply With Quote