Created
February 15, 2015 22:13
-
-
Save Depicus/bd8ddf00d1a6646f3285 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" action="bottom.asp" target="bottom"> | |
<p align="justify" style="margin-left: 10">This is where you would enter the Mac Address.</p> | |
<input type="text" name="MacAddress" size="20" value="009027a322fc"> | |
<input type="text" name="IpNumber" size="20" value="195.188.159.20"> | |
<input type="text" name="SubnetMask" size="20" value="255.255.255.0"> | |
<input type="submit" value="Send Magic Packet" name="thebutton" class="button"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment