Scrollbar Problem
Hello,
I am opening a HTML file in a new window with the script below. The scrollbars won't appear though!
function openFinish(){
var theUser = parent.opener.form1.userID.value
window.open('P:\\path\\patha\\blah\\blah\\blah\\bl ah\\' + theUser + '.html', scrollbars=1,height=document.body.clientHeight,width=document. body.clientWidth)
}
Any ideas? Goin nuts here!
Cheers
Joe
__________________
\'sync\' <cr>
The name specified is not recognized as an internal or external command, operable program or batch file.
|