First you simply set the target properly of your <a href> with
Code:
<a href="Default.aspx?title=WhateverYouWant" target"_blank">
<a href="Default.aspx?title=WhateverYouWant" target"_blank">
'at the very top somewhere Public Shared varFileName as String
KM = "SELECT distance_KM,city_from,city_to FROM cities " _ & " WHERE city_from = '" & Replace( city_from, "'", "''" ) & "' " _ & " AND city_to = '" & Replace( city_to, "'",
Leave a comment: