<!DOCTYPE html>

<html>

<head>

<meta charset="EUC-KR">

<title>JAVA study</title>

</head>

<body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">

<table border="1" cellpadding="0" cellspacing="0" align="center" width=1000>

<tr>

<td colspan="2"><img src="005.jpg"

name="pic1" border=0 style="opacity: 1.0;" width=1000 height=250

border=0 alt="그림이 없습니다" border=3></td>

</tr>

<tr>

<td width=300 align="center">

<form>

I D:<br> <input type="text" name="I D"><br>

Password : <br> <input type="password" name="Password"><br>

<br> <input type="radio" name="sex" checked>남성 <input

type="radio" name="sex" checked>여성<br> <br> <input

type="submit" value="송신"> &nbsp;&nbsp; <input

type="button" value="회원가입"

onclick="window.ipF.location='inputForm.html'"><br>

</form>

</td>

<td>

<iframe src="NewFile.html" name="ipF" width=600 height=400></iframe>

</td>

</tr>

<tr>

<td colspan=2><img src="007.jpg"

width=1000 height=250></td>

</tr>

</table>

</body>

</html>

Posted by 파란개발자
,