View Single Post
Old 05-19-2004, 08:25 AM   #3
steve_true
Green Mole
 
Join Date: May 2004
Location: Panama City, Panama
Posts: 3
Exclamation

Good Morning Pat,

Thanks a bunch for your response. I did several hours of research on the net this morning because I want to use the Button html tag. What I finally found is that "onclick" is the way to link from the Button tag. An <a href won't work within a button tag on IE. However, and this is a big however, the Button tag was only supported by IE. I can't tell if it has been implemented by Netscape yet. I found a way around it suggested by one web author:

<button onclick="parent.location='retirepage2.php'"><a href="retirepage2.php">Next Page</a></button>

IE ignores the <a href because it won't recognize an imbedded <a within a button tag. Netscape ignores the <button but accepts the <a href.

However, PhpDig doesn't act any differently after I made these coding changes. So-o-o-o, I appreciate the help in finding my "other" browser problem, but still have 2 404 errors and only 1 link found. I'm not sure what to do next.

Thanks again!

Steve
steve_true is offline   Reply With Quote