TBM Payment Form
by freedawirl
HTML
<div class="DNNContainer_with_title">
<h1><span id="dnn_ctr1074_dnnTITLE_titleLabel" class="Head">Campout & Missions Mania Signup</span>
</h1>
<div id="dnn_ctr1074_ContentPane">
<!-- Start_Module_1074 -->
<div id="dnn_ctr1074_ModuleContent" class="DNNModuleContent ModDynamicFormsC">
<div class="dnnForm dnnDynForms dnnClear" id="EntryForm"> <a name="dftoppage"></a>
<span><span class="" id="dnn_ctr1074_DynamicForms_myDNNMenu" tabindex="0"></span></span>
<script language="javascript">
// Get a reference to the PageRequestManager.
var prm = Sys.WebForms.PageRequestManager.getInstance();
// Using that prm reference, hook _initializeRequest
// and _endRequest, to run our code at the begin and end
// of any async postbacks that occur.
if (null != prm) {
prm.add_initializeRequest(InitializeRequest);
prm.add_endRequest(EndRequest);
}
// Executed anytime an async postback occurs.
function InitializeRequest(sender, args) {
// Change the Container div's CSS class to .Progress.
// $get('dnn_ctr455_DynamicForms_tblQuestions').className = 'Progress';
// $get('Body').className = 'Progress';
jQuery('input[type=radio].star').rating();
try {
jQuery.blockUI({
message: '<div class="DynamicForms_AJAXModalMessage"><br /><br /><img src="/DesktopModules/Dynamic Forms/Progress.gif" /><br /><br />Processing...</div><BR>'
});
} catch (err) {
//Handle errors here
}
}
//...
CSS
#dhtmltooltip {
position: absolute;
left: -500px;
width: 450px;
border: 1px solid black;
padding: 2px;
background-color: lightblue;
visibility: hidden;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=black, direction=135);
}
#dhtmlpointer {
position: absolute;
left: -300px;
z-index: 201;
visibility: hidden;
}
.highlight {
background-color: #e2e2e2;
background-image: url(../images/delete.gif);
}
.df_newfield {
padding: 4pt;
}