Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Template:Exploitation"

From NetSec
Jump to: navigation, search
(Replaced content with "<center> <div style="width:40%;">{{PAGENAME}} is part of a series on exploitation.<br />")
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<center>
 
<center>
<html>
+
<div style="width:40%;">{{PAGENAME}} is part of a series on [[exploitation]].<br />
<script type="text/javascript">
+
function toggle() {
+
  $('#display_text').html($('#hidden_display').html());
+
  $('#hidetext').html($('#hide_msg').html());
+
  $('#hidetext').attr('onClick','vape();');
+
}
+
function vape() {
+
  $('#display_text').html('');
+
  $('#hidetext').html($('#show_msg').html());
+
  $('#hidetext').attr('onClick','toggle();');
+
}
+
</script></html>
+
<div style="width:40%; border: 1px solid #000;">{{PAGENAME}} is part of a series on [[exploitation]].<br />
+
<html><a id='hidetext' onclick="toggle();"><b>[ CrackMe ]</b></a></html><br /><div id='display_text'></div></div>
+
<div id='hidden_display' style='visibility:hidden;'>hhihihihihihihi
+
</div>
+
<div id='hide_msg' style='visibility:hidden;'><b>[ PatchMe ]</b></div>
+
<div id='show_msg' style='visibility:hidden;'><b>[ CrackMe ]</b></div>
+
 
+
</center>
+

Latest revision as of 16:50, 18 June 2016

Exploitation is part of a series on exploitation.