tr class not working
Hi to All,
I have this problem:
in my webpage I have a table with different rows that contain a menu fields as these:
<head>
<style type="text/css" media="print">
.exclude {visibility:hidden;display:none;}
</style>
</head>
<body><form><table>
<tr id="act2" class="exclude ">
<td width="31%" align="center">
<p align="left">
<select size="1" name="act_2" id="act_2" style="font-family: Arial; font-size: 10 pt">
<option value="<%=objRS("Act_2")%>" selected><%=objRS("Act_2")%></option>
<option value="Click here">Click here</option>
</select></td>
<tr id="act3" class="exclude ">
<td width="31%" align="center">
<p align="left">
<select size="1" name="act_3" id="act_3" style="font-family: Arial; font-size: 10 pt">
<option value="<%=objRS("Act_3")%>" selected><%=objRS("Act_3")%></option>
<option value="Click here">Click here</option>
</select></td>
When I generate PDF file both tr don' t appear and it' s correct ...
But I want to do this thing:
When the client select the option "Click Here", ONLY in this case, the class must be "exclude", in other choices menu I' d like that tr remain visible in the print phase ...
Thanks a lot in advance !!!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks