Jump to content

Iframe/frame


Zath

Recommended Posts

Checking W3Schools.com, it shows that iframes don't conform to HTML4.01 strict or XHTML 1 strict.I then read up a little about frames, frowned upon a few years back.If I wanted to validate to a strict Doctype, do I use frames or can I achieve the equivalent with divs ?I want to be able to show content from outside the page/site in a small info style box area.Should I be looking at DOM or Javascript instead ?

Link to comment
Share on other sites

A bit offtopic I suppose, but why would you need a proxy?
An "AJAX proxy" is a server-side application that allows you to perform requests across domains.If you use Javascript alone, you can only access files that are on the same domain as the script.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...