
My web ASP page is very slow on Netscape
We experienced a similar slow-down and it was due to having nested tables.
Netscape also had slow-downs with a large number of form elements (as you
described) in earlier versions. You may want to consider splitting the page
down into something more manageable. 190 check boxes is a little much and
can be overwhelming to a user.
Kirk Allen Evans
Quote:
> Hi,
> I have a big, big problem. Maybe you can help me.
> I have a simple, dynamic ASP page. When I run it using IE5 it executes at
a
> lightening speed and doesn't take much CPU resources. When I run it on
> Netscape browser, it takes up 100% of my CPU and it is very slow - I need
to
> wait about 30 sec to execute. Can you tell me what is the problem?
> My dynamic ASP page displays about 190 checkboxes and one word name next
to
> each checkbox. All checkbox names and values are taken from a recordset
> retrieved by a stored procedure from SQL 7.0. All checkboxes are put into
a
> 3 column table. All that is done executing a loop that displays the HTML.
> I used Vbscript for ASP
> Thank you for help