Printable View
what is the code to open a url link in a new window?
getURL("http://www.domain.com/pagename.html", "_blank");
thank you