Erik,
You need to use an absolute URL in your JS functions. So point it at
"/Help/index.cfm" or whatever it would be from your site's root.
For links, the BASE tag is useful in a document if you don't want to use absolute URLs
everywhere. I'm really not sure if BASE works for JS functions though... but I'd be
curious to find out if you try it :)
HTH,
-Max
At 9/12/2000 11:26 AM -0700, you wrote:
>Let's say you are at the following URL:
>
>http://www.foo.com/index.cfm?memberid=5
>
>You could also do that as:
>
>http://www.foo.com/index.cfm/memberid/5.htm
>
>There are a lot of variations of this, but this
>is the way I do it.
>
>Anyways, Say you have a Javascript function
>that points to ./Help/index.cfm. With s.e.f.u's
>you run into a problem. It sends the user to
>http://www.foo.com/index.cfm/memberid/help/index.cfm
>
>Has anyone been able to get around this? It really
>bothers me. Really.
>
>TIA!
>
>__
> Erik Voldengen 6740 N Oracle Road, Ste 100
> Lead Developer Tucson, Arizona 85704
> HMweb 520-742-2611 ext. 111
> www.HMweb.com
>
>------------------------------------------------------------------------------
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.