NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: charl99 on November 10, 2010, 03:17:42 AM
-
Hi,
I have a Browse (ok, make that a lot of Browses) that needs lots of Buttons (I counted 24 on one Browse).
My understanding is that it is better to use NetWebBrowse and make the buttons in the XHtml tab of the NetWebBrowse settings, one button for example:
<td width="10%">
<form action="BrowseTicketHistory" method="post" target=_self>
<input type="submit" value="Ticket History" >
</form>
</td>
Cool, this works pretty well. The problem is: How do I hide this button based on a session value???
Thanks
Charl
-
Hi Charl,
your understanding is incorrect.
The correct approach is to create a form, with as many button fields as you like, and then add the browse to that form as well. Then it's trivial to hide an unhide fields.
Cheers
Bruce