PHP Classes

File: ajax-example.php

Recommend this page to a friend!
  Classes of Payam Khaninejad   License management class   ajax-example.php   Download  
File: ajax-example.php
Role: Example script
Content type: text/plain
Description: ajax example page
Class: License management class
Generate and validate license serial numbers
Author: By
Last change:
Date: 13 years ago
Size: 907 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.DOMWindow.js"></script>
</head>

<body>
<div id="all">
<p><a href="ajax.php" class="fixedAjaxDOMWindow">Open DOM Window</a></p>
<script type="text/javascript">
$('.fixedAjaxDOMWindow').openDOMWindow({
height:250,
width:200,
positionType:'centered',
positionTop:300,
positionLeft:300,
eventType:'mousemove',
loader:1,
loaderImagePath:'animationProcessing.gif',
loaderHeight:16,
loaderWidth:17,
windowSource:'ajax',
windowHTTPType:'post'
});;
    
</script>

</div><br />

</body>
</html>