Is this possible?
I don't want to fopen the file in the other frame. It is already opened with the browser. I want to get the content in that opened file/frame into a variable in my php script in another frame.
Any ideas? 😕
Hi, when you make the first frame, you put what you want in a javascript variable. Then you can easily access it from the second frame or put it in the url of second (after escaping it...)
see you