print this page
- Started
- Last post
- 8 Responses
- fusionpixel
does anyone knows where to find the JS code to "print this page" when in reallity the document that is sent to the printer is another HTML instead of the current page?
TIA
- cloned0
try the interwebs
- jarredbishop0
you could have a seperate css page and put media="print" in the link rel tag... that way. iif the page is ever printed it will refer to that stylesheet...
- fusionpixel0
COOL
great info guys. Really appreciated.
- fusionpixel0
now, this might be a strech, but... I was looking also for a way to code with JS "last 3 pages visited".
I was thinking something like:
1. current page to array
2. if the user changes to a new page document.write previews page
3. repeat the process.
4. if more than 3 items are in the list only show the last 3does that makes sence?
Im googling just in case some one does the regular GOOGLE!!!
LOL
TIA
- fusionpixel0
:bump
- jarredbishop0
search "breadcrumb trails" . i havnt see it done without a server side language tho... let me know if you find anything un-serverside.. could be usefull.....