Hey,
I have a little problem.
I load page In this script I have an iframe to somewhere else eg. In this frame I try to write some cookies, but it's not working?
There is nothing wrong with the script. When I place the test.php on the mysite webserver and call it from there it's all working.
It's like when you call a page not on the same server with iframe. It won't write the cookies?
anyone any experience?
if you like to test it. This is the code I run on my local server. If you try the form.php you'll see that it works.
The One And Only KryptoS
I have a little problem.
I load page In this script I have an iframe to somewhere else eg. In this frame I try to write some cookies, but it's not working?
There is nothing wrong with the script. When I place the test.php on the mysite webserver and call it from there it's all working.
It's like when you call a page not on the same server with iframe. It won't write the cookies?
anyone any experience?
if you like to test it. This is the code I run on my local server. If you try the form.php you'll see that it works.
Code:
<iframe frameborder="O" height="200" width="200" scrolling="no" src="[URL unfurl="true"]http://www.lekkeredate.be/test/form.php"></iframe>[/URL]
The One And Only KryptoS