Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Shortcut file

by Chady (Priest)
on Jan 21, 2001 at 12:25 UTC ( [id://53311]=note: print w/replies, xml ) Need Help??


in reply to Shortcut file

Is this Perl??
are you sure you posted inside the right WebSite??
anyway... it is really a text file that contains this:
[DEFAULT] BASEURL=http://chady.net/index2.cgi [InternetShortcut] URL=http://chady.net/index2.cgi IconIndex=4 IconFile=C:\WINDOWS\SYSTEM\url.dll
try it.
Chady | http://chady.net/

Replies are listed 'Best First'.
Re: Re: Shortcut file
by $code or die (Deacon) on Jan 21, 2001 at 22:14 UTC
    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://53311]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found