I need to display a dull 'terms and conditions' page on a web site. This page has to be available via a link so that visitors can sift through the detail if they really want to but not necessarily lose sight of the main page of interest. Most pages on the web appear to open a separate browser window for this kind of thing so it seemed a sensible way to go but....
Using window.open in vbscript appears to activate pop-up blocking while the equivalent in javascript appears OK.
Could I be doing something dumb in VbScript or is there, as it appears, a distinct advantage to using the javascript version. Could it be a matter of time before this approach is blocked completely?
I am using Windows XP SP2 & IE6.
Thanks in advance.
Using window.open in vbscript appears to activate pop-up blocking while the equivalent in javascript appears OK.
Could I be doing something dumb in VbScript or is there, as it appears, a distinct advantage to using the javascript version. Could it be a matter of time before this approach is blocked completely?
I am using Windows XP SP2 & IE6.
Thanks in advance.