///////
// This is the html/java part of the page with the counter and the ///button.
////////
0
Thumbs up
Thumbs up
/// Ok, this is the ajax_submitform_noreload part.
function AJAX_SubmitForm_NoReload(f,div) //{{{2
{
var xmlReq = false;
try
{
xmlReq = new XMLHttpRequest();
}
catch (trymicrosoft)
{
try
{
xmlReq = new ActiveXObject("Msxml2.XMLHTTP");
}
catch (othermicrosoft)
{
try
{
xmlReq = new ActiveXObject("Microsoft.XMLHTTP");
}
catch (failed)
{
xmlReq = false;
}
}
}
if(!xmlReq)
{
alert("Unsupported Browser. You need to support AJAX for this page to work properly.");
return;
}
var formData = '', elem = '';
for(var s=0; s
{$PAGER_HIDDENS}
|