HTML Question

G

Guest

How do you embed HTML Page in to a another HTML Page. Like its done on this webpag

http://www.myfloridahouse.com

where The White Status boards (Current Bills) is actually a different webpage. How do you embed HTML Page into another HTML Page like that.
 
C

Curt_C [MVP]

It's ASPX, not HTML
You can do it with iFrames/Frames and also with something like this
(this is ASP but sme idea) http://www.darkfalz.com/1068

Basically though, it's not HTML embedding HTML, it's ASP(X) Retrieving and
enbedding the return from the remote page

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


Shreyash Patel said:
How do you embed HTML Page in to a another HTML Page. Like its done on this webpage

http://www.myfloridahouse.com/

where The White Status boards (Current Bills) is actually a different
webpage. How do you embed HTML Page into another HTML Page like that.
 
C

Curt_C [MVP]

the example is VBScript, not .NET at all, but the same idea should work.
Just google "get remote page" or something similar
 
S

Sueffel

Try this:

<!--#include file="{filename}" -->
That's the way to do a SSI (Server Side Include)

HTH,
Sueffel
Shreyash Patel said:
How do you embed HTML Page in to a another HTML Page. Like its done on this webpage

http://www.myfloridahouse.com/

where The White Status boards (Current Bills) is actually a different
webpage. How do you embed HTML Page into another HTML Page like that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top