<script type='text/javascript' src="www.example.com">
//various operation on the example.com site//
</script>
i'm trying to do that:If you'll explain the purpose of what you're trying to do, it will be easier to answer.
i'm trying to do that:
when i user visit my site i send a request to another site with:
<script type='text/javascript' src="www.example.com"></script>
it works. Now i need to inject some javascript code, is it possible to do?
Thank you
Thank you Lancis, the big problem is that the site is not mine, and i don't know how to inject javascript code inside.
I'm tryin' to store cookies from site (not mine) and i'm trying to do it in javascript.
i have a working script, but is useless if i can't inject this code into the browser of the users.
Thanks again