Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Template:Exploitation"
From NetSec
| Line 11: | Line 11: | ||
$('#hidetext').attr('onClick','toggle();'); | $('#hidetext').attr('onClick','toggle();'); | ||
} | } | ||
| − | |||
</script> | </script> | ||
<a id='hidetext' onclick="toggle();"></a><br /> | <a id='hidetext' onclick="toggle();"></a><br /> | ||
| Line 18: | Line 17: | ||
<div id='hide_msg' style='visibility:hidden;'>{{{3}}}</div> | <div id='hide_msg' style='visibility:hidden;'>{{{3}}}</div> | ||
<div id='show_msg' style='visibility:hidden;'>{{{2}}}</div> | <div id='show_msg' style='visibility:hidden;'>{{{2}}}</div> | ||
| + | <html> | ||
| + | <script type="text/javascript"> | ||
| + | $('#hidetext').html($('#show_msg').html()); | ||
| + | </script></html> | ||
Revision as of 08:05, 29 April 2012
{{{3}}}
{{{2}}}