473,387 Members | 1,693 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,387 software developers and data experts.

Multiple iFrames Loading Issue

GQ
We have a Web page that at load time will execute and
build: a DHTML Menu/Data Driven, an Iframe with Detail
Data, an Iframe to display Progress Information and
another iframe with totals information of the previous
iframe with Detail Data. Everything works fine except
during the initial load. If we click on any place of the
page during the above loading schema, the process stops
and we end-up with Iframes with incomplete information
and empty calculations. We need to refresh and avoid
using the mouse and keyboard during the load time to get
a decent start.

Is anyone familiar with this behavior? Any ideas to solve
this issue without disable the mouse?

Thanks!

Jul 19 '05 #1
3 3675
GQ wrote:
We have a Web page that at load time will execute and
build: a DHTML Menu/Data Driven, an Iframe with Detail
Data, an Iframe to display Progress Information and
another iframe with totals information of the previous
iframe with Detail Data. Everything works fine except
during the initial load. If we click on any place of the
page during the above loading schema, the process stops
and we end-up with Iframes with incomplete information
and empty calculations. We need to refresh and avoid
using the mouse and keyboard during the load time to get
a decent start.

Is anyone familiar with this behavior? Any ideas to solve
this issue without disable the mouse?

Thanks!


This sounds like a client-side issue, which is off-topic for this newsgroup.
Try one of the inetexplorer newsgroups.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #2
GQ
Bob, with all my respect, this is an ASP processing
issue. ASP is server based and this is an ASP server
Newsgroup. You do not have to help me if you cannot, but
please, allow other people to contribute on this regard
if possible.

Regard..
-----Original Message-----
GQ wrote:
We have a Web page that at load time will execute and
build: a DHTML Menu/Data Driven, an Iframe with Detail
Data, an Iframe to display Progress Information and
another iframe with totals information of the previous
iframe with Detail Data. Everything works fine except
during the initial load. If we click on any place of the page during the above loading schema, the process stops
and we end-up with Iframes with incomplete information
and empty calculations. We need to refresh and avoid
using the mouse and keyboard during the load time to get a decent start.

Is anyone familiar with this behavior? Any ideas to solve this issue without disable the mouse?

Thanks!
This sounds like a client-side issue, which is off-topic

for this newsgroup.Try one of the inetexplorer newsgroups.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so Idon't check it very often. If you must reply off-line, then remove the"NO SPAM"
.

Jul 19 '05 #3
GQ wrote:
Bob, with all my respect, this is an ASP processing
issue. ASP is server based
Exactly. The IIS server knows nothing about opening windows, or iframes, or
anything else on a client machine. All it can do is process a request for a
page and return a response to that request to the client. Anything else that
happens after the page is loaded (iframes loaded, etc.) must take place on
the client machine and is therefore totally out of the purview of the asp
server.

You are missing the point by a wide mark if you think that client-side dhtml
scripting questions are on-topic in an asp newsgroup.
and this is an ASP server
Newsgroup. You do not have to help me if you cannot, but
please, allow other people to contribute on this regard
if possible.


Please. I could not stop anyone from responding even if I wanted to. I was
simply trying to explain why you won't get much response to these questions
in this newsgroup. Would you rather that your question simply sit here
unanswered for several days, with no one bothering to tell you why nobody
was answering?

I subscribe to several client-side scripting newsgroups and will be happy to
provide further assistance to you in those newsgroups. The benefit to you is
that you will find the dhtml and IE experts in those newsgroups, making it
more likely that you will get a resolution to your problem.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #4

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

Similar topics

1
by: Sunny | last post by:
Hi, I am using Databases in my applications, i have a table with an average of 3.5 million records, i am trying to show the search results in a DataGrid from that table, but the results take a very...
7
by: Oleg | last post by:
I have a web form let's say 'YYZ.aspx'. It has an iframe in it. When it loads it shows progress bar in IE this way: loading for page then again loading for page in iframe. This part is fine....
4
by: Andy | last post by:
I created a Windows application that is having an odd issue. The application starts for a split second, but then closes. I cannot get any error messages to display as to what causes the program...
1
by: avi.craigslist | last post by:
Hello, I have a webpage I am working on (http://www.hagitreem.com, then click on gallery, then the first set of two rings on the top left) and am trying to get multiple Iframes to work. ...
3
by: asdfghjklqwertyuiop | last post by:
Hi, I have been stucked with an issue related to Multiple iframes in IE-7 and session cookie since last couple of days. It will be highly appreciated if any one can provide me a solution for it....
2
by: headache | last post by:
Greetings. I'm a first time poster, so feel free to clue me in to any protocol I may have inadvertently violated. I have an issue that has arisen where I need to join 3 tables where 2 of the 3...
2
by: rdc.arch | last post by:
Hello all - let me start by saying i am an architetural designer, not a web designer - but my wife is just starting a business and we can not fford to hire a website designer so i have created...
3
by: suresh_nsnguys | last post by:
Respected sir/madam, right now i am displaying movie (.wmv) file using <embed> and <object> tags inside <div> tag. Everything is working fine. ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.