Categories | Question details Back To List | ||
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 |