GoogleDude Posted March 22, 2010 Posted March 22, 2010 (edited) How can I use _IECreate to create the browser window that use's IE8's "InPrivate Browsing" or does not use the logged in users IE profile settings such as cookies ect..? I Currently only know of using the below via command line or to run the command as a different user. But was hoping to be able to use the UDF! I want to be able to fill out a webform without using any cached form fill data ect..iexplore.exe -private http://www.google.com/Regards,~GD Edited March 22, 2010 by GoogleDude
Fulano Posted March 22, 2010 Posted March 22, 2010 I don't use IE much, so I'm not sure what matching parameters would flag a private browsing session, but you should be able to to use _IEAttach() to connect the UDF to it once you've spawned it from ShellExecute, using the command line you indicated above. #fgpkerw4kcmnq2mns1ax7ilndopen (Q, $0); while ($l = <Q>){if ($l =~ m/^#.*/){$l =~ tr/a-z1-9#/Huh, Junketeer's Alternate Pro Ace /; print $l;}}close (Q);[code] tag ninja!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now