Forum Moderators: open
I also saw something about "view-source:", but that doesnt work.
What I want is to be able to have an URL like this: <a href="showthesource:http://www.example.com">View the source of the page www.example.com</a>.
Thanks for helping me, I'm beginning to loose hope to find how to do this again.
Kind regards,
Turbo
[edited by: korkus2000 at 5:06 pm (utc) on Dec. 22, 2002]
[edit reason] no specifics please [/edit]
To accomplish your purpose, I believe you would need server-side scripting. The link would actually be a form input and then the server would use CGI to re-write the page's code so it displays as code in any browser window, rather than being rendered.