Advertisement
Guest User

index.php

a guest
Oct 11th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  2. <link rel="stylesheet" type="text/css" href="test.css" />
  3. <script type="text/javascript" src="script.js"></script>
  4.  
  5. <form method = "POST" id = "formm" name="form1" action="recep.php" >
  6.  
  7. <input type="text" name="nom"/> <br>
  8.  
  9. <a href="#?w=500" rel="popup_name" class="poplight" name="nom" onclick="openwindow(this)";">test</a><br>
  10.  
  11. </form>
  12.    
  13. <?php
  14.  
  15. include 'recep.php';
  16.  
  17. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement