On Wed, 7 Jul 2004 11:37:29 +0200, Javier Casabella wrote:
[color=blue]
> How can I obtain the string that is contained in the location bar?[/color]
alert(window.lo cation.href);
--
ZER0://coder.gfxer.web-designer/
~ Deformazione professionale è:
Quando in ascensore senti la ragazza accanto che tira fuori il cellulare,
e ti volti per capire se e' un modello sul quale puoi sviluppare in J2ME.
I have to obtain the location when the user change it in the location bar.
For that I call a function when the event onUnload ocurrs, and in that
function i have to obtain that location.
With window.location .href returns the location from the actual page, not the
location that the user writes.
"ZER0" <zer0.shock@lib ero.it> escribió en el mensaje
news:1n308ta2p1 40e.dlg@ID-171124.news.ind ividual.net...[color=blue]
> On Wed, 7 Jul 2004 11:37:29 +0200, Javier Casabella wrote:
>[color=green]
> > How can I obtain the string that is contained in the location bar?[/color]
>
> alert(window.lo cation.href);
>
> --
> ZER0://coder.gfxer.web-designer/
>
> ~ Deformazione professionale è:
> Quando in ascensore senti la ragazza accanto che tira fuori il cellulare,
> e ti volti per capire se e' un modello sul quale puoi sviluppare in J2ME.
>
> on air ~ "Enya - Athair Ar Neamh"[/color]
Comment