Thursday, April 12, 2012

light box and landing page

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<title>Glivec</title>
<link href="mobile.css" rel="stylesheet" type="text/css">
<!-- html5.js for IE less than 9 -->
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- css3-mediaqueries.js for IE less than 9 -->
<!--[if lt IE 9]><script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]-->
</head>

<body>
      <div class="light_content">
  <div  class="white_content">
    <script language="JavaScript" type="text/javascript"> function SubmitForm(){document.lightbox.submit();}</script>
    <!-- <form name="lightbox" id="lightbox" method="post" action=""> -->
      <input type="hidden" name="disclaimerAccessed" value="Yes" />
      <p>This is an international site for Glivec<sup>&reg;</sup> (imatinib) and is intended for Health Care Professionals outside the U.S. The information on the site is not country-specific, and may contain information that is outside the approved indications in the country in which you are located. Please contact your local Novartis representative for the latest information specific to your country.</p>
      <p class="p"> <a href="/elements/includes/lightbox-mobile.jsp" title="I am a healthcare professional outside the U.S.">I am a healthcare professional outside the U.S.</a> <a href="http://www.gleevec.com/index.jsp" title="I am a U.S. Resident" class="one">I am a U.S. Resident</a> <a href="http://www.novartisoncology.com/index.jsp" title="I am a patient outside the U.S." class="two" >I am a patient<br/> outside the U.S.</a> </p>
    <!-- </form> -->
    <div style="clear:both"></div>
  </div>
</div>
<script>
function submitform1(){
    document.lightbox.submit();
   
}
</script>
</body>
</html>

No comments:

Post a Comment