Locator Maps » Version 4.0

ID #1020

07. How to open a URL in a new window?

1. Open the locator_map.xml in any text editing application.

2. Find the desired region section and look for the <URL> tag there.

 

...
<state>
 <id>6</id>
 <name>Colorado</name>
 <link></link>
 ...
 <frame></frame>
 </state>
...

 

3. Write the URL you need within this tag:

 

...
<link>http://www.yoururl.com/Colorado_dealers.asp</link>
...

4. Then, in the <frame> tag write one of the following:

 

_top will open the URL in the same window.

_blank will open the URL in a new window.

If you specify the name of a frame, the URL will be opened in that frame.

So to open a URL in a new window upon a click you should write:

 

...
<link>http://www.yoururl.com/Colorado_dealers.asp</link>
...
<frame>_blank</frame>
...

 

Tags: frame

Related entries:

Last update: 2011-04-28 07:25
Author: Fla-shop Team
Revision: 1.1

Digg it! Share on Facebook Print this record Send FAQ to a friend Show this as PDF file
Please rate this FAQ:

Average rating: 0 (0 Votes)

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry