cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
940
Views
0
Helpful
1
Replies

url-list xml template

Ivan Raic
Level 1
Level 1

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.

1 Reply 1

Ivan Raic
Level 1
Level 1

Ok, so for some reason its started to open up into a new window, so please disregard my email.

Not sure why :-( , but now working :-)

Ivan.