BobROE said:Can anyone help me with the following?
Say I have a webpage with some information on it, and each piece of information has it's own ID.
Is there anyway I can have another webpage get the info by ID off the first page and put it on the second?
dvvega said:That would depend ...
If you click on a link on the first and open the second you can pass the IDs you require in the http line with parameters using ?p1=x&p2=y etc
You can use sessions to store information and the other page can read it.
If you are talking about a page you have no control over, you could create a second page that would "download" the first page (read the HTML text) and then "chew" that up for data.
A little more information on the situation would be good.
BobROE said:Ok. I have a group of webpages that have a question and an answer where the answer is hidden until you click on a link (using a java script).
Now I want to create one page that has all the questions, or all the questions and the answers, etc. So it can be printed.
<a name="tblWeather">
<table>
<iframe src="http://myserver/mysource.html#tblWeather" />