I would like to know how to bypass " Do you want to view only the webpage content that was delivered securely?" dialog box using
VBscript ..
I am trying to open a webpage through IE in XP and after I login this dialog box appears.. and the contents of the pages are loaded.
I would like to bypass the dialog box.. I tried with Sleep and
Send keys but didn't work because when the page is loading the script waits for sleep time and executes but actually that dialog box doesn't appear during that time (ie its all based on internet speed)
I would like to have a nice solution for this which works perfectly.
Thanks to all..