|
|
 |
RE: FN-FORUM Making links disapear
date posted 9th October 2000 11:22
Try this
function DeCodeLink (userLink, mC){document.location = DeCode(userLink, mC)}
function makeCoder (cS, mCSec) {var mS = mCSec;var mR = "", pms, pcr, gC;for
(var x = 0; x < cS.length; x++) {gC = cS.charAt(x);pms = mS.indexOf(gC);pcr
= mR.indexOf(gC);if (pms != 0) {if (pcr < 0) {mR = mR + gC;}}} for (var x =
0; x < mS.length;x++) {gC = mS.charAt(x);if (mR.indexOf(gC) < 0) {mR = mR +
gC}} return mR}
function DeCode (eS,mK) {var wTG, mcH = 40, nS = "", dv;for (var x = 0; x <
eS.length; x++) {wTG = mK.indexOf(eS.charAt(x));if (wTG > mcH){dv = wTG -
mcH; nS = nS + mK.charAt(33 - dv);}else {if (mK.indexOf(eS.charAt(x)) < 0)
{nS = nS + eS.charAt(x)}else {dv = mcH - wTG;nS = nS + mK.charAt(33 +
dv);}}}return nS;}
Freelancers
It will do as you requested, hide the url on mouse over and also hide the
url on mousedown, it also encrypts the url itself. Hope this helps although
a simpler method is simply a status bar scroller.
Put this inside your and tags
And this in your Body tag
onload="wiper()"
--
Jason Duke | Mob: +44 7050 146136
Founder | Tel: +44 7050 802831
One Eye | Fax: +44 7050 802832
[EMAIL REMOVED]
Looking Forward
With Dedicated Vision
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] Behalf Of
> [EMAIL REMOVED]
> Sent: 08 October 2000 07:20
> To: [EMAIL REMOVED]
> Subject: FN-FORUM Making links disapear
>
>
> Hi,
>
> I`m on the scrounge for some kind of script to hide the URL from
> the browser
> when moused over a text link. Preferably something that will fit
> in the head,
> if anyone knows of such a script I would really appreciate it.
>
> I have tried using a javascript text mouseover but it is point
> blank refusing
> to work with my PHP no matter which way I set it up.
>
> Any of you wonderful peeps have any sugestions?
>
>
> Cheers
>
> Ade
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 1000 freelancers
>
> Freelancers and Freelance Jobs
> http://www.freelancers.net
>
> To post to the Forum:
> [EMAIL REMOVED]
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
> To subscribe to the digest for this list or for further
> information please visit:
> http://www.freelancers.net/forum.html
>
|
 |
|