|
List Info
Thread: Problem page
|
|
| Problem page |

|
2006-01-30 17:41:49 |
|
This is the entire conent of a web page. All I see is a blank white
page.
If I go to the link that is in the code, no problem, it displays
normally.
++++++++++++++++++++++++++++++++++++++++
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body>
<SCRIPT LANGUAGE="JavaScript">
<!--
window.location="http://www.centcom.mil/sites/uscentcom1";
//-->
</script>
</body>
</html>
Kind regards
--
Don Cox
doncox enterprise.net
|
| Problem page |

|
2006-01-30 20:38:50 |
|
> This is the entire conent of a web page. All I see is a blank white
> page.
> If I go to the link that is in the code, no problem, it displays
> normally.
Turn on JavaScript. 
--
All greetings from Deniil:
Amiga - The computer that wouldn't die.. . .
Business: http://www.onyxsoft.se/
Personal: http://www.algonet.se/~deniil/
|
| Problem page |

|
2006-01-30 21:58:48 |
|
Hi Don,
On 30-Jan-06 17:41:49, Don Cox wrote:
> This is the entire conent of a web page. All I see is a blank white
> page.
>
> If I go to the link that is in the code, no problem, it displays
> normally.
Hmmm... if that really is all that is in the page (no framesets?), and
exactly as-is, I don't see any reason for this to fail, unless you
have JavaScript disabled, which I presume isn't the case?
> ++++++++++++++++++++++++++++++++++++++++
> <html>
>
> <head>
> <meta http-equiv="Content-Type" content="text/html;
> charset=windows-1252">
> <title>New Page 1</title>
> </head>
>
> <body>
> <SCRIPT LANGUAGE="JavaScript">
> <!--
> window.location="http://www.centcom.mil/sites/uscentcom1";
> //-->
> </script>
> </body>
>
> </html>
--
Oliver Roberts - mailto:oliver ibrowse-dev.net - ICQ: 34640231
Upgrade your Pace 56 Solo ==> http://www.futaura.co.uk/amiga/soloup/
|
| Problem page |

|
2006-01-31 05:06:58 |
|
On 01/30/2006 you wrote:
> Hi Don,
>
> On 30-Jan-06 17:41:49, Don Cox wrote:
>
>> This is the entire conent of a web page. All I see is a blank white
>> page.
>>
>> If I go to the link that is in the code, no problem, it displays
>> normally.
>
> Hmmm... if that really is all that is in the page (no framesets?), and
> exactly as-is, I don't see any reason for this to fail, unless you
> have JavaScript disabled, which I presume isn't the case?
>
>
I get "Lengthy JavaScript running!", takes a long time to load that page.
Regards, Ken
--
ľA1-C 750GX 800Mhz/80G HD/Memorex CD Writer/OS4.0
A4000T/060/128Mb/PicassoIV/P96/FastATA4000/4G HD/OS3.9
|
| Problem page |

|
2006-01-30 23:29:38 |
|
On 30/01/06, Oliver Roberts wrote:
> Hi Don,
>
> On 30-Jan-06 17:41:49, Don Cox wrote:
>
>> This is the entire conent of a web page. All I see is a blank white
>> page.
>>
>> If I go to the link that is in the code, no problem, it displays
>> normally.
>
> Hmmm... if that really is all that is in the page (no framesets?), and
> exactly as-is, I don't see any reason for this to fail, unless you
> have JavaScript disabled, which I presume isn't the case?
If I enable JS the main page appears but takes forever to load.
Try the actual site
http://www.centcom.mil
Regards
--
Don Cox
doncox enterprise.net
|
| Problem page |

|
2006-01-30 23:30:38 |
|
On 30/01/06, Daniel Westerberg wrote:
>> This is the entire conent of a web page. All I see is a blank white
>> page.
>
>> If I go to the link that is in the code, no problem, it displays
>> normally.
>
> Turn on JavaScript. 
>
I had to turn it off for that site when they redesigned it last week.
Also custom colours.
Regards
--
Don Cox
doncox enterprise.net
|
| Problem page |

|
2006-01-31 23:23:49 |
|
Hi Don,
On 30-Jan-06 23:29:38, Don Cox wrote:
>>> This is the entire conent of a web page. All I see is a blank white
>>> page.
>>>
>>> If I go to the link that is in the code, no problem, it displays
>>> normally.
>>
>> Hmmm... if that really is all that is in the page (no framesets?), and
>> exactly as-is, I don't see any reason for this to fail, unless you
>> have JavaScript disabled, which I presume isn't the case?
> If I enable JS the main page appears but takes forever to load.
>
> Try the actual site
> http://www.centcom.mil
Yeah - many external JS files are loaded, including a 400K one which is
the real killer. I specifically rewrote some code for IB2.4 so that it
can handle the parsing of large scripts much faster than before. This
site was displayed about 4 times faster than with 2.3, and that's before
we've switched any compiler optimisations on 
--
Oliver Roberts - mailto:oliver ibrowse-dev.net - ICQ: 34640231
Distributed Amiga ==> http://distributed.amiga.org/
|
| Problem page |

|
2006-02-01 09:26:01 |
|
On 31/01/06, Oliver Roberts wrote:
>> If I enable JS the main page appears but takes forever to load.
>>
>> Try the actual site
>> http://www.centcom.mil
>
> Yeah - many external JS files are loaded, including a 400K one which
> is the real killer. I specifically rewrote some code for IB2.4 so that
> it can handle the parsing of large scripts much faster than before.
> This site was displayed about 4 times faster than with 2.3, and that's
> before we've switched any compiler optimisations on 
A classic case of bloat.
Thanks for the improvements, which I look forward to seeing.
Regards
--
Don Cox
doncox enterprise.net
|
[1-8]
|
|