|
Posted by guden google on October 25, 2004, 7:39 pm
Please log in for more thread options
does anyone know how to use html to get data from one web page to
another automatically? I want to get a stock quote from yahoo finance
and send just the price to my beeper once an hour through the beeper
website.
from http://finance.yahoo.com:
http://finance.yahoo.com/q?s=yhoo
from www.metrocall.com:
http://storefront.metrocall.com/Send_a_Message/send_message_home.asp?mscssid=x xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
get or post maybe? java ? c?
If you can help me I would appreciate it.
|
|
Posted by Lars Eighner on October 25, 2004, 10:03 pm
Please log in for more thread options
In our last episode,
the lovely and talented guden google
broadcast on comp.infosystems.www.authoring.html:
> does anyone know how to use html to get data from one web page to
> another automatically?
You can't. HTML is not a programming language.
--
Lars Eighner -finger for geek code- eighner@io.com http://www.io.com/~eighner/ If it wasn't for muscle spasms, I wouldn't get any exercise at all.
|
|
Posted by Fred on October 26, 2004, 7:42 pm
Please log in for more thread options On 25 Oct 2004 18:39:40 -0700, guden1000@yahoo.com (guden google)
wrote:
>does anyone know how to use html to get data from one web page to
>another automatically?
The part that reads the quote and sends it to your beeper doesn't have
to be a web page. It can either be code in a web page (JavaScript,
PHP, etc.), or a stand-alone binary running on your computer with a
permanent connection to the Net.
See if you can find a library to send a msg to your beeper, and build
from there (eg. web services in XMLRPC, etc.), or if can just call a
script on a web site to do this (eg.
http://www.beeper.com/send.php?number=123456&msg=myquote)
Fred.
|
| Similar Threads | Posted | | Realtime data in a web page | March 10, 2008, 2:32 pm |
| Data | January 19, 2005, 5:21 pm |
| Meta data | October 2, 2004, 1:25 am |
| retrieving data from a form | August 28, 2004, 6:21 pm |
| What's being sent to the website to retrieve this data? | March 1, 2005, 10:36 am |
| Transferring Data between pages | April 13, 2005, 9:42 am |
| ASP - data connection question | May 19, 2006, 5:23 pm |
| Continuously Growing Data | August 14, 2008, 10:06 pm |
| Passing Data without Submit/Input | October 6, 2004, 12:25 am |
| Making forms remember their data? | December 15, 2004, 8:29 pm |
|