ค่อนข้าง งง กับคำถาม
ใช้เฟรม ก็ได้นิครับ
Code
<frameset cols="150,*">
<frame name="contents" target="main" src="new_page_5.htm">
<frame name="main" src="new_page_6.htm">
<noframes>
หรือ popup
Code
<script>
<!--
function open_dropdown(win_file, win_title)
{
window.open(win_file, win_title, 'resizable=yes,width=300,height=550,toolbar=no, scrollbars=auto,location=no,menubar=no,status=no');
}
-->
</script>
<body onload="javascript:open_dropdown('dropdow.php' , 'title1')">