This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Two Panes</title> | |
<style type='text/css'> | |
* { | |
font-family: arial; | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table style='width:559px; height: 237px; border:0 none transparent; padding:15px; border-spacing:0; background:no-repeat url("../../_global/images/memberportal/confcalls/featuread/hr3221pt2/fea_fhamarketing_background.jpg");'> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" charset="utf-8"> | |
/* <![CDATA[ */ | |
/* ]]> */ | |
</script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table style="height: 87px; width: 600px; background-image: url('http://www.mortgagemarketguide.com/_campaigns/mmgtips/images/lightbulb_bottom_a.gif'); background-repeat: no-repeat;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> | |
<tr> | |
<td style="padding: 0; margin: 0; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;"> | |
<img style="padding: 0; margin: 0;" src="http://www.mortgagemarketguide.com/_campaigns/fromthedeskof/images/hdr_sue.jpg" alt="The Mortgage Market Guide - From The Desk Of - Provided by MMG" width="600" height="157" border="0"> | |
</td> | |
</tr> | |
</table> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html id='html'> | |
<head> | |
<title>THE MORTGAGE MARKET GUiDE - Members Only</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | |
</head> | |
<body background="http://www.mortgagemarketguide.com/_campaigns/dailyscripts/images/daily_scripts_tile_bkg.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | |
<table style="position: relative; width:600px; height:164px; border:0 none transparent; text-align:center; padding:0; margin:0 auto; background-color:#0b3c8c;"> | |
<tr style="position: absolute; margin: 0 auto; padding: 0;"> | |
<td style="padding: 0; margin: 0; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold;"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var QTMoo = new Class({ | |
version: 0.1, | |
Implements: Options, | |
options: { | |
ACQTCompatibile: false, | |
ACQTVersion: '1.2' | |
}, | |
initialize: function(options){ | |
this.setOptions(options); | |
if (this.options.ACQTCompatibile){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'> | |
<script type='text/javascript' src='./lib/js/mootools-1.2.1-core.js'></script> | |
<script type='text/javascript'> | |
function init(){ | |
$('movieLauncher').addEvent('click', function(){ | |
var swf = 'sample.swf'; | |
window.open('2009-01-13-movieplayer-test.html?movie='+swf+'&width=800&height=600'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'> | |
<script type='text/javascript' src='./lib/js/mootools-1.2.1-core.js'></script> | |
<script type='text/javascript'> | |
function init(){ | |
var option = new Hash(); | |
var queryString = $pick(location.toString().split('?')[1]); | |
if (queryString){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* MooWrangler - simple MooTools-powered image scaling and cropping. | |
* @classDescription creates a new MooWrangler object | |
* @return {Class} returns a MooTools Class Object | |
* @author Frederick J. Ostrander | |
* @version 0.3 | |
*/ | |
var MooWrangler = new Class({ | |
version: '0.3', | |
Implements: [Options], |
OlderNewer