explorer + java ?
Posted: Wed Jan 19, 2011 10:44 am
Elo ppl, i have a problem with my site.
iam using a javascript to open a new window.
But it seems explorer isnt ok with that. wont open.
---------------------
this is the script iam using. ( i know the spelling on tatoo).
<script type="text/javascript">
function myPopup() {
window.open('tatoo1.php','More info','menubar=no,width=580,height=430,toolbar=no,location=no,titlebar=no')
}
<div id="sorcinfo2">
<form>
<input type="button" onClick="myPopup()" value="Bigger picture">
</form>
</div>
what should i do to be able to open it in explorer also ?
iam looking around the net also...
/tomtefan
iam using a javascript to open a new window.
But it seems explorer isnt ok with that. wont open.
---------------------
this is the script iam using. ( i know the spelling on tatoo).
<script type="text/javascript">
function myPopup() {
window.open('tatoo1.php','More info','menubar=no,width=580,height=430,toolbar=no,location=no,titlebar=no')
}
<div id="sorcinfo2">
<form>
<input type="button" onClick="myPopup()" value="Bigger picture">
</form>
</div>
what should i do to be able to open it in explorer also ?
iam looking around the net also...
/tomtefan