How to "Select All->Copy->Paste" a webpage?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to "Select All->Copy->Paste" a webpage?
Hi,
I need to extract some data from a webpage. However the webpage is using some trick so that the souce code contain almost nothing at all.
Therefore the only way to get the content of the webpage is to "Select All -> Copy Text -> Paste".
Is it possible to achieve the "Select all -> Copy Text -> Paste" with RR?
Thanks and best regards
I need to extract some data from a webpage. However the webpage is using some trick so that the souce code contain almost nothing at all.
Therefore the only way to get the content of the webpage is to "Select All -> Copy Text -> Paste".
Is it possible to achieve the "Select all -> Copy Text -> Paste" with RR?
Thanks and best regards
Alex
Nice to meet all of you.
Nice to meet all of you.
Hi,
Thanks for your reply. I am using Windows XP.
The webpage is a "Stock Ask/Bid Page", a secure login page. I am just trying to make an alert (or alarm) when the stock price reach a target price.
The source of the page has only a few lines of codes, but not related with the content of the page.
Thanks and best regards
Thanks for your reply. I am using Windows XP.
The webpage is a "Stock Ask/Bid Page", a secure login page. I am just trying to make an alert (or alarm) when the stock price reach a target price.
The source of the page has only a few lines of codes, but not related with the content of the page.
Thanks and best regards
Alex
Nice to meet all of you.
Nice to meet all of you.
-
- Posts: 179
- Joined: Sat Apr 08, 2006 11:08 pm
- Contact:
Hi,
Yes. I am using revBrowser.
For a normal webpage, I can grab the contents easily. My problem are:
1. The source of this webpage is empty. Therefore I cannot get the contents.
2. The webpage has only one URL. No matter what stock numbers I enter in the search box, the URL remains unchange. Therefore I cannot grab the content by the URL.
The only possible way is to "Edit -> Select All -> Copy -> Paste" the webpage to get the content.
Thanks and best regards
Yes. I am using revBrowser.
For a normal webpage, I can grab the contents easily. My problem are:
1. The source of this webpage is empty. Therefore I cannot get the contents.
2. The webpage has only one URL. No matter what stock numbers I enter in the search box, the URL remains unchange. Therefore I cannot grab the content by the URL.
The only possible way is to "Edit -> Select All -> Copy -> Paste" the webpage to get the content.
Thanks and best regards
Alex
Nice to meet all of you.
Nice to meet all of you.
Capturing information from a webpage
Hi,
I am looking for the same thing. Did this work?
I am looking for the same thing. Did this work?
The reason you cannot see the source code, (to me this seems like the reason), is because the site is using an iFrame.
Check the source code for anything that has anything like..
Something like the above.
Then go to the url that is in src. Then the source will be visible at that url.
Hope this is correct, and hope this works.
@Ant
Check the source code for anything that has anything like..
Code: Select all
<iframe src ="http://website.com">
</iframe>
Then go to the url that is in src. Then the source will be visible at that url.
Hope this is correct, and hope this works.
@Ant