document updated 19 years ago, on Nov 25, 2005
drag_and_rename (203 characters)
// ----------------------------------------------------------------------------------
// Submits the current URL to a CGI script.
// Doesn't work with frames.
//
// Pilfered from http://www.backflip.com/add_tools.ihtml
//
//
// Works:
// IE6.0
//
// Fails:
//
// ----------------------------------------------------------------------------------
void(open('http://paperlined.org/cgi-bin/cgiwrap/interiot/display_css?url='
+ escape(location.href),
'temporary',
'location=no,scrollbars=yes,menubar=no,toolbar=no,directories=no,resizable=yes'));
//'height=100,width=100,location=no,scrollbars=no,menubar=no,toolbar=no,directories=no,resizable=no'));