Jump to content

Capture html and send to php


lindm

Recommended Posts

Ok.

 

I have a html page:

 

<html>
<body>
other code
<div id="div"> </div>
other code
</body>
</html>

 

The person visiting the page can show and hide the div (visible by default) by clicking a checkbox (unchecked by default). I want to be able the send the html code of the page to a php script and the code should correspond to the "status" of the page and its elements as they were when the code was sent. In other words the div should have visibility hidden and the checkbox should be checked from the example mentioned. Possible without having to "create" the html code within the php script?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.