Jump to content

about HTML

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
ashly

ashly

    Newbie

  • Members
  • Pip
  • 2 posts
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


#2
zeroradius

zeroradius

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,406 posts
Funky Chickens HTML Help! <- tutorial

I personally think frames should not be used, have fun
Posted Image

#3
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Frames have their place but are not common.

Quote

How can we use a frame in web page?
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.

Quote

What happens when the page is printed?
The viewable area of the iframe is printed and I believe they will scroll down if they are regular frames.

Quote

What happens when the Back button is clicked?
They will redirect away from the page unless the target is specified.

Quote

How should assistive(phone) technology “read” the page?
They will try and put it all on one page and probably fail at doing this. It will change a lot of the formatting.

Quote

How should the information be displayed on a small display?
Scroll bars are everywhere. Try making a frame and resizing your browser to a small size on any website.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
This sounds a LOT like homework.

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?
Search for the iframe tag on google.

ashly said:

What happens when the page is printed?
That depends on the browser.

ashly said:

What happens when the Back button is clicked?
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.

ashly said:

How should assistive(phone) technology “read” the page?
This would be hard to answer, as different pages use frames for different purposes.

ashly said:

How should the information be displayed on a small display?
"should"? The browser will control this.

ashly said:

Write your Recommendation about this issue ,


Thank you
Don't use frames unless you have no other way to accomplish what you are doing. AJAX is a better idea under most circumstances.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog