When you dump the html file, it will have all the current layouts.

if Div1 was moved and made visable by a script it will show Div1 as moved and visible, its basically taking a snapshot of the html page as it is at that moment in time. Scripts/header tags and all.

Only thing you will have to do is grab the values from the form fields and write them to the value attribute.

When you load the webpage that was created it will have all the values in the form fields and all the moved elements.

Reply via email to