RE: Quick change address bar value script anyone?

2002-11-18 Thread Tony Weeg
hmmm besides an href'ed link in a html page?

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 2:45 PM
To: CF-Talk
Subject: Quick change address bar value script anyone?


Just need a java script that will change the value of the Address bar.
Not the status bar.

Anyone have anything like that?

TTAIA


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Quick change address bar value script anyone?

2002-11-18 Thread charlie griefer
Lee Fuller writes: 

 Just need a java script that will change the value of the Address bar.
 Not the status bar. 
 
 Anyone have anything like that?

Lee: 

The address bar is 'readonly'...the only way to replace a value in there 
would be to actually load a new page. 

This is actually a good thing...otherwise people could put up objectionable 
content and have the address bar show http://www.microsoft.com (ok, ok, bad 
example...but you get the idea) :) 

charlie 


 
 TTAIA 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Quick change address bar value script anyone?

2002-11-18 Thread Tony Weeg
I really don't think there is a way to do that...someone a few months
back was asking on here, and to no avail did anyone come up an answer.

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Tony Weeg [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 2:52 PM
To: CF-Talk
Subject: RE: Quick change address bar value script anyone?


hmmm besides an href'ed link in a html page?

.tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 


-Original Message-
From: Lee Fuller [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 2:45 PM
To: CF-Talk
Subject: Quick change address bar value script anyone?


Just need a java script that will change the value of the Address bar.
Not the status bar.

Anyone have anything like that?

TTAIA



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Quick change address bar value script anyone?

2002-11-18 Thread Jim Campbell
You can't change the address bar with Javascript.  The closest thing I can
come up with (if you're worried about URL variables being exposed) is not to
use them, or run your web app in a Javascript-created window without an
address bar.

- Jim

- Original Message -
From: Lee Fuller [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 18, 2002 1:44 PM
Subject: Quick change address bar value script anyone?


 Just need a java script that will change the value of the Address bar.
 Not the status bar.

 Anyone have anything like that?

 TTAIA

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Quick change address bar value script anyone?

2002-11-18 Thread Adrocknaphobia Jones
Don't forget about frames.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-Original Message-
From: Jim Campbell [mailto:[EMAIL PROTECTED]] 
Sent: Monday, November 18, 2002 2:58 PM
To: CF-Talk
Subject: Re: Quick change address bar value script anyone?

You can't change the address bar with Javascript.  The closest thing I
can
come up with (if you're worried about URL variables being exposed) is
not to
use them, or run your web app in a Javascript-created window without an
address bar.

- Jim

- Original Message -
From: Lee Fuller [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 18, 2002 1:44 PM
Subject: Quick change address bar value script anyone?


 Just need a java script that will change the value of the Address
bar.
 Not the status bar.

 Anyone have anything like that?

 TTAIA

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Quick change address bar value script anyone?

2002-11-18 Thread Jim Campbell
Ah, true true, iframes as well, if you're writing for an intranet or a
similar environment where you can guarantee later versions of IE/NS/Mozilla.

- Jim

- Original Message -
From: Adrocknaphobia Jones [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 18, 2002 2:06 PM
Subject: RE: Quick change address bar value script anyone?


 Don't forget about frames.

 Adam Wayne Lehman
 Web Systems Developer
 Johns Hopkins Bloomberg School of Public Health
 Distance Education Division


 -Original Message-
 From: Jim Campbell [mailto:[EMAIL PROTECTED]]
 Sent: Monday, November 18, 2002 2:58 PM
 To: CF-Talk
 Subject: Re: Quick change address bar value script anyone?

 You can't change the address bar with Javascript.  The closest thing I
 can
 come up with (if you're worried about URL variables being exposed) is
 not to
 use them, or run your web app in a Javascript-created window without an
 address bar.

 - Jim

 - Original Message -
 From: Lee Fuller [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, November 18, 2002 1:44 PM
 Subject: Quick change address bar value script anyone?


  Just need a java script that will change the value of the Address
 bar.
  Not the status bar.
 
  Anyone have anything like that?
 
  TTAIA
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Quick change address bar value script anyone?

2002-11-18 Thread Lee Fuller
Yeah, I thought that may be the answer.  Hence nothing about it readily
available anywhere that I could find.

And it's really not for that.. It's for hiding bad pages when a 404
happens.  But that's ok.  It wasn't critical.  Just thought someone
might have the answer.

Thanks!

Lee


| -Original Message-
| From: Jim Campbell [mailto:[EMAIL PROTECTED]] 
| Sent: Monday, November 18, 2002 11:58 AM
| To: CF-Talk
| Subject: Re: Quick change address bar value script anyone?
| 
| 
| You can't change the address bar with Javascript.  The 
| closest thing I can come up with (if you're worried about URL 
| variables being exposed) is not to use them, or run your web 
| app in a Javascript-created window without an address bar.
| 
| - Jim
| 
| - Original Message -
| From: Lee Fuller [EMAIL PROTECTED]
| To: CF-Talk [EMAIL PROTECTED]
| Sent: Monday, November 18, 2002 1:44 PM
| Subject: Quick change address bar value script anyone?
| 
| 
|  Just need a java script that will change the value of the Address 
|  bar. Not the status bar.
| 
|  Anyone have anything like that?
| 
|  TTAIA
| 
|  
| 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.