> I have a unique problem. I know how to keep folks from linking to my
> pages on my server, but I allow others to also post pages to my web
> servers. Their pages contain links to places I don't want folks going to.
> So, I could prevent them from writing their pages on my server, or I
> could search out and mangle such links. However, is there yet a
> sneakier way to let them do their thing, but I make it "non-responsive"
> when it gets clicked on? Or could I redirect it to some other site?
> What is the best way to proceed. /spe
If it's a hyper-link in the copy, then you're going to have to do some
specific code for that before it's displayed no matter what...
Here's how I'd treat it;
Either change the A HREF to something else, like AHREF (which HTML will
ignore as a tag),
Or edit the code in the HREF part of the link - the problem with this is
that it'll still look like a link, but people will get annoyed that they
can't get the link working.
I'd personally go for the first option, as that way it'll still display the
URL, but people will have to go out of their way to put it into the Address.
Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists