navigate2 with self opening a new window

T

Tomer Ben-David

<html>
<body>

<object classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"
name="objWebBrowser" id="objWebBrowser" width="200px"
height="100px"></object>

<script language="JavaScript">
</script>
<button onclick="objWebBrowser.Navigate2('http://localhost/1.html',2,'_SELF');">
</body>
</html>

It opens the 1.html in a new window? why ? I have specified _SELF (and
tried _self) as well...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top