Skip to main content

Search and Top Navigation

Ticket #3076: test.html


File test.html, 1.3 KB (added by happycow, July 09, 2008 03:23AM UTC)

Sample HTML file demonstrating problem

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

  <script src="http://code.jquery.com/jquery-latest.js"></script>

  <script>
  $(document).ready(function(){
    $("#example").dialog(
    {modal:true
    });
  });
  </script>

</head>
<body>

this is some text<br/>
this is some text<br/>
this is some text<br/>
this is some text<br/>

<BUTTON NAME=submit VALUE=modify ACCESSKEY=M>Modify information</BUTTON>
this is some text<br/>
this is some text<br/>
this is some text<br/>
this is some text<br/>
this is some text<br/>
this is some text<br/>


  <link rel="stylesheet" href="http://dev.jquery.com/view/tags/ui/latest/themes/flora/flora.all.css" type="text/css" media="screen" title="Flora (Default)">

<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.core.js"></script>
<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.dialog.js"></script>
<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.resizable.js"></script>
<script type="text/javascript" src="http://dev.jquery.com/view/tags/ui/latest/ui/ui.draggable.js"></script>


<div id="example" class="flora" modal="true" title="This is my title">I'm in a dialog!</div>
</body>
</html>

Download in other formats:

Original Format