Antonio Linares wrote:It is really surprising how Chrome is much more faster than IE...
Just move the mouse over the browse on both and see the difference yourself.
Sincerelly I can not understand how Microsoft does not speed up IE...
Enrico Maria Giordano wrote:Sorry, I repeat: check the board list using IE. It is very fast. So it must be another (correct?) way to color the lines. It should be in the forum source code.
EMG
var oDiv, oMemo;
function SandBox()
{
oDlg = new Dialog( "SandBox", 1000, 600 );
Say( 50, 10, "Result:", oDlg );
oDiv = Div( 75, 10, oDlg, 480, 460 );
Say( 50, 500, "Input:", oDlg );
oMemo = TextArea( 75, 500, "", oDlg, 480, 460 );
oMemo.value = "<html>" + CRLF +
"<head>" + CRLF +
"<link rel='stylesheet' type='text/css' href='styles.css'>" + CRLF +
"<script type='text/javascript' src='fivewin.js'></script>" + CRLF +
"</head>" + CRLF +
"<body>" + CRLF +
"<h1>FiveWin Web Interface</h1>" + CRLF +
"<h3>Hello world!</h3>" + CRLF +
"</body>" + CRLF +
"</html>";
oDiv.innerHTML = oMemo.value;
Button( 550, 380, "Run", oDlg, 100, 40, "oDiv.innerHTML = oMemo.value" );
Button( 550, 510, "End", oDlg, 100, 40, "oDlg.End()" );
}
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 64 guests