Hi, i added a layer products to this function, when i try to display a
products for the first time its work good but i want to  display it many 
times by a different products id and especially in a different windows, how
can i do ?

Thanks.

<<custom.js>>
function openHyperlink(layer, fldName, fldValue) {
                
        //alert ('See function openHyperlink in custom.js: ' + layer + ' - ' +
fldName + ' - ' + fldValue);

    switch(layer) {
        case 'cities':
            //if (fldName == 'CITY_NAME') {
                window.open('http://en.wikipedia.org/wiki/' + fldValue,
'wikiquery');
            //}
            break;
        case 'products':
                        pmapperDisplay( fldValue ) ;
            //window.open("map.phtml?&language=en&product_id=" + fldValue);
            break;
            
        default:
            alert ('See function openHyperlink in custom.js: ' + layer + ' -
' + fldName + ' - ' + fldValue);
    }
}
-- 
View this message in context: 
http://www.nabble.com/how-to-post-with-several-windows---tf3390071.html#a9436440
Sent from the pmapper users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to