Can I use javascript to open a URL?
First, client demands force me to use an alias to my targeted URL. If I want the button to load "https://www.mynavyhr.navy.mil/", I have to create a .htm file that contains this:
<HTML>
<HEAD>
<TITLE></TITLE>
<meta http-equiv="refresh" content="0; URL='https://www.mynavyhr.navy.mil/'" />
</HEAD>
<BODY>
</BODY>
</HTML>
and then point my Captivate button to that .htm file to load the site. It opens fine in a new tab.
Can I do this with javascript, but open the URL in a new browser window - not just another tab? The tab has an effect on the main Captivate timeline when I close the tab.
Thanks!!!
