|
Posted by Hywel Jenkins on 04/17/06 20:42
hemant.singh@gmail.com wrote:
> Hywel
> Thanks dude,
> I think im leading to a solution soon, googlg won't help as they ask
> for permission'g and all crazy stuff which is not practical in real
> world, atleast not in mycase...
Quote properly when you respond to a post.
How about having some server-side PHP include get the JS for you?
Something like this:
<?php include("getclient.php"); ?>
Have getclient.php do something like
<?php include("http://x.com/javascripts/client.js"); ?>
client.js should include the opening and closing script tags. Of
course, the file could have any extension you like in that case, as it
will be downloaded, inline, to the client.
--
Hywel
Navigation:
[Reply to this message]
|