IE 6.0 can't execute the following HTML code

  • Thread starter Thread starter Michael B. Williams
  • Start date Start date
M

Michael B. Williams

all

can someone tell me why IE 6.0 SP1 on WinXP Home Edition SP1 will not
follow this link in the following html code

<html>
<head>
<title> Test Problem </title>
<P><A href="http:/www.geocities.com/mbw4359" target="_blank">
target="_blank" is my problem</A>
<P>
</P>
 
Appears to be an error with the site you are pointing to. Try <a
href="url.html"> instead of <a>. I got an "Invalid Sytax Error" even without
the 'target="_blank">' tag instruction.
 
Back
Top