Click here to Skip to main content
15,892,005 members

Comments by leone (Top 7 by date)

leone 23-Mar-19 6:39am View    
I didn't quite get it. datagridview seems to not have any loaded event. form has a "load" event but it doesnt fire after window minimize/restore action. by the way i forgot to say this is c#.
leone 3-Aug-18 20:32pm View    
no bro i coulndt work it. always access denied error. the code:
win1 = open('https://www.google.com/', 'winname', 'width=800,height=800');
            var a = win1.document.getElementById("page")
leone 2-Aug-18 17:53pm View    
ok then thanks.
leone 2-Aug-18 16:42pm View    
so you say disabling any security policy wont work. but notice that these web servers are under my possesion. i mean i dont want to access facebook tab, i want to access my modems 172.16... tab.
leone 2-Aug-18 16:27pm View    
yes i would like to do that. so what does it mean disabling same origin policy (sop). tutorials say scheme and host and also port number have to be same to interact between tabs. This is called sop and sop is said to be disabled?