hi,
i m having a problem on on uploading this site
it is giving unexpected object error
plz help me


</head>
<body onload="afterload()">
<img src="images/ICB Blue_top arc.gif" id="toparc"/>
<div class="content">
<img id="logoimg" src="images/ICB Blue_logo.gif"/>
<div id="registerDiv">
<FORM name="drop_list" action="mobisyregister_.php" method="POST" onSubmit="return ValidateSelect(this)">

<table cellspacing="0" cellpadding="5" border="0" width="100%">
<tr>
<td valign = "top">
<div style="margin-left:0%;">
<font color ="#666666">*MobileNo</font>
&nbsp;(Ex-919972397887)
</div>
</td>
<td>
+<input type="text" name="mobileno" style="width:38%;" onblur="SendMobileNo(document.drop_list.mobileno.value)"/>
<div id="mob"></div>
<span id="mobileno_label"></span>
</td>
</tr>
<tr height = "28">
<td>
<div style="margin-left:0%;">
<font color ="#666666" >*Password</font>
</div>
</td>
<td>
&nbsp;&nbsp;<input type="password" name="password" style="width:38%;" class="form"/>
<div id="pwd"></div>
<span id="password_label"></span>
</td>
</tr>
<tr>
<td>
<div style="margin-left:0%;">
<font color ="#666666">*Confirm Password</font>
<td>
&nbsp;&nbsp;<input type="password" name="confirm" style="width:38%;" class="form" onblur="CheckPassword(document.drop_list.confirm.value,document.drop_list.password.value)"/>
<div id="conf"></div>
<span id="checkmatching"></span>
</td>

</tr>
<tr height="28">
<td>
<div style="margin-left:0%;">
<font color="#666666">*Country</font>
</div>
</td>
<td >
&nbsp;&nbsp;<select NAME="Country" onChange="SelectCity();" class="form" style="width:38%;">
<Option value="">Country</Option>
</select>
<div id="cnty"></div>
<span id="cname"></span>
</td>
</tr>

<tr height="28">
<td>
<div style="margin-left:0%;">
<font color ="#666666">*City</font>
</div>
</td>
<td width="430">
&nbsp;&nbsp;<select id="City" NAME="City" class="form" style="width:38%;">
<span id="ctyname"></span>
<Option value="">City</Option>
</select>
<div id="cty"></div>
<span id="ctyname"></span>
</td>
</tr>

<tr height="28">
<td>
<div style="margin-left:0%;">
<font color="#666666" >&nbsp;*Enter Code</font></div>
</td>
<td>
&nbsp;&nbsp;<input type="text" name="vercode" class="form" />
<span id="vercode1"></span>
<div style="margin-left:0%;">
<span id="equal"></span>
</div>

<br/>
</td>
</tr>


<tr height="28">
<td width="155">
<div style="margin-left:50px;">
<td width="15">&nbsp;</td>
<td width="430">
<span id="cname"></span>
</td>
</tr>
<tr height="10%" width="60">
<td colspan="5">
<div style="margin-left:1%;">
<!--<input type="checkbox" name="CHKBOX_2" value="2">Agree with<a href="TermsAndCondition.html" target ="a">Terms And Conditions</a>and privacy policy<div id="terms"></div><span id="terms"></span></td>-->
<input type="checkbox" id="tac_checkbox" >
Agree with<a href = "termsandcondition.html" target = "a">
<font color ="DodgerBlue"><i>"Terms of use"</i></font>

</a> and Privacy Policy.<div id="terms"></div><span id="terms"></span>
</tr>

</table>
<br/>
<input type="submit" value="Submit" name="Submit" class="submit">
<input type="reset" value="Reset" name="Reset" onClick= "formreset(true)">

</td>

</tr>
</table>


</FORM>
</div>

<ul id="botttomdiv">
<li><a href="home.html">Home</a></li>
<li><a href="http://www.s60.com/life/s60phones/browseDevices.do?edition=THIRD_EDITION&region=&manufacturer=Nokia&sortBy=MANUFACTURER_AND_DATE" target = "b">Compatibility</li>
<li><a href="http://www.mobisy.com" target = "b">About us</a></li>
<!-- <li><a href="http://www.mobisy.com/contactus.html">Contact us</a></li>-->
<li><a href="http://www.mobisy.com/demovideo.html" target = "b">Demo Video!</a></li>
</ul>
</div>
</body>
</html>

Recommended Answers

All 2 Replies

You need to remove several wrong placed tags

1)on first line </head> is wrong (unless u haven't posted the entire html code) so remove it...

2) remove this 3 tags (cause the are extra)
</td>

</tr>
</table>

which appear after
this lines :
<input type="submit" value="Submit" name="Submit" class="submit">
<input type="reset" value="Reset" name="Reset" onClick= "formreset(true)">

after i did this changes, the page loads well...

Daniel

You need to put a space before the / in the self-closing tags.

<br /> is OK

<br/> is not OK.
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.