How do I access HTML data of another frame page in PHP ?
I would like to know if it is posible to build a web page in PHP where you can have pictures, but the mouse right click or the selection to download or copy the picture is posible...
Use client side scripting like JavaScript. PHP is server side.
Well... It´s already possible to download and copy (if you mean save) pictures from a webpage. I don´t think I understand your problem.
Thanks. I thought client sends this info.
You can look at a frameset much the way you do if you have multiple browsers open. POSTing or GETing from one browser will not tell the server what´s in the other browsers :-)
Thanks. Can I access POST or GET page's HTML code ?
I´m not sure I understand. Please rephrase your question.
/Andrin