Beefy Boxes and Bandwidth Generously Provided by pair Networks Cowboy Neal with Hat
go ahead... be a heretic
 
PerlMonks  

Re: Serving files without revealing their location

by john1987 (Acolyte)
on Jan 28, 2001 at 21:05 UTC ( [id://54895]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Serving files without revealing their location

there is a way to do this in javascript that im aware of. if you use javascript, it will cover up the link that shows up at the bottom of the browser. I just searched cpan and I could'nt seem to find one. If your curious about the Javascript one, here's the code:
<SCRIPT LANGUAGE="JavaScript"> <!-- function display(str) { window.status = str; return true; } // --> </SCRIPT> <A HREF="http://www.whereuwantittogo.com/" onMouseOver="return display('text to go over the link')" onMouseOut="return display('')">link</A>
It's probably not what you wanted but it's an alternative.

One person can change the corse of history. One person can destroy the human race. That one person is out there, I intend to find him.

Replies are listed 'Best First'.
Re: Re: Serving files without revealing their location
by azatoth (Curate) on Jan 29, 2001 at 08:03 UTC
    Hey folks,

    Why doesn't anyone post a reason for all their downvoting here?

    Ok, so javascript was posted on a Perl site. Remember, the guy is a novice after all, and he made the effort to answer the question...

    Azatoth a.k.a Captain Whiplash

    Get YOUR PerlMonks Stagename here!
      Very true!

      But probably the downvote was because the question was to HIDE
      the location... okay maybe 99% of the people on this earth
      using Internet don't know how to look at the source of a HTML
      page, but still... putting the real location in your source
      file would be a BAD idea, to my opinion

      GreetZ!,
        ChOas

      print "profeth still\n" if /bird|devil/;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://54895]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.