On 2006-01-03,
elibol@gmail.com <elibol@gmail.com> wrote:[color=blue]
> Hi Jasen,
>
> the solution you gave me before works well, I switched my setInterval
> based property watcher from the flash object to the javascript document
> like we discussed and it worked fine with some browser testing I did.
> My new problem pertains from the same project. location.hash doesn't
> update when the anchor hanges.
>[color=green]
>> after?[/color]
>
> The following conditions.
>[color=green]
>> are these alternatives?[/color]
>
> No, these are the conditions I was refering to above.
>[color=green]
>> change the url[/color]
>
> My problem is that I cannot read the address bar after the url changes
> from a back or forward action that doesn't load another, or the,
> document.
>
> The problem is that I cannot read the address from the location object
> when it changes under the conditions A and B I mentioned earlier.
>
> You can test it out here:
>
http://www.anticipatechange.com/browserSupport/
>
> set the anchor to:
>
> test1
> test2
> test3
>
> Those are valid named anchors in the html, the anchor generation also
> needs to be dynamic, that is another problem that I will be solving
> once I solve this one.
>
> Thanks again for your help Jasen,
>
> H
>[/color]
your page contains
<a name="test1" onFocus="alert('test1');"></a>
this is a bad idea.
http://www.anticipatechange.com/browserSupport/#test1
The rest of it only prints cryptic messages in the box at the bottom of the
screen. nothing asked me to install flash althoug parts of the source seem
to want it.
Bye.
Jasen