Hyperlinks

J

Justin

I am wondering if it is possible in FrontPage to have a
hyper link not give out the address it is going to.
IE.... if you have a link that you goes to www.cnn.com but
you don't want www.cnn.com to show up.
Is this possible?
 
K

Kevin Spencer

It is possible, but not by using FrontPage alone. It would require some
fairly sophisticated server-side programming to do it right.

However, I just have to ask. Why?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Jim Buyens

-----Original Message-----
I am wondering if it is possible in FrontPage to have a
hyper link not give out the address it is going to.
IE.... if you have a link that you goes to www.cnn.com
but you don't want www.cnn.com to show up.
Is this possible?

You could possibly obscure the target hyperlink but in all
probability, anyone who's at all proficient with
JavaScript would be able to figure it out.

But more importantly, any visitor could simply click the
link and then, when the target page appears, look at the
URL in the Address bar.

What are you trying to accomplish, exactly? There's
probably a better way to do it.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
K

Kevin Spencer

You could possibly obscure the target hyperlink but in all
probability, anyone who's at all proficient with
JavaScript would be able to figure it out.

That's why I mentioned that it could only be done using server-side
programming. It's the only way to truly obscure the origin of HTML content.
However, it's not a beginning programmer task, and does indeed beg the
question why?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
J

Jim Buyens

He's trying to hide a hyperlink address, not an e-mail address. And
that's pretty hard. For example, you can display a pop-up window with
no address bar, no menu bar, and a right-click trapper, but Ctrl-N
will still reveal the URL.

Usually, the designer wants to hide the URL so, "nobody can know it,"
and therefore, "nobody can get to that page unless they go through my
process."

Of course, there are much better ways of protecting Web pages.

Unfortunately, they all require configuration or programming on the
Web server, which purely artistic designers are usually loath to
approach.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top