Webmaster
Joined: 29 Aug 2006
Posts: 48
|
Posted: Tue Aug 29, 2006 9:14 am Post subject: Given the current url, we'd like to display/hide a button |
|
|
Given the current displayed url, we would like to display or hide a
button on the toolbar.
By using <INCLUDE_XML>, it looks like I can have a custom script called
on BeforeNavigate or OnDocumentComplete. I can send the %url value to the server script so it can detect whether or not the button should be
add to the toolbar, to taken away.
My question is: what is the script returning so that this button is
added or removed? |
|