Display Filename

R

RICHARD BROMBERG

I frequently write several versions of a web page for example:
mypageV0.htm
mypageV1.htm
mypageV2.htm
mypageV3.htm

These pages are various versions of the page.

Is there some way I can have the page display the name of the htm file
without actually hardcoding it into the file.

Thanks
 
D

David Berry

Don't put a title tag and it will show the name of the file in the title bar
in the browser
 
Top