<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1543" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>Jojin,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>In that case, you can just use an ordinary combobox
(drop-down box). Use the 'onChange' functionality to invoke a function when a
value is selected. That function can then load a particular URL into the page
(or into a frame or iframe) that is associated with that
entry.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>e.g. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2><select name='pageselector'
onChange="loadPage();"></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2><option
value='http://www.mychameleonapps.com/Quezonhall.html'>Quezon
Hall</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2><option
value='http://www.mychameleonapps.com/somewhereelse.html'>somewhere
else</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></select></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>function loadPage()</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>{</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial><FONT
color=#0000ff
size=2>location.href=document.forms[0].pageselector.options[document.forms[0].pageselector.selectedIndex].value;</FONT></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>}</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>To load it into a frame (which may be cleaner) means you
put "window.someframe." before "location.href". Please note this code is
untested, but the principle should hopefully work.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>Hope this helps,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=476331607-24042006><FONT face=Arial
color=#0000ff size=2>Jacob</FONT></SPAN></DIV><BR>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> chameleon-bounces@lists.maptools.org
[mailto:chameleon-bounces@lists.maptools.org] <B>On Behalf Of </B>JR
Santillan<BR><B>Sent:</B> 21 April 2006 19:21<BR><B>To:</B>
Chameleon<BR><B>Subject:</B> [Chameleon] "Quickzoom"...<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV>hi everyone.</DIV>
<DIV> </DIV>
<DIV>is it possible that a "quickzoom" entry have a unique http address?</DIV>
<DIV> </DIV>
<DIV>for example, one entry in my application is "Quezon Hall". As expected,
when this entry is selected, the mapping window will display the "Quezon Hall"
polygon. Can this "mapping window" have a unique http address like <A
href="http://www.mychameleonapps.com/QuezonHall.htm">http://www.mychameleonapps.com/QuezonHall.htm</A>
or something like that?</DIV>
<DIV> </DIV>
<DIV>thanks.</DIV>
<DIV> </DIV>
<DIV>jojin</DIV>
<DIV> </DIV>
<P>
<HR SIZE=1>
Blab-away for as little as 1¢/min. Make <A
href="http://us.rd.yahoo.com/mail_us/taglines/postman2/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">PC-to-Phone
Calls</A> using Yahoo! Messenger with Voice.</BLOCKQUOTE></BODY></HTML>