This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21625 - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko"> <head> [...]
Summary: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3...
Status: RESOLVED NEEDSINFO
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-08 14:44 UTC by contributor
Modified: 2013-04-11 22:14 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-04-08 14:44:11 UTC
Specification: http://html5.clearboth.org/spec.html
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1003540820;
var google_conversion_label = "TIroCJSo2wMQ1KLD3gM";
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>

<script type="text/javascript"
src="//www.googleadservices.com/pagead/conversion.js">
</script><noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt=""
src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1003540820/?va
lue=0&amp;label=TIroCJSo2wMQ1KLD3gM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
<!-- adinsight 공통스크립트 start -->
<script type="text/javascript">
var TRS_AIDX = 5506;
var TRS_PROTOCOL = document.location.protocol;
document.writeln();
var TRS_URL = TRS_PROTOCOL + '//' +
((TRS_PROTOCOL=='https:')?'analysis.adinsight.co.kr':'adlog.adinsight.co.kr')
+  '/emnet/trs_esc.js';
document.writeln("<scr"+"ipt language='javascript' src='" + TRS_URL +
"'></scr"+"ipt>");
</script>
<!-- adinsight 공통스크립트 end -->

<script language="javascript">
<!--

// 아이디중복검색
function idWinOpen(data) {
	var form=document.join_form;
	var uid = form.userid.value;
	if (uid.search(/[\W]/) != -1){
	  alert('아이디는 영문과 숫자만를 조합하여 사용할
수 있습니다.');
	  form.userid.focus();
	  return;
	}

	if( chkEscapeChar(uid) > 0 ){
		alert("아이디에는 특수문자나 공백,TAB문자를
사용할 수 없습니다.\n다시 입력해 주세요.");
		form.userid.focus();
	}else{
		if( uid.length == 0 ){
		   alert( "아이디를 입력해 주세요.\r\nPlease enter
valid value into this field" );
		   form.userid.focus();
		}else{
			var bytes = getExactCount(form.userid);
			if( bytes < 4 || bytes > 16  ){
				alert("아이디는 최소 4자에서 최대
16자 까지만 가능합니다.");
				form.userid.focus();
			}else{
			       
window.open("id_search.php?userid="+form.userid.value+"&method="+data,
"","scrollbars=no, width=400, height=250");
			}
		}
	}
}



function sendit() {
	var form=document.join_form;
	if(form.name.value=="") {
		alert("회원이름 입력해 주세요.");
		form.name.focus();
	//} else if(form.jumin1.value=="") {
		//alert("회원님의 주민번호를 입력해 주세요.");
	//	form.jumin1.focus();
	//} else if(form.jumin1.value.length != 6) {
	//	alert("회원님의 주민번호 앞 6자리를 입력해
주세요.");
	//	form.jumin1.focus();
	//} else if(form.jumin2.value=="") {
	//	alert("회원님의 주민번호를 입력해 주세요.");
	//	form.jumin2.focus();
	//} else if(form.jumin2.value.length != 7) {
	//	alert("회원님의 주민번호 뒤 7자리를 입력해
주세요.");
	//	form.jumin2.focus();
	} else if(form.email1.value=="" || form.emailetc.value=="") {
		alert("회원님의 E-Mail를 입력해 주세요.");
	} else if(form.tel1.value=="") {
		alert("회원님의 전화번호를 입력해 주세요.");
		form.tel1.focus();
	} else if(form.tel2.value=="") {
		alert("회원님의 전화번호를 입력해 주세요.");
		form.tel2.focus();
	} else if(form.tel3.value=="") {
		alert("회원님의 전화번호를 입력해 주세요.");
		form.tel3.focus();

	} else {
		form.submit();
	}
}
//-->
</script>

<title>웨딩세이 웨딩박람회</title>

<style type="text/css">
body  {width:100%; height:100%; margin:0; }

.style3 { text-decoration:none; display:inline; color: #FFFFFF; font-size:
14px; font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight:
bold; }


#home, menu1, menu2, menu3, menu4, menu5, map
 {	z-index:998;
	position: absolute;
	left: 5px;
	top: 1px;
	width:150px;
	height:100%;
 }

#home img{vertical-align:-3px;}
#menu1 img{vertical-align:-3px;}
#menu2 img{vertical-align:-3px;}
#menu3 img{vertical-align:-3px;}
#menu4 img{vertical-align:-3px;}
#menu5 img{vertical-align:-3px;}
#map img{vertical-align:-3px;}

#name  {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight: bold}
#date  {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight: bold}
#call1 {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight: bold}
#call2 {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight: bold}
#email {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: "맑은 고딕", "나눔고딕", "돋움체"; font-weight: bold}

A:link {text-decoration:none;}
.style4 {
	font-family: "맑은 고딕", "나눔고딕", "돋움체";
	font-size: 16px;
	font-weight: bold;
}

-->
</style>

<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="156" valign="top" background="img/fair/fair_td_bg.png"><table
border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
	<td align="center">&nbsp;</td>
      </tr>
      <tr>
	<td align="center"><a href="http://weddingsay.co.kr" target="_blank"
title="웨딩세이 바로가기" /><img src="img/fair/saylogo_w_130.png"
style="border:0 solid" align="middle"/></td>
      </tr>
      <tr>
	<td height="1">&nbsp;</td>
      </tr>
      <tr>
	<td height="40" id="menu1"><a
href="http://weddingsay.co.kr/fair2.html" target="_self"
title="처음으로"/>&nbsp;&nbsp;<img src="img/fair/fair_icon01.png"
style="border:0 solid" /><span
class="style3">&nbsp;처음으로</a></span></td>
      </tr>
      <tr>
	<td height="40" id="menu2"><a href="http://weddingsay.co.kr/fair2.html
"target="_self" title="이용안내"/>&nbsp;&nbsp;<img
src="img/fair/fair_icon02.png" style="border:0 solid" /><span
class="style3">&nbsp;이용안내</span></a></td>
      </tr>
      <tr>
	<td height="40" id="menu3"><a
href="http://weddingsay.co.kr/fair2.html"target="_self"
title="박람회소개" />&nbsp;&nbsp;&nbsp;<img
src="img/fair/fair_icon03.png" style="border:0 solid" ><span
class="style3">&nbsp;소개</span></a></td>
      </tr>
      <tr>
	<td height="40" id="menu4"><a
href="http://weddingsay.co.kr/fair2.html"target="_self"
title="박람회이벤트"/>&nbsp;&nbsp;&nbsp;<img
src="img/fair/fair_icon04.png" style="border:0 solid" ><span
class="style3">&nbsp;이벤트</span></a></td>
      </tr>
      <tr>
	<td height="40" id="menu5"><a
href="http://weddingsay.co.kr/fair2.html"target="_self"
title="협력업체"/>&nbsp;&nbsp;&nbsp;<img src="img/fair/fair_icon05.png"
style="border:0 solid" ><span
class="style3">&nbsp;협력업체</span></a></td>
      </tr>
      <tr>
	<td height="40" id="map"><a
href="http://weddingsay.co.kr/fair2.html"target="_self"
title="오시는길"/>&nbsp;&nbsp;&nbsp;<img src="img/fair/fair_icon06.png"
style="border:0 solid" ><span
class="style3">&nbsp;오시는길</span></a></td>
      </tr>
    </table></td>
    <td width="1139" valign="top"><table width="100%" border="0"
align="center" cellpadding="0" cellspacing="0">
  <form name="join_form" method="post"
action="file:///G|/web/html/fairform_ok.php?CACHE=1"
enctype="multipart/form-data">
  
  <input type="hidden" name="dualcheck">
  <tr>
    <td align="center" valign="top" bgcolor="#FFFFFF"><img
src="img/fair/fair_img_main.png" /></td>
  </tr>
  <tr>
    <td align="center" background="img/fair/fair_td_bg1.png"><img
src="img/fair/fair_img_event.png"></td>
  </tr>
  <tr>
    <td align="center" background="img/fair/fair_td_bg4.png"><img
src="img/fair/fair_write_img.png"></td>
  </tr>
  <tr>
    <td align="center"><table width="785" border="0" cellpadding="0"
cellspacing="0">
      <tr>
	<td colspan="2" valign="top">
	    <tr>
	      <td style="text-align:left; padding-top:20px;
padding-bottom:20px;"><table border="0" cellpadding="0" cellspacing="0"
width="760" height="410">
		  <tr>
		    <td colspan="2" align="center">&nbsp;</td>
		  </tr>
		  <tr style="border-bottom:dashed;">
		    <td width="224" align="center"
background="img/fair/fair_td_bg3.png"><span class="style4">신청자
이름</span></td>
		    <td width="536" align="left" style="padding:5px;">&nbsp;
			<input name="name2" type="text" class="input"
maxlength="10" style="width:186px;height:20;border-width:thin;"
value="<?=$_POST[name]?>" /></td>
		  </tr>
		  <tr>
		    <td align="center" background="img/fair/fair_td_bg3.png"
class="style4">예식 날짜</td>
		    <td align="left" style="padding:5px;">&nbsp;
			<input name="birthday1" type="text"
value="<?=$strs;?>" class="input"
style="width:73px;height:20;text-align:center;border-width:thin;"
maxlength="4" onkeyup="isNum(this);" />
		      년 &nbsp;
		      <input name="birthday2" type="text"
value="<?=$months;?>" class="input"
style="width:50px;height:20;text-align:center;border-width:thin;"
maxlength="2" onkeyup="isNum(this);" />
		      월 &nbsp;
		      <input name="birthday3" type="text" value="<?=$days;?>"
class="input"
style="width:50px;height:20;text-align:center;border-width:thin;"
maxlength="2" onkeyup="isNum(this);" />
		      일</td>
		  </tr>
		  <tr>
		    <td align="center" background="img/fair/fair_td_bg3.png"
class="style4">신랑 연락처</td>
		    <td align="left" style="padding:5px;">&nbsp;
			<input name="tel1" type="text" class="input"
maxlength="4"
style="text-align:center;height:20;width:73px;border-width:thin;"
onkeyup="isNum(this);" />
		      -
		      <input name="tel2" type="text" class="input"
maxlength="4" style="text-align:
center;height:20;width:73px;border-width:thin;" onkeyup="isNum(this);" />
		      -
		      <input name="tel3" type="text" class="input"
maxlength="4" style="text-align:center;height:20;
width:73px;border-width:thin;" onkeyup="isNum(this);" /></td>
		  </tr>
		  <tr>
		    <td align="center" background="img/fair/fair_td_bg3.png"
class="style4">신부 연락처</td>
		    <td align="left" style="padding:5px;">&nbsp;
			<input name="phone1" type="text" class="input"
maxlength="4" style="text-align:
center;width:73px;height:20;border-width:thin;" onkeyup="isNum(this);" />
		      -
		      <input name="phone2" type="text" class="input"
maxlength="4" style="text-align:
center;width:73px;height:20;border-width:thin;" onkeyup="isNum(this);" />
		      -
		      <input name="phone3" type="text" class="input"
maxlength="4" style="text-align:
center;width:73px;height:20;border-width:thin;" onkeyup="isNum(this);" /></td>

		  </tr>
		  <tr>
		    <td align="center" background="img/fair/fair_td_bg3.png"
class="style4">이메일 주소</td>
		    <td align="left" style="padding:5px;">&nbsp;
			<input name="email1" type="text" class="input"
maxlength="20" style="width:105px;height:20;border-width:thin;"/>
		      @
		      <select name="email2" class="input2"
style='width:110px;height:20;' 
onchange="join_form.emailetc.value=this.value;">
			<option value="">직접입력</option>
			<option value="paran.com">paran.com</option>
			<option value="hitel.net">hitel.net</option>
			<option value="hanmir.com">hanmir.com</option>
			<option value="hanmail.net">hanmail.net</option>
			<option value="naver.com">naver.com</option>
			<option value="netian.com">netian.com</option>
			<option value="dreamwiz.com">dreamwiz.com</option>
			<option value="lycos.co.kr" >lycos.co.kr</option>
			<option value="yahoo.co.kr">yahoo.co.kr</option>
			<option value="chollian.net">chollian.net</option>
			<option value="orgio.net">orgio.net</option>
			<option value="korea.com">korea.com</option>
			<option value="freechal.com">freechal.com</option>
			<option value="hotmail.com">hotmail.com</option>
			<option value="unitel.co.kr">unitel.co.kr</option>
			<option value="nate.com">nate.com</option>
			<option value="empal.com">empal.com</option>
			<option value="nownuri.net">nownuri.net</option>
			<option value="hanafos.com">hanafos.com</option>
			<option value="kornet.net">kornet.net</option>
			<option value="arreo.com">arreo.com</option>
		      </select>
		      <input name="emailetc" type="text" class="input"
maxlength="20" style="width:105px;height:20;border-width:thin;"/></td>
		  </tr>
		  <tr>
		    <td colspan="2" align="center">&nbsp;<img
src="img/fair/fabr.png" onclick="sendit();" style="cursor:pointer;" /></td>
		  </tr>
		  <tr>
		    <td colspan="2">&nbsp;</td>
		  </tr>
	      </table></td>
	    </tr>
	</table></td>
      </tr>
      </form>
    </table>
       
	</tr>
	</table></td>
      </tr>
      
    </table>
    </td>
  </tr>  
</table>
</body>
</html>


Posted from: 58.124.199.169
User agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPNTDF; InfoPath.2; .NET4.0C)
Comment 1 Ian 'Hixie' Hickson 2013-04-11 22:14:17 UTC
Not sure what to do with this.