onmouseover

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top