PDA

View Full Version : Giúp mình với



khanhtruong014
20-05-2010, 08:46 PM
Mình có đoạn code sau:

<frameset rows="*" cols="30%,*" scrolling=NO noresize framespacing=0 frameborder=NO border="0" onUnload="MM_openBrWindow('<?php echo append_sid("chatbox_drop.php"); ?>', 'drop', 'scrollbars=no, width=225, height=100')">

<frame src="<?php echo append_sid("messenger_list.php"); ?>" name="who" noresize marginwidth="0" marginheight="0">

<frameset rows="80%, 20%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">

<frame src="<?php echo append_sid("messenger_view.php"); ?>" name="ekran" noresize marginwidth="0" marginheight="0">

<frame src="<?php echo append_sid("messenger_send.php"); ?>" scrolling="no" name="sender" noresize marginwidth="0" marginheight="0">

</frameset>

</frameset>

Bạn nào giúp mình thay thế đoạn mã đó nhưng không dùng tag <frameset></frameset>

Cảm ơn các bạn!