|
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
|