percolato_emper
01-12-2012, 12:59 AM
Hi,
First I really am a newb concerning HTML and web programming in general. I would like to know if the following is possible ;
Here is a website for querying data at the ING Astronomical Data Centre ; http://casu.ast.cam.ac.uk/casuadc/archives/ingarch/@@query.html
I'm not even sure this is in the HTML language, but it seems like it. However, what I would like to do is querying their website without having to manually fill up the form each time, but instead building some URL with my code libraries to directly get to the result page.
I'll give you one example of how I would like to fill the form ;
Target Name : [empty]
Coordinates : 04 43 13.8 29 47 21
Search Box : 00 00 30
Telescope : WHT - William Herschel Telescope
Instrument : All
All other fields : what is there by default
You can enter it by hand and see what the result page should be (No results, in fact).
Do anybody know how to directly query such results building an URL ?
Thanks a lot
First I really am a newb concerning HTML and web programming in general. I would like to know if the following is possible ;
Here is a website for querying data at the ING Astronomical Data Centre ; http://casu.ast.cam.ac.uk/casuadc/archives/ingarch/@@query.html
I'm not even sure this is in the HTML language, but it seems like it. However, what I would like to do is querying their website without having to manually fill up the form each time, but instead building some URL with my code libraries to directly get to the result page.
I'll give you one example of how I would like to fill the form ;
Target Name : [empty]
Coordinates : 04 43 13.8 29 47 21
Search Box : 00 00 30
Telescope : WHT - William Herschel Telescope
Instrument : All
All other fields : what is there by default
You can enter it by hand and see what the result page should be (No results, in fact).
Do anybody know how to directly query such results building an URL ?
Thanks a lot