Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Frame (World Wide Web)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Alternatives== As web technology developed, many of the purposes for which frames were used became possible in ways that avoided the problems identified with frames. * [[Cascading Style Sheets]] (CSS) allowed elements of a page to be scrolled independently (using the <code>overflow</code> property) or held on screen while other content is scrolled (using <code>position:fixed</code>) * [[Server-Side Includes]] allowed shared content to be edited once and automatically delivered to the client as part of a finished page; as server CPU and connection speeds increased, the extra work required to do this on the fly became a lesser consideration. * [[Common Gateway Interface|CGI]] and web-oriented [[scripting languages]] and [[web development]] frameworks such as [[PHP]] and [[Active Server Pages]], as well as database-backed [[Content Management System]]s such as [[WordPress]], provided much richer options for maintaining content and providing navigation. * [[Client-side scripting]] and [[Dynamic HTML]] allowed parts of a page to be visually replaced based on a user's actions. This allowed much more flexibility for showing "side" content, such as footnotes or instructions, as these could now be displayed and hidden anywhere on the page rather than requiring a pre-defined frame. * [[AJAX]] allowed for dynamic display within a page of content even when it needs to be fetched from the server, for instance based on the logged in user or events elsewhere.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)