thunderwatch
06-05-2003, 11:46 PM
I've tried about 10 different ways of modifying the code below so that there are no scrollbars in the launched window, but I can't seem to get it. I'm probably trying too hard, because it seems so simple.
Here's the original code:
<script>
<!--/*Full Screen Window Opener Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com*/
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin('http://www.dynamicdrive.com')" value="Open window">
</form>
How can I modify it to omit scrollbars in the full-screen window?
Thanks so much!
-- thunderwatch
Here's the original code:
<script>
<!--/*Full Screen Window Opener Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com*/
function fullwin(targeturl){
window.open(targeturl,"","fullscreen,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin('http://www.dynamicdrive.com')" value="Open window">
</form>
How can I modify it to omit scrollbars in the full-screen window?
Thanks so much!
-- thunderwatch