in reply to Re: Shortcut file
in thread Shortcut file
The user will be prompted to save the file with the supplied 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.
|
---|