Hi there,
My main page consists of 2 frames. In one of the instance i just need to reload the right frame. Is it possible to just reload the right frame?
Following is my frameset definition.
<html>
<head>
<title><?php print $site_title; ?></title>
</head>
<frameset cols="<?php print intval($table_menu_width+35); ?>,*" border="0">
<frame src="<?php print $global_menu_location; ?>" name="iain_menu" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<frame src="<?php print $global_view_location.$global_frameset_view_parameters; ?>" name="iain_main" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" noresize>
</frameset>
<noframes></noframes>
</html>
Can some one tell me is it possible to reload only one frame or do i need to reload the page in order to refresh just the right frame.
Regards
Bosky
My main page consists of 2 frames. In one of the instance i just need to reload the right frame. Is it possible to just reload the right frame?
Following is my frameset definition.
<html>
<head>
<title><?php print $site_title; ?></title>
</head>
<frameset cols="<?php print intval($table_menu_width+35); ?>,*" border="0">
<frame src="<?php print $global_menu_location; ?>" name="iain_menu" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" noresize>
<frame src="<?php print $global_view_location.$global_frameset_view_parameters; ?>" name="iain_main" frameborder="no" scrolling="auto" marginwidth="0" marginheight="0" noresize>
</frameset>
<noframes></noframes>
</html>
Can some one tell me is it possible to reload only one frame or do i need to reload the page in order to refresh just the right frame.
Regards
Bosky