Dear All,
I have made a site at
After you go to this site and wait for the final page to come up, you see a button at the bottom of the page which loads a separate window, a "virtual tour". I wrote the botton with the following script:
on (press) {
getURL ("javascript:NewWindow=window.open('virtualtour.html', 'newWin', 'scrollbars=no,status=no,width=800,height=550');"
;
}
I have made a site at
After you go to this site and wait for the final page to come up, you see a button at the bottom of the page which loads a separate window, a "virtual tour". I wrote the botton with the following script:
on (press) {
getURL ("javascript:NewWindow=window.open('virtualtour.html', 'newWin', 'scrollbars=no,status=no,width=800,height=550');"
}