Question
clickable url variable open new browser
Below put the variable floorplan
as the address in the url
and made
it clickable. Works fine.
I would like to open a new browser window when it is clicked.
Can't get "_blank" to work. Not sure where to place it or use
some other
code instead of "_blank"?
I used:
if(floorplan
!= "none") {
myText = myText + "<b>floorplan:</b>" + (url =
"<a
href='"+floorplan
+"'>"+floorplan
+"</a>");
}
Thank you