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]

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

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]> wrot

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, 2

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
- 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

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 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 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 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

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 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