Vba: IE, closing a tab

Nelson78

Well-known Member
Joined
Sep 11, 2017
Messages
525
Office Version
  1. 2007
Hello everybody.

I'm navigating a web site. I'm stuck with this (I've to close a tab):

Code:
a id="zdres" class="closetab" on click="return false;"></a>

The id always changes.
It seems to be the only a and the only class="closetab" in the page.

Any suggestions?
 
With the following instruction:

Code:
Debug.Print HTMLdoc.frames.Length

the result is 2

Analizing the two results:

N.
0
Name
da_sp_
Location
javascript:'';

N.
1
Name

Location
javascript:'';


ps number 1 seems not have name
 
Last edited:
Upvote 0

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Uhm... da_sp_ seems an empty container...

Code:
< iframe id="da_sp_" style="display:none" src="" name="da_sp_">
< html>
< head>< /head>
< body>< /body>
< /html>
< /iframe>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,072
Members
448,546
Latest member
KH Consulting

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top