[Louis] Well it finally worked but now the problem is the scrollbarswon't show. Snip of the JS code is pasted below from previous post.
<script language="JavaScript">
function openWindow(u, n, w, h)
{
var win = window.open(u, n, "toolbar=no,location=no,"+
"status=no,menubar=no,scrollbars=yes"+
"width="+w+",height="+h);
}
</script>
Shouldn't it be 'scrollbar' instead of 'scrollbars'
nope, 'scrollbars' it is... it would have been that missing ',' that stuffed it. Hope its working for you now Louis, finally :-)
cheers brad
-- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
