<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>21625</bug_id>
          
          <creation_ts>2013-04-08 14:44:11 +0000</creation_ts>
          <short_desc>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt; &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;ko&quot; lang=&quot;ko&quot;&gt; &lt;head&gt;  [...]</short_desc>
          <delta_ts>2013-04-11 22:14:17 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>NEEDSINFO</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#top</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>85719</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-04-08 14:44:11 +0000</bug_when>
    <thetext>Specification: http://html5.clearboth.org/spec.html
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

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

&lt;script type=&quot;text/javascript&quot;&gt;
/* &lt;![CDATA[ */
var google_conversion_id = 1003540820;
var google_conversion_label = &quot;TIroCJSo2wMQ1KLD3gM&quot;;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]&gt; */
&lt;/script&gt;

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

&lt;script language=&quot;javascript&quot;&gt;
&lt;!--

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

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



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

	} else {
		form.submit();
	}
}
//--&gt;
&lt;/script&gt;

&lt;title&gt;웨딩세이 웨딩박람회&lt;/title&gt;

&lt;style type=&quot;text/css&quot;&gt;
body  {width:100%; height:100%; margin:0; }

.style3 { text-decoration:none; display:inline; color: #FFFFFF; font-size:
14px; font-family: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; 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: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; font-weight: bold}
#date  {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; font-weight: bold}
#call1 {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; font-weight: bold}
#call2 {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; font-weight: bold}
#email {text-decoration:none; display:inline; color: #000000; font-size: 16px;
font-family: &quot;맑은 고딕&quot;, &quot;나눔고딕&quot;, &quot;돋움체&quot;; font-weight: bold}

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

--&gt;
&lt;/style&gt;

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

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


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)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85983</commentid>
    <comment_count>1</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-04-11 22:14:17 +0000</bug_when>
    <thetext>Not sure what to do with this.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>