lew choy fook

Members
  • Content count

    3
  • Joined

  • Last visited

About lew choy fook

  • Rank
    Forum Newbie
  1. Drilldown map data with pop up screen

    hi Fisrtly, Thank for your reply. I had followed the step which as show below: strXML = strXML & "<set name='" & ors("FactoryName") & "' value='" & ors2("TotOutput") & "' link='P-detailsPopUp,width=400,height=300,toolbar=no, scrollbars=no,resizable=no-" & Server.URLEncode("Detailed.asp?FactoryId=" & ors("FactoryId")) & "'/>" BUT: It doest not work , cause always "page can not be found" the link address as show below: http://localhost/chart/DB_DrillDown/P-detailsPopUp,width=400,height=300,toolbar=no,%20scrollbars=no,resizable=no-Detailed.asp?FactoryId=2 It is possible i miss out some important step... thank regards lew
  2. existing is link ="abc.asp?ssss='ss'" how to make sure it will pop-up a new windows when drill-down to next layer.....