Hi there,
I have a problem with opening new windows with JS. If the webpage did not
complete loading due to any reason a click on a link which is supposed to open a
small new other window loads instead the home page. If the page completes
loading the link is working perfect.
Here is the code:
<a href="#"
onclick="open_c enter('/subapp_profiles/member-information.php ?id=00000028',4 75,500);return
false;" onMouseOver="st atus='display profile'; return true;"
onMouseOut="sta tus='';" title="display profile">link text</a>
Does anybody know how to fix that?
Thanx in advance,
Merlin
I have a problem with opening new windows with JS. If the webpage did not
complete loading due to any reason a click on a link which is supposed to open a
small new other window loads instead the home page. If the page completes
loading the link is working perfect.
Here is the code:
<a href="#"
onclick="open_c enter('/subapp_profiles/member-information.php ?id=00000028',4 75,500);return
false;" onMouseOver="st atus='display profile'; return true;"
onMouseOut="sta tus='';" title="display profile">link text</a>
Does anybody know how to fix that?
Thanx in advance,
Merlin
Comment