Re: Re: Blink tag using CGI.pm

2002-12-12 Thread Mark Bergeron
Thanks for that. Pretty clever. I know it's ancient but I'm going to use it as and upload indicator. -Original Message- From: "Thomas_M"<[EMAIL PROTECTED]> To: "'Mark Bergeron'"<[EMAIL PROTECTED]> Cc: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]> Date: Thu Dec 12 06:00:23 PST 2002 Subject: Re

RE: Get remote user name of win2k?

2002-12-12 Thread Peter Guzis
I'm not sure what you mean by Network ID. For user name, check $ENV{'REMOTE_USER'}. Unless you are requiring HTTP authentication to visit your web page, this variable will not be set. Peter Guzis Web Administrator, Sr. ENCAD, Inc. - A Kodak Company email: [EMAIL PROTECTED] www.encad.com -O

Re: Perl ISAPI example

2002-12-12 Thread William R. Mussatto
There is a 2nd use for ISAPI, filters which would do something like what he is interested in. Its similar to in apache using mod_perl to work as an Apache module rather than a script. You need to know more about the IIS internals. Unfortunately, I've never done it just read about that aspect

RE: Paging Data

2002-12-12 Thread Aaron Trevena
Bob Mahle: > Anyone have an example of paging data in a cgi app? I have my app working with "Next" and "Previous" but I also want to > dump out page jumps also. For example a link at the end of the page like: > Next 25 | Previous 25 | 1,2,3,4,5,.. (jumps to page) Try CPAN, it is always the first

Paging Data

2002-12-12 Thread Bob Mahle
Title: Paging Data Anyone have an example of paging data in a cgi app?  I have my app working with "Next" and "Previous" but I also want to dump out page jumps also.  For example a link at the end of the page like: Next 25 | Previous 25 | 1,2,3,4,5,.. (jumps to page) I'm going to try and di

RE: Blink tag using CGI.pm

2002-12-12 Thread Thomas_M
> I think I may have finally found a use for this. Has anyone > the syntax for a tag through CGI.pm? Thank you. The blink tag is deprecated, and no longer part of the latest HTML standard. If you want to do it the standards-compliant way, do this: print span({-style=>'text-decoration: blin