
Solid, safe website tools.
Whatever your need, Will Bontrager builds powerful software solutions.
If you don't find the answer to your question in these archives, ask your CGI question at the Current Master Series CGI Forum.
| Author | Message |
|---|---|
| 17Mar03 Walter |
Subject: print friendly & dynamic php pages Hello Will! |
| 17Mar03 Will [Email] ![]() |
In response to: print friendly & dynamic php pages Yes, referrer information can no longer be relied upon. However, JavaScript can still know the current URL. You might try something like this: <script type="text/javascript" language="JavaScript"><!-- var thislink = '<a href="/cgi-bin/MasterPFP.cgi?doc=' + document.URL + '">'; document.writeln(thislink); //--></script> Click for Printer Friendly Page</a> |