Hi all,
Creating a webvpn solution on ASA 5520 8.2(4), and would like the ability to have new browser or tab window to open when clicking on bookmark i created and imported into the ASA. XML looks like the following -
<?xml version="1.0" encoding="UTF-8"?>
<url-list>
<title l10n="yes">URL list template</title>
<favorite>yes</favorite>
<bookmark>
<title l10n="yes">Sharepoint</title>
<method>get</method>
<favorite>yes</favorite>
<url>http://sharepoint</url>
<subtitle l10n="yes"></subtitle>
<thumbnail l10n="yes"></thumbnail>
<smart-tunnel></smart-tunnel>
<window>new</window>
</bookmark>
</url-list>
So under the <window> option originally there was current|new, i assumed putting new as what i did would open a new window but it doesnt.
Anyone know how to do this, or even better are there any manuals or documentation showing how all this works as im finding it hard to find such material on the internet?
Cheers all,
Ivan.