tags:

views:

37

answers:

1

when i typed in html like this

var popup = window.open(location.href, "_blank", 
    "menubar=0,location=0,toolbar=0,status=0,directories=0,width=" + 
    screen.width + ",height=" + screen.height);
popup.moveTo(0, 0);

inside script language="javascript" and /script

The IE keeps on asking me whether to run active x or not ..plz try executing this to know better.i am unable to explain to u clearly. These codes were provided to me by mr. Amarghosh. i dont wanna always allow my active x .

A: 

This question was asnwered by Amarghosh and Bobince ...thanks friends

subanki