Example #1
0
	<link rel="stylesheet" type="text/css" href="css/menubar.css" /> 
	<link rel="stylesheet" type="text/css" href="css/sweetalert.css" />
	<link rel="stylesheet" type="text/css" href="css/SupportRequestForm.css" /> 
	
<?php 
// display alert from user session, if there is one.
if (!isset($_SESSION)) {
    session_start();
}
if (isset($_SESSION['ALERT']) && $_SESSION['ALERT'] != '') {
    echo $_SESSION['ALERT'];
    //unset $_SESSION['ALERT'];
    $_SESSION['ALERT'] = '';
}
// check the user data
$TierTwo->checkUserSubmittedData();
?>
	
</head>




<body onLoad="loadCookies()">




<div class="center" id="isocImage" >
	<img src="img/isocsupportrequestformlogo.gif" />
</div>