From: martin str?m <ma...@us...> - 2001-11-11 16:26:38
|
Update of /cvsroot/dynapi/dynapi/examples In directory usw-pr-cvs1:/tmp/cvs-serv21759 Modified Files: dynapi.api.sethtml.htm Log Message: added bgcolor in <body> otherwise the layer isn't visible in mac NS4 Index: dynapi.api.sethtml.htm =================================================================== RCS file: /cvsroot/dynapi/dynapi/examples/dynapi.api.sethtml.htm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** dynapi.api.sethtml.htm 2001/03/25 06:04:16 1.5 --- dynapi.api.sethtml.htm 2001/11/11 16:26:35 1.6 *************** *** 21,28 **** </script> </head> <form name="dupdate" onsubmit="myLayer.setHTML(this.newhtml.value); return false;"> <b>Enter HTML:</b> <input type="text" name="newhtml" size="20"> </form> ! <body> </body> </html> --- 21,31 ---- </script> </head> + <body bgcolor="#ffffff"> + + <form name="dupdate" onsubmit="myLayer.setHTML(this.newhtml.value); return false;"> <b>Enter HTML:</b> <input type="text" name="newhtml" size="20"> </form> ! </body> </html> |