[thelist] Window Popup Problem

Christian Heilmann codepo8 at gmail.com
Fri Feb 17 14:26:18 CST 2006


> I don't understand what you mean by delete the target again?
>
> The AllData link, for example, that is not the icon, has no
> target=_blank. D

> > onclick="var f=document.logonForm;
> > f.url.value='http://library.alldatapro.com'; f.target='_blank';

You set the target here explicitly and it stays on _blank unless you
set it back to nothing.

The changed target property of the form is your "variable that doesn't
get reset".

You can try to reset it after the submit().


--
Chris Heilmann
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/
Binaries: http://www.onlinetools.org/



More information about the thelist mailing list