Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Shortcut file

by $code or die (Deacon)
on Jan 21, 2001 at 22:14 UTC ( #53354=note: print w/replies, xml ) Need Help??


in reply to Re: Shortcut file
in thread Shortcut file

You'll also want to make sure the user saves it with a .url extension. This will also only work on IE, I think.

I would do this to supply a default filename:
my $filename = 'internetshortcut.url'; print "Content-disposition: filename=$filename\n"; print "Content-Type: text/plain\n\n"; # print the content of the URL file.
The user will be prompted to save the file with the supplied default filename.

$code or die
Using perl at
The Spiders Web

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://53354]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2023-12-04 13:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?