Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Set the MIME type in the link tag.
Code:
<html> <head> <title>MIME content type </title> </head> <body> <p> You can specify the MIME content type of the linked page.<br/> <a type="text/html" href="#" >open new page </a> </p> </body> </html>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )