|
-
Oct 9th, 2001, 11:36 AM
#1
Someone stole my scrollbar(resolved)
Whats up guys n gals
OK, I have an html page (support.htm) that I need to pop up in a seperate browser without toolbars, menus ect...
I have that working using the following script and with
<body onload="resizeTo(400,500)"> in the body tag on support.htm
<script LANGUAGE="JavaScript">
{
window.open('support.htm','',directories='no',menubar='no',scrollbars='yes',
status='no',toolbar='no')
}
</script>
Problem is that there are no scrollbars in the popup window?
Any Ideas ?
Thanks all
"B"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|