S
Stefi
Hi All,
I'd like to extract some data from a website which comes up in a small quick
info window when mouse is over the object. The URL is
https://stanfordwho.stanford.edu/SW...e&soundex=checkbox&stanfordonly=&filters=open
the source code is
<dt><a
href="/SWApp/detailAction.do?key=DR890D618&search=aa&soundex=checkbox&stanfordonly=&affilfilter=everyone&filters=open"
onmouseover="swho.alone.showPopup(event, 'DR890D618', 'aa', 'checkbox', '',
'everyone', 'open')" onmouseout="swho.alone.OnMouseOut(event)">Akane Abe</a>
</dt>
How can I get in VBA the content of the window poppng up as a result of
onmouseover event?
Regards,
Stefi
I'd like to extract some data from a website which comes up in a small quick
info window when mouse is over the object. The URL is
https://stanfordwho.stanford.edu/SW...e&soundex=checkbox&stanfordonly=&filters=open
the source code is
<dt><a
href="/SWApp/detailAction.do?key=DR890D618&search=aa&soundex=checkbox&stanfordonly=&affilfilter=everyone&filters=open"
onmouseover="swho.alone.showPopup(event, 'DR890D618', 'aa', 'checkbox', '',
'everyone', 'open')" onmouseout="swho.alone.OnMouseOut(event)">Akane Abe</a>
</dt>
How can I get in VBA the content of the window poppng up as a result of
onmouseover event?
Regards,
Stefi