⬅︎ Back to Don't put title in a <link> tag
Hi for me when i use this link tag, the url is printing when i gave print as follows. <html> <head> <link rel=alternate media=print href="http://someserver/abc.doc"> </head> <body onload=window.print()> </body> </html>
Comment
Hi for me when i use this link tag, the url is printing when i gave print as follows.
<html>
<head>
<link rel=alternate media=print href="http://someserver/abc.doc">
</head>
<body onload=window.print()>
</body>
</html>