Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I can use this code to get and set the contents in normal IE window:

C#
SHDocVw.ShellWindowsClass shellWindows = new SHDocVw.ShellWindowsClass();

           foreach (SHDocVw.InternetExplorer MyIE in shellWindows)
           {
                //workflow
           }


But, if a new window is open up in this way:

JavaScript
<input type="button" onclick='javascript:openMaxWindow(23200074100000,"../../ptgl/billtemplate/zkfp/w_gjhdywfpe.jsp?readonly=2&id=1")'/>


And I can not use SHDocVw.shellwindows to get and set the contents. Can you help me? TKS
Posted
Comments
Karthik. A 9-Jul-12 15:01pm    
Can you tell us what is your requirement? May be there is an easier way to achieve what you wish to do!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900