One way to hide the URL is to use frames. make a frame set of "99%,*" and
have your fusebox application load in the main frame carted with the 99%.
When your uses navigate your app they will not see any URL changes.

Shawn Regan

-----Original Message-----
From: George Kaytor [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 19, 2001 7:03 AM
To: Fusebox
Subject: Newbie fusebox question


Hey gang,

I started fooling around with fusebox but I don't like any information 
popping up in the url. To get around this, I use form variables to pass the 
fuseaction. For example, a link might point to a javascript function that 
sets the fueseaction and submits the form:

document.form.fuseaction = "action";
document.form.submit();

This works great as the user only sees the index.cfm in the url. The problem

occurs whenever the user refreshes the screen. They return to my default 
case in the index which is the main menu. Any thoughts or comments on doing 
this?

thanks,

george
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to