Guest User

Untitled

a guest
Jan 16th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  2.  
  3. <script type="text/javascript" charset="utf-8">
  4.  
  5. echo "<a id="details" name="$id" onclick="show_details({$id}, '{$title}', '{$content}');">Details</a><br>"
  6.  
  7. function show_details(id, title, content) {
  8. alert(content);
  9. }
Add Comment
Please, Sign In to add comment