HeyJim Posted October 22, 2005 Report Share Posted October 22, 2005 I'm viewing the source code from a Google search page (small sample below) and trying to run a macro that will extract the domain names from the page. I tried setting it up using Control F (search for class=a>) move mouse to cursor, left mouse down, do a Control F < move mouse to cursor, in hope that the domain www.centralcapital.com would be selected. Then I could copy it and loop through to the next domain. As you can imagine, it doesn't work. I've spent too much time going through the manual trying to understand how to use looping and variables and appending to a variable... Well, it just doesn't compute in my head tonight. What do I try next? Thanks. ww.centralcapital.com')" onMouseOut="cs()">Remortgage Specialists</a><br>Fast, easy online application<br>A remortgage to suit your needs<br><font class=a>www.centralcapital.com</font><br><br><a id=aw2 Quote Link to comment Share on other sites More sharing options...
randallc Posted October 22, 2005 Report Share Posted October 22, 2005 Hi, Try this; also better implementation of similar in "WebEdit" link macro' link from my signature. Best, randall BetweenMid_.mxe Quote Link to comment Share on other sites More sharing options...
HeyJim Posted October 22, 2005 Author Report Share Posted October 22, 2005 Hey, Randall. As usual your input is fantastic and the macro runs great. With this as the foundation I should be able to put the rest of it together. I've only studied your solution for a few minutes and think I'll be able to understand it eventually but in all honesty I'm not sure I would have ever figured it out on my own. Thanks. Quote Link to comment Share on other sites More sharing options...
randallc Posted October 23, 2005 Report Share Posted October 23, 2005 Good news and god luck! Maybe post back later as extracting from a google search could be useful;; Best, Randall Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.