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 />")
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<html>
+
<center>
<script type="text/javascript">
+
<div style="width:40%;">{{PAGENAME}} is part of a series on [[exploitation]].<br />
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>
+
<a id='hidetext' onclick="toggle();">{{{2}}}</a><br />
+
<div id='display_text'></div>
+
<div id='hidden_display' style='visibility:hidden;'>{{{1}}}</div>
+
<div id='hide_msg' style='visibility:hidden;'>{{{3}}}</div>
+
<div id='show_msg' style='visibility:hidden;'>{{{2}}}</div>
+

Latest revision as of 15:50, 18 June 2016

Exploitation is part of a series on exploitation.