[Leaplist] Spred Sheet Source
Homer Whittaker
whittake at sbaflorida.com
Wed May 16 13:46:44 EDT 2007
I have tried to make this source play on my machine.
However the only thing I get is the same source text. I have Java up and
running on my 32 bit Ubuntu machine.
Would someone please show me HOWTO.
Homer Whittaker
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>MiningPedia - Mining Stocks Drastically Outperforming *ALL* Other Investments</title>
<script type='text/javascript' src='dhtml.js'></script>
<style>
body, td {font:normal 10pt Verdana, sans-serif}
big {font:bold xx-large Verdana, sans-serif}
small {font:normal 8pt Verdana, sans-serif}
a {text-decoration:none}
a:hover {color:coral; text-decoration:underline}
.border {border:solid #7f9db9 1px;}
.borderspaced {border:solid #7f9db9 1px; padding:5px; margin:10px;}
.bordercollapse {border:solid #7f9db9 1px; border-collapse:collapse; margin-top:5px; margin-bottom:5px;}
.borderlesscollapse {border:hidden; border-collapse:collapse; margin:0px;}
.bordercell {border:solid #7f9db9 1px; padding:5px;}
.borderlesscell {border:solid white 0px; padding:5px;}
</style>
</head>
<body style='margin:0px'>
<noscript>
<p>This page requires you turn on Javascript in your browser.</p>
</noscript>
<script type='text/javascript'>
dhtml.root = {};
dhtml.root.user = null; // not logged in
dhtml.root.UserLoginCallback = function( properties, o )
{
properties.user = o;
}
dhtml.root.UIListingsCallback = function( properties, obj )
{
if( obj === null ) return;
// Add html, but hidden so events don't fire
var parent = dhtml.getElementById( "UIListingParent" );
dhtml.AppendChild( parent, obj.html ); // Top level DOM element in obj.html has style set to hidden
var ui = parent.lastChild;
dhtml.Hide( ui ); // Just to be safe, since should already be hidden
// Add methods and event listeners
dhtml.AddScriptGroups( properties, obj.scripts );
// Initialize the module
properties.ui_listings.Init( properties.ui_listings );
}
dhtml.root.UIListingsInitCompletedCallback = function( properties )
{
// Show the html
var parent = dhtml.getElementById( "UIListingParent" );
var ui = parent.lastChild;
dhtml.Hide( dhtml.getElementById( "UIListingParentPleaseWait" ) );
dhtml.Show( ui );
}
var properties = dhtml.root;
var post_vars =
{
"User" : "user",
"InitCompletedCallback" : "UIListingsInitCompletedCallback",
"LoginCallback" : "UserLoginCallback"
};
dhtml.JSONHttpRequest( "POST", "ui_listings.php", properties.UIListingsCallback, dhtml.ObjectToQueryString( post_vars ), properties );
</script>
<div id='UIListingParent'></div>
<span id='UIListingParentPleaseWait' style='white-space:nowrap'>Please wait while listings load...</span>
</body>
</html>
More information about the Leaplist
mailing list