Hi I have a little script ( on a welcome page) that popus a new window without all the buttons (full screen)... now the problem is that after this opens in this full screen each link creates a new window !! duhh.. I dont want that..get crasy with that thing :O)...
please help ...hope you can do it...her s the ful window script per haps it could help !!isnt it correct ??
many thx
-------------------------
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
------------------------
please help ...hope you can do it...her s the ful window script per haps it could help !!isnt it correct ??
many thx
-------------------------
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
------------------------