Guest User

Untitled

a guest
Nov 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?php
  2. echo "<a style='font-size: 14px;color: #777777;' id='kurl' href='javascript: goToPage();'><i class='fas fa-trash-alt'></i></a>
  3. <script type= 'text/javascript'>
  4. function goToPage()
  5. {
  6. var url = document.getElementById('kurl');
  7. document.location.href = '/fun/awd.php/?id='".$row['id_c_t']."'&id_t='".$_GET['id']."';
  8. }
  9. </script>";
  10. ?>
  11.  
  12. document.location.href = '/fun/awd.php/?id=".$row['id_c_t']."&id_t=".$_GET['id']."';
Add Comment
Please, Sign In to add comment