I want to display the contents of an HTML page into another HTML page. For example: I need to display the output of an HTML page in a
2006-08-14
01:41:33
·
4 answers
·
asked by
Ravi K
1
in
Computers & Internet
➔ Programming & Design
Thanks John. Plz tell me how to do the same thing using
A text area will display only the source, not another page.
I think what you are looking for is either an iframe or a div using ajax.
The easier thing to do is an iframe:
More info on the tag options can be found here http://www.w3schools.com/tags/tag_iframe.asp
The way to do it with Ajax would take a couple pages of explination; you would do better to get an API from someone (like yahoo or dojo). They will have more info on how to do it.
2006-08-14 01:48:24
·
answer #1
·
answered by John J 6
·
1⤊
0⤋
Without knowing exactly what you want to do I think that you may not be able to do exactly what you want in the way that you want to do it.
1) You can pass data between web pages using the following
www.myweb.com/mypage.htm?anydatatopass
spaces and special characters must be escaped.
2) To process this data you will need either a cgi program or javascript within the receiving web page.
I hope this helps.
2006-08-14 02:28:36
·
answer #2
·
answered by AnalProgrammer 7
·
0⤊
0⤋
use the IFRAME html tag
2016-03-27 01:10:37
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
htlm reastart
2006-08-14 01:52:38
·
answer #4
·
answered by Anonymous
·
0⤊
1⤋