Jump to content

how to call js function from server-side php


dsdsdsdsd

Recommended Posts

hello;

 

I am trying to call a javascript function ( google analytics functions ) from a server-side php ... NOT a browser-side php;

 

the reason is that I have a shockwave movie running in a browser ( embedded in html ); I need the shockwave movie to communicate with google analytics javascript functions, but in IE browser shockwave cannot communicate with javascript, so I will instead have shockwave send a message to a server-side php, which, if possible, will relay the message to javascript;

 

is this possible?

 

thanks,

Shannon

I don't think so at least not without refreshing.  php generates the clientside. html + javascript in this case. If shockwave were able to send information to serverside php then you'd have to generate new html + javascript with the updated information.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.