<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-
transitional.dt d">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /
*************** ****
*************** ***
stuff that works ok
*************** ******
*************** *********
<a href="#" onClick="window .open('Simple_h tml.htm','simpl e_html','
width=500, height=500, scrollbars=1, location=1, menubar=1,
resizable=1, toolbar=1, left=20, top=20');">
<img src="pics/nestor.jpg" alt="nestor the nerd" />
</a>
*************** *******
The htm document Simple_html.htm opens nicely in Firefox. In IE, the
window opens but states that "IE cannot display the web page".
What am I doing wrong?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-
transitional.dt d">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /
>
*************** ****
*************** ***
stuff that works ok
*************** ******
*************** *********
<a href="#" onClick="window .open('Simple_h tml.htm','simpl e_html','
width=500, height=500, scrollbars=1, location=1, menubar=1,
resizable=1, toolbar=1, left=20, top=20');">
<img src="pics/nestor.jpg" alt="nestor the nerd" />
</a>
*************** *******
The htm document Simple_html.htm opens nicely in Firefox. In IE, the
window opens but states that "IE cannot display the web page".
What am I doing wrong?
Comment