Oliver Lindinger wrote:
> Stig Johansen wrote:
>>
>> From the doc source:
>> ......
>> if (win_ie_ver >= 5.5) {
>> document.write('<scr' + 'ipt src="' +_editor_url+
>> 'editor.js"'); document.write('
>> language="Javascript1.2"></scr' + 'ipt>'); } else {
>> document.write('<scr'+'ipt>function editor_generate()
>> { return false; }</scr'+'ipt>');
>> }
>> .....
>
> Thx, but what's the problem with it - could you explain, please (I'm a
> little bit of novice ;) )?
I was reffering to the difference bwtween load times for IE and other
browsers.
When using(or identifying as) IE, you load an additional 47K(editor.js).
But after re-reading your post, it seems like you were also asking about
diffrent load times between servers.
It seems like you have a server/bandwith problem:
issuing "wget
http://www.ttc-ried.com" gives "(24.87 KB/s) - `index.html"
issuing "wget
http://test.mv-ried.at" gives "(148.36 KB/s) - `index.html"
(I am sitting on a 2048 kbps line)
--
Med venlig hilsen
Stig Johansen