
07-08-2009
|
|
|
|
Re: Javascript window.location not working
Tried parent; not working.
Thanks anyway
"VanguardLH" wrote:
> Jaume wrote:
>
> > Moving from IE7 to IE8 have found that javascript window.location (nor .href
> > for that matter) does not do anything when redirecting to same page with
> > different parameters in the url (it actually changes to a different page, but
> > not to the same with different parameters or values). It works fine if it
> > opens a new window.
>
> Not that much into Javascripting but shouldn't you be using
> parent.<func> instead of window.<func> if you want to change the
> contents inside the same page?
>
> A *.javascript newsgroup would have a community more focused on your
> Javascripting problem.
>
|