I have this line of javascript in the "get url" action:
javascript:window.open('purpleflash.html','w','width=640,height=480,left=0,top=0,menubar=[no],location=[no],scrollbars=[no],resizable=[no],status=[no],toolbar=[no]');
It works fine in netscape, but Internet explorer still gives this new window most of the options I dont want, such as a toolbar, resizability etc...
Is there a better way to write this ine of javascript in the "get url" action?
thanks a lot,
-eric
javascript:window.open('purpleflash.html','w','width=640,height=480,left=0,top=0,menubar=[no],location=[no],scrollbars=[no],resizable=[no],status=[no],toolbar=[no]');
It works fine in netscape, but Internet explorer still gives this new window most of the options I dont want, such as a toolbar, resizability etc...
Is there a better way to write this ine of javascript in the "get url" action?
thanks a lot,
-eric