View Single Post
StreamerDA StreamerDA is offline 2005-08-04 #2 Old  
use the getURL method in the following manner

getURL("http://www.mydomain.com", "_self");

This will open a link within the current frame of the active window.

Hope this helps

Reply With Quote