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: benfsmith on Feb 09, '05 02:38:16PM

Is there a way to have the date included as well? For sourcing sites, you often need both the url and the access date.



[ Reply to This | # ]
Print a header with the page address (URL) in Safari
Authored by: Jonsi on Feb 09, '05 05:35:32PM

Saft [http://haoli.dnsalias.com/Saft/] allows the printing of the title, URL and time as well as page numbers.



[ Reply to This | # ]
Print a header with the page address (URL) in Safari
Authored by: xandrar on Mar 27, '05 09:17:17PM

Thanks for saying that header can contain URL, date and pages -- but as I am new to Safari -- I don't know what to do with the information ou provided. Would you provide some guidance?

---
xandrar



[ Reply to This | # ]
Print the date too
Authored by: macsolve on Feb 10, '05 02:50:08AM
You can add the date simply like this:

entete.appendChild(document.createTextNode(document.URL+'%20%20'+Date()));


[ Reply to This | # ]
Print the date too
Authored by: youngjane1 on Apr 12, '05 07:59:24PM

Thank you for your answer, but I have no idea where to put this information you gave me! To put the date you say, simply add: entete: appendChild . . .
but where exactly does this go? HELP!!! I am a total novice!



[ Reply to This | # ]
Print the date too
Authored by: youngjane1 on Apr 18, '05 01:42:36PM

Can you please pass along specific instructions for adding a time/date stamp onto Safari web pages? I saw your post dated 2/9/05, but I have no idea what to do with the iformation you gave. Thank you!



[ Reply to This | # ]
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 | # ]