Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insert document name and date last modified 1

Status
Not open for further replies.

gemoon

Programmer
Joined
Mar 22, 2002
Messages
55
Location
US
im setting up a website that i expect will grow considerably over time. therefore im setting up much of it using templates in dreamweaver. it is required that the footer on all of the pages display the url for that specific page and the date that a file was last modified.

i could do this by typing text on a page by page basis, but there must be a more efficient way.

any advice is greatly appreciated.

gemoon
 
thanks, that was an easy fix.

any suggestions on the other part of my question? basically i need to insert the url for that spacific page. just like what is already displayed in the status window.

gemoon
 
nevermind,

i figured out the answer from something someone said on the javascript forum:

document.write(window.location)

gemoon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top