473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

how load one frame before another in aspx page

I have 3 frame (not frame set) and I want to forse frame1 (where I
define language for user) to be load first, before any other frames.
How should I do it from the main aspx page? thank you very...

Nov 24 '05 #1
3 1275
You could do this only client side IMO.

Actually I would redesign to not depend on the order of execution (you could
perhaps move some code from one of those child pages to the main page that
shows the frameset).

--
Patrice

"Lady" <to****@mail.ru> a écrit dans le message de
news:11*********************@g43g2000cwa.googlegro ups.com...
I have 3 frame (not frame set) and I want to forse frame1 (where I
define language for user) to be load first, before any other frames.
How should I do it from the main aspx page? thank you very...

Nov 24 '05 #2
Yes, thank you, I see what it could be done only on client with
Javascript...
but could you give me direction how to do it?
(It's rather old and difficult appliccation and i can't redesign this
part, I've already thought about it...)

Nov 25 '05 #3
More specifically I was thinking that you could set programmatically the src
attributes for the frame programmatically client side so that the frames are
loaded in a specific order.

I'm not sure this is enough as a browser could likely still load both "at
the same time". You could even have to wait for the first frame to be loaded
before altering the second src attribute.

Not what you would like to ear but unless someone else comes with a better
soltuion, it would be IMO a better move on mean term to redesign just this
part...

(if this is just a language setting it should be quite easy to move this in
the page that renders the main frameset so that it is always called before
the framed pages).

You could also define the language even earlier in the global.asax
(BeginRequest perhaps ?)

--
Patrice

"Lady" <to****@mail.ru> a écrit dans le message de
news:11**********************@f14g2000cwb.googlegr oups.com...
Yes, thank you, I see what it could be done only on client with
Javascript...
but could you give me direction how to do it?
(It's rather old and difficult appliccation and i can't redesign this
part, I've already thought about it...)

Nov 25 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Serge L | last post by:
Ok, I have Main.htm page which contains: <frameset rows="20%,80%"> <frame scrolling="no" name="top" src="ONE.aspx"> <frame scrolling="yes" name="bottom" src="MAIN.aspx"> </frameset> and I have...
3
by: Shapper | last post by:
Hello, I am working on an ASP.NET/VB web site. I have several links including menu links. Considerer a want to load a page named page.aspx. I can do it using javascript. Or using this code:...
0
by: Serge L | last post by:
Ok, I have Main.htm page which contains: <frameset rows="20%,80%"> <frame scrolling="no" name="top" src="ONE.aspx"> <frame scrolling="yes" name="bottom" src="MAIN.aspx"> </frameset> and I have...
2
by: torext | last post by:
I have 3 frame (not frame set) and I want to forse frame1 (where I define language for user) to be load first, before any other frames. And if possible reload main page. How should I do it from...
1
by: Nigil LaVey | last post by:
I have a server configured for load balancing main server domain name is myserver.com and IP is 192.168.0.60 shadow server domain name is myserver.com and IP is 192.168.0.69 so if I keep on...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.