Hi,
My code is like,
File--> doc1.html
<div style="visibili ty:hidden">Line 1</div>
<div style="visibili ty:hidden">Line 2</div>
<div style="visibili ty:hidden">Line 3</div>
<div style="visibili ty:hidden">Line 4</div>
<div style="visibili ty:hidden">Line 5</div>
File...
User Profile
Collapse
-
Hi,
Doc-1:
<div style="visibili ty:hidden">Line 1</div>
<div style="visibili ty:hidden">Line 2</div>
<div style="visibili ty:hidden">Line 3</div>
<div style="visibili ty:hidden">Line 4</div>
<div style="visibili ty:hidden">Line 5</div>Leave a comment:
-
<div style:visibility="hidden">
Hi,
I am dynamically generating a html file which will contain only <div> tags which contents are hidden from user( set by style="visibili ty:hidden")
Now the next step is i am enabling some of these tags by setting style="visible" here the problem is, the hidden items also occupy the space on html form is there any other ways such that all the content should present on html form in hidden form and run time...
No activity results to display
Show More
Leave a comment: