Re: screen size...

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 4 Nov 2004 22:03:01 -0500, Luinrandir Hernsen <[EMAIL PROTECTED]> wrote: > Ok.. now how do I get the screen size info to a hidden input (in a form) or > send back to a cgi ? Um, well, that depends upon wat you want. See attached for an example. -- WC -Sx- Jones http://youve-reached-the.

Re: screen size...

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 4 Nov 2004 10:48:12 -0500, Luinrandir Hernsen <[EMAIL PROTECTED]> wrote: > It there a way to get the screen size info using perl? As a CGI, not really. Try: toolkit = java . awt . Toolkit . getDefaultToolkit (); screensize = toolkit . getScreenSize (); document . writeln ( "


screen size...

2004-11-04 Thread Luinrandir Hernsen
It there a way to get the screen size info using perl? Lou -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Address bar & redirects

2004-11-04 Thread David Dorward
On Thu, Nov 04, 2004 at 10:08:51AM -0500, Jonathan Mangin wrote: > That's not me, man. I'm not using frames Then either: (a) The URI you provided is not one to a site you are running (so why did you bring it up?) or (b) (more likely) You have chosen a third party domain name hosting solution wi

Re: Address bar & redirects

2004-11-04 Thread David Dorward
On Thu, Nov 04, 2004 at 09:52:18AM -0500, Jonathan Mangin wrote: > http://youve-reached-the.endoftheinternet.org/ The above URI is a frameset (eugh, icky frames). If an http resource loaded into the frameset performs a redirect then the URI won't change becuase the URI in the addressbar is not a

Re: Address bar & redirects

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 04 Nov 2004 18:41:54 +, David Dorward <[EMAIL PROTECTED]> wrote: > (d) you can't use targets in anything automatic I guess CGIs write themselves now =/ At any rate. What does (or does not) show in Broswer-X's URL address bar is not really a CGI.pm question. Many things can be done

GEO::IP

2004-11-04 Thread Ing. Branislav Gerzo
Hi all, I am thinking about using this module, but I found many similar (for example GEO::IPfree and so on). I have question - which module is good in its free version ? Thanks. -=x=- Skontrolované antivírovým programom NOD32 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Address bar & redirects

2004-11-04 Thread David Dorward
On Thu, 2004-11-04 at 12:49 -0500, Chasecreek Systemhouse wrote: > However, before you go traipsing off to research - try using > target="_new" and have the NEW url open in a NEW window. or not, since: (a) New windows are a usability hazard (b) _new is not an allowed value for the target attribut

RE: Address bar & redirects

2004-11-04 Thread Bob Showalter
Jonathan Mangin wrote: > Why doesn't my IE address bar reflect successful redirects? Perhaps an internal redirect is being used? Show us the script that's issuing the redirect. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Address bar & redirects

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 4 Nov 2004 10:39:04 -0500, Jonathan Mangin <[EMAIL PROTECTED]> wrote: > Sorry. Just thought that since I'm using CGI.pm to perform a > redirect and the browser doesn't reflect that successful redirect, > maybe someone (else) had a helpful clue. I'll see if Microsoft > knows anything about

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
- Original Message - From: "Chasecreek Systemhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 10:28 AM Subject: Re: Address bar & redirects >> http://youve-reached-the.endoftheinternet.org/ > > The above URI is a frameset (eugh, icky frames). That is

Re: Address bar & redirects

2004-11-04 Thread Chasecreek Systemhouse
> >> http://youve-reached-the.endoftheinternet.org/ > > > > The above URI is a frameset (eugh, icky frames). That is one way URL cloaking works -- icky or not. All one has to do is right-click and select "show this frame only." Easy. About URL not changing in IE -- this is not within the scope

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
That's not me, man. I'm not using frames or JavaScript. - Original Message - From: "David Dorward" <[EMAIL PROTECTED]> To: "Jonathan Mangin" <[EMAIL PROTECTED]> Cc: "beginners-cgi" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 10:01 AM Subject: Re: Address bar & redirects On Thu,

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
- Original Message - From: "Chasecreek Systemhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 9:25 AM Subject: Re: Address bar & redirects On Thu, 4 Nov 2004 07:46:13 -0500, Jonathan Mangin <[EMAIL PROTECTED]> wrote: Why doesn't my IE address bar refle

Re: Address bar & redirects

2004-11-04 Thread Chasecreek Systemhouse
On Thu, 4 Nov 2004 07:46:13 -0500, Jonathan Mangin <[EMAIL PROTECTED]> wrote: > Why doesn't my IE address bar reflect successful redirects? That's an IE thing -- depending upon how the redirect was accomplished. > Also, does this list have an archive? see lists.perl.org and look up beginners-cgi

Address bar & redirects

2004-11-04 Thread Jonathan Mangin
Why doesn't my IE address bar reflect successful redirects? Also, does this list have an archive? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]