Log in

Accessify Forum - Accessibility Discussion

Latest Tweets

Err. Sorry. Haven't quite got the hang of multiple accounts on @seesmic just yet! :-(

Yesterday

@mollydotcom going on the #HTML5 demystification! :-)

Yesterday

Web #accessibility training in Edinburgh this fall: about WCAG2, understand WAI-ARIA, more http://www.rnib.org.uk... - Gary

2 days ago, RT: @webaxe

Blog RE practical research into #HTML5 & #accessibility - http://www.accessiblec... by @jkiss - Gary

2 days ago, RT: @stcaccess RT @Meera404

.@v may I suggest you add November's Accessing Higher Ground accessibility conference to lanyrd.com, too? http://j.mp/bbPai...

2 days ago, RT: @stcaccess

Read more...

Currently Online

No registered users are online.

server side includes (SSI's) and iframes

  • Reply to topic
  • Post new topic

Home / Site Building & Testing / server side includes (SSI's) and iframes

Reply with quote Question..are

server side includes (SSI's) and iframes accessible?

Thanks,
Ros
Smile
Reply with quote Iframes have been deprecated by current standards, it is probably better that you don't use them.

Server side includes, as the name suggests are included (within the requested document) server side.

So for example if you request index.php from a web site

index.php
Code:
include ("head.inc");
include ("body.inc");
include ("footer.inc");

The server would then join the files and send it to your browser as index.php

It's not answering your question (I should be a politician Twisted Evil ), but don't worry about server side includes.
Reply with quote Iframes (and frames in general) are well supported by most modern Assistive Technology programs and are therefore quite accessible.

You won't (shouldn't?) have any problems using Iframes or SSI.

.

  • Reply to topic
  • Post new topic

Display posts from previous:   

All times are GMT

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum