msmp3
04-23-2007, 03:20 PM
On my HTML page I am using a javascript from an external source (I cannot modify it). On executing my HTML page, it displays some data, different on every user's ip.
What I want to do is create another javascript on that page, so after the first external script gots processed and displays the data, this new one should extract that data and pass it by forward to a php form hidden input or something like that, so I can process it more, depending on the resulted data from the first script.
What do you think about this? :)
What I want to do is create another javascript on that page, so after the first external script gots processed and displays the data, this new one should extract that data and pass it by forward to a php form hidden input or something like that, so I can process it more, depending on the resulted data from the first script.
What do you think about this? :)