Forum Moderators: open
<frameset rows="100,*, 0">
<frame name="nav" src="/nav.html">
<frame name="main" src="/main.html">
<frame name="buf" src="/blank.html">
</frameset>
In main.html, there is a link to replace buf.location.href, say LoadApplet.jsp, which will popup a n applet automatically. In main.html, if I use
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html lang="en">
<head>
Don't know why. Is this a bug of XHTML doctype?