Hi
I have some Questions about frames I search in the internet and I read many books to find it but Idon’t find any thing
How can we use a frame in web page?
What happens when the page is printed?
What happens when the Back button is clicked?
How should assistive(phone) technology “read” the page?
How should the information be displayed on a small display?
Write your Recommendation about this issue ,
Thank you
about HTML
Started by ashly, Dec 02 2009 01:02 PM
3 replies to this topic
#1
Posted 02 December 2009 - 01:02 PM
|
|
|
#2
Posted 02 December 2009 - 04:00 PM
#3
Posted 02 December 2009 - 05:02 PM
Frames have their place but are not common.
They might be used for a file download if they don't want to redirect a user, or to send forms when JS is disabled.
The viewable area of the iframe is printed and I believe they will scroll down if they are regular frames.
They will redirect away from the page unless the target is specified.
They will try and put it all on one page and probably fail at doing this. It will change a lot of the formatting.
Scroll bars are everywhere. Try making a frame and resizing your browser to a small size on any website.
Quote
How can we use a frame in web page?
Quote
What happens when the page is printed?
Quote
What happens when the Back button is clicked?
Quote
How should assistive(phone) technology “read” the page?
Quote
How should the information be displayed on a small display?
#4
Posted 03 December 2009 - 09:45 AM
This sounds a LOT like homework.
Search for the iframe tag on google.
That depends on the browser.
You will go to the previous page. Note, the displayed content with frames is NOT the main page, so your going to the previous page from the container page's perspective.This would be hard to answer, as different pages use frames for different purposes."should"? The browser will control this.Don't use frames unless you have no other way to accomplish what you are doing. AJAX is a better idea under most circumstances.
ashly said:
Hi
I have some Questions about frames I search in the internet and I read many books to find it but Idon’t find any thing
How can we use a frame in web page?
I have some Questions about frames I search in the internet and I read many books to find it but Idon’t find any thing
How can we use a frame in web page?
ashly said:
What happens when the page is printed?
ashly said:
What happens when the Back button is clicked?
ashly said:
How should assistive(phone) technology “read” the page?
ashly said:
How should the information be displayed on a small display?
ashly said:
Write your Recommendation about this issue ,
Thank you
Thank you


Sign In
Create Account

Back to top










