Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Print a header with the page address (URL) in Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Print a header with the page address (URL) in Safari
Authored by: cri on Feb 24, '05 03:17:17PM

For the date, you can add this line before the "document.body.insertBefore..." line

entete.appendChild(document.createTextNode(" "+Date()));



[ Reply to This | # ]
Print a header with the page address (URL) in Safari
Authored by: cri on Feb 24, '05 03:18:30PM

Doh...the other responses weren't coming up...guess that was redundant.



[ Reply to This | # ]