Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ready4data on Dec 03, 2008 08:31
open dhtmlx forum
Open link in new window

Hi,
Im loading my data with XML and have this working thanks to you.

Response.write("<![CDATA[ <a href=""http://maps.google.com/maps?q=" & rs("Address") & ",+" & rs("City") & ",+" & rs("St") & "+" & rs("Zip") & ",+USA&sa=X&oi=map&ct=title"">" & rs("address") & "</a>]]>")

How do I have it open in a new window?
Thanks
Scott
Answer posted by Support on Dec 04, 2008 02:08
Can be done through custom logic on new size, or you can just use native HTML property
<a target="_blank" href=""http://maps.g