helleborine
Nov 16th 2006, 4:59 pm
<HEAD>
<SCRIPT language="javascript">
function createWindow(cUrl,cName,cFeatures) {
var xWin = window.open(cUrl,cName,cFeatures)
}
</SCRIPT>
</HEAD>
<A href="javascript:createWindow('filename.html','window2','width=680,height=540,status,location')">Anchor Text</A>
The popup window that is opened has no scrollbar.
How can I modify this code to have a scroll bar?
Thanks
<SCRIPT language="javascript">
function createWindow(cUrl,cName,cFeatures) {
var xWin = window.open(cUrl,cName,cFeatures)
}
</SCRIPT>
</HEAD>
<A href="javascript:createWindow('filename.html','window2','width=680,height=540,status,location')">Anchor Text</A>
The popup window that is opened has no scrollbar.
How can I modify this code to have a scroll bar?
Thanks