Click to See Complete Forum and Search --> : how to make a 600*600 popup window without menu bar


barbie
08-06-2003, 02:26 AM
Hello, friends. I have four images which are the links for different popup windows. And I want to have the popup window without the menu bar. But I need to have the scrolling bar there. How should I write my code then?

Charles
08-06-2003, 05:27 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Content-Script-Type" content="text/javascript">
<title>Example</title>
<div><a href="http://www.w3.org/" onclick="window.open(this.href, 'child', 'height=600,width=600,scrollbars'); return false"><img alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>