eduac
09-13-2003, 10:42 AM
guys,
i want to make a page with two frames, one is the main and the other is the page refresh...like this example:
<html>
<head>
<title>Untitled</title>
</head>
<frameset cols="1%,*" framespacing="0" frameborder="0">
<frame src="refresh.htm" name="refresh">
<frameset rows="80%,*">
<frame src="msg.htm" name="main">
</frameset>
</frameset>
</html>
i want to know if is possible to make a javascript code that do the refresh in the frame (main) if the frame (refresh) have a new data ...(dont worry about the data, i have a php+mysql code for this).... it is possible?
i want to make a page with two frames, one is the main and the other is the page refresh...like this example:
<html>
<head>
<title>Untitled</title>
</head>
<frameset cols="1%,*" framespacing="0" frameborder="0">
<frame src="refresh.htm" name="refresh">
<frameset rows="80%,*">
<frame src="msg.htm" name="main">
</frameset>
</frameset>
</html>
i want to know if is possible to make a javascript code that do the refresh in the frame (main) if the frame (refresh) have a new data ...(dont worry about the data, i have a php+mysql code for this).... it is possible?