On Mon, 08 Mar 2004 10:55:29 +0800, Johnson Lam wrote:

This mean I need to debug.

The following is the source code of freedos/frame.html


<html>
<head>
<frameset cols="220,*">
<body bgcolor=#ffffff text=#000000>
<title>Old Song</title>
</head>
<body>
<frame src="toolbar.html" scrolling=auto name="bar" frameborder=no border=0 framespacing=0>
<frame src="cover.html" name="main" frameborder=no border=0 framespacing=0>
</body>
</frameset>
</html>


I think that it should be corrected as follows (by just exchanging some lines :)

<html>
<head>
<title>Old Song</title>
</head>
<body bgcolor=#ffffff text=#000000>
<frameset cols="220,*">
<frame src="toolbar.html" scrolling=auto name="bar" frameborder=no border=0 framespacing=0>
<frame src="cover.html" name="main" frameborder=no border=0 framespacing=0>
</frameset>
</body>
</html>


Lucho


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Freedos-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to