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
<!DOCTYPE html> | |
<meta charset="utf-8" /> | |
<form method='post' action='login_ok.php'> | |
<table> | |
<tr> | |
<td>아이디</td> | |
<td><input type='text' name='user_id' tabindex='1'/></td> | |
<td rowspan='2'><input type='submit' tabindex='3' value='로그인' style='height:50px'/></td> | |
</tr> | |
<tr> |
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
#include <stdio.h> | |
#include <string.h> | |
#include <Windows.h> | |
void Menu(); | |
void FileEncoding(); | |
void FileDecoding(); | |
void main() | |
{ |