nfdevil

Untitled

Apr 4th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  4.     </head>
  5.     <body>
  6.     <div id="testdiv"></div>
  7.     <script type="text/javascript">
  8.         $('#testdiv').html('<form action="test.html"><input type="text" name="testbox" /></form>');
  9.     </script
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment