Hi,...
I've a php program tha is running under one frame.
Is this possible to send data to another frame while running ?
How do I implement this ?
PHP is serverside, so through PHP you can only do it through submitting. Otherwise you'll have to use Javascript.
Ok... well done, I've forget this part...
But how can I run a java through submittion, that can launch 2 php program, with the right frames destinations ?
I don't know about Java ?
Has Somebody an Idea ?
java != javascript.
read some docs about javascript, they are readily available on netscape.com
I can't find any javascript on concerning sending data from one frame to another. Does anyone have any info on this?
Actually let me be a little more specific on what I am trying to achieve.
I need the top frame to ask the bottom frame what URL they are at every 4-10 seconds. So if, lets say someone clicks on a link and the URL changes, then the top frame will see (after the timed) what the URL they are at and then I can take that data and plug it into a database for tracking purposes...
Any ideas?