George,
I don't know what your reason for not liking information
popping up in the URL is, but I bet I can convince you that
it's not such a bad thing.
For example, if the URL is only index.cfm (with no
query string) every time, it's impossible to bookmark and
impossible for a search engine to index your page -- even
the smart ones.
It also seems to make debugging difficult. Do you really
want to hit the back button, view source, and find some
javascript just to find out where you are?
And remember, if you're using Javascript for every link,
you're shutting out anyone who doesn't have javascript
or doesn't have it enabled.
Anyway, I don't understand why refreshing is a problem,
because the browser should repost the form data when it
refreshes.
Patrick
> -----Original Message-----
> From: George Kaytor [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 19, 2001 10: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