Gossamer Forum
Quote Reply
age address Global
Hello

Is there any global or way to show (print) the URL of the page the user is viewing to the page's html?
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] age address Global In reply to
This is what I use:

sub {
return "http://$ENV{SERVER_NAME}$ENV{REQUEST_URI}";
}

However, you may find that it gives you the underlying dynamic page rather than the actual url in the browser if you are using rewrite rules. You can probably get the actual url using javascript.
Quote Reply
Re: [afinlr] age address Global In reply to
Thanks ..

That worked great.
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory