With FP 2000 can you control the order in which items
will open in a browser?
Many thanks in anticipation.

Re: opening order of items in browser by Steve

Steve
Tue Nov 18 07:57:32 CST 2003

Items on a page open in the order
they are "seen" by the client
starting at the top of the page and working down.
So if you have
<body>
image1
image2

normally image1 will load first.
However, if the server allows multiple port 80 connections,
( the max is 4 for dial up and 40 for broadband, depending on server
settings )
and image2 is smaller than image1, then image2 will display first
because image1 is still loading.


--
95isalive
This site is best viewed..................
..............................with a computer
"tony@netart.co.nz" <anonymous@discussions.microsoft.com> wrote in message
news:021901c3ad8d$fe804900$a401280a@phx.gbl...
> With FP 2000 can you control the order in which items
> will open in a browser?
> Many thanks in anticipation.



Re: opening order of items in browser by anonymous

anonymous
Wed Nov 19 22:00:11 CST 2003

Mmmmm!
Thanks Steve. I've got a page (with frames) and an image
at top left of page opens long after various flash
animations at foot of page in a separate frame. It
happens to me and several other people. Can it be
controlled?

>-----Original Message-----
>Items on a page open in the order
>they are "seen" by the client
>starting at the top of the page and working down.
>So if you have
><body>
>image1
>image2
>
>normally image1 will load first.
>However, if the server allows multiple port 80
connections,
>( the max is 4 for dial up and 40 for broadband,
depending on server
>settings )
>and image2 is smaller than image1, then image2 will
display first
>because image1 is still loading.
>
>
>--
>95isalive
>This site is best viewed..................
>...............................with a computer
>"tony@netart.co.nz"
<anonymous@discussions.microsoft.com> wrote in message
>news:021901c3ad8d$fe804900$a401280a@phx.gbl...
>> With FP 2000 can you control the order in which items
>> will open in a browser?
>> Many thanks in anticipation.
>
>
>.
>

Re: opening order of items in browser by Stefan

Stefan
Thu Nov 20 03:21:24 CST 2003

Only thru JavaScript that builds your page sequentially
See http://www.developer.irt.org/script/script.htm

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


<anonymous@discussions.microsoft.com> wrote in message news:005401c3af1a$cb503e30$a001280a@phx.gbl...
| Mmmmm!
| Thanks Steve. I've got a page (with frames) and an image
| at top left of page opens long after various flash
| animations at foot of page in a separate frame. It
| happens to me and several other people. Can it be
| controlled?
|
| >-----Original Message-----
| >Items on a page open in the order
| >they are "seen" by the client
| >starting at the top of the page and working down.
| >So if you have
| ><body>
| >image1
| >image2
| >
| >normally image1 will load first.
| >However, if the server allows multiple port 80
| connections,
| >( the max is 4 for dial up and 40 for broadband,
| depending on server
| >settings )
| >and image2 is smaller than image1, then image2 will
| display first
| >because image1 is still loading.
| >
| >
| >--
| >95isalive
| >This site is best viewed..................
| >...............................with a computer
| >"tony@netart.co.nz"
| <anonymous@discussions.microsoft.com> wrote in message
| >news:021901c3ad8d$fe804900$a401280a@phx.gbl...
| >> With FP 2000 can you control the order in which items
| >> will open in a browser?
| >> Many thanks in anticipation.
| >
| >
| >.
| >