[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.2

HTML errors for using fieldset tag?

Asked by g46905 in Web Servers, Hypertext Markup Language (HTML), Scripting Languages

Tags: No Start Tag <fieldset> and also invalid location of Tag for fieldset

I am getting No Start Tag <fieldset> and also invalid location of Tag for fieldset in the code below.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
<filedset>
<legend align="center"><b><u><font color="#990000" >Search Criteria</font></u></b></legend>
 
 
 
<tr> <td><table  ><th align=center > Action </th><tr><td><input type="submit" name="bsearch" value="SEARCH" style="background-color:#CCCC99"  onMouseOver = "return showMaxCheck()" ></td></tr><tr><td><input type=button value="DETAILS"  onClick="return details()" style="background-color:#CCCC99" ></td></tr><tr><td><input type=button value="  Before"  onClick="return view(1)" style="background-color:#CCCC99" ></td></tr><tr><td><INPUT type="button" value="  After    " onclick="return view(2)"
					style="background-color: #CCCC99"></td></tr></table>
		<INPUT type="button" value="    EXIT     " onclick="return logoff()"
			style="background-color: #CCCC99"></td>       
 
 
 
 
 <td><table  >
       	<tr> 
<filedset>
	<legend align="center"><b>Search Constraints</b></legend>
		<td><table >
			<tr align=left ><td align=left ><input type="checkbox" name="csearchcontent" value=""  onClick="enableEdit()" style="background-color:#FFFFCC"><b>Search Content:</b></td><td align=left ><input type ="text" name="tsearchcontent" value="" size="28" disabled="true" ></td></tr>	
			<tr align=left ><td align=left ><input type="checkbox" name="cstartdate" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Start Date:</b></td><td align=left ><input type = text name="tstartdate" value="" size="15" disabled="true" ><a href="javascript:show_calendar('fsearch.tstartdate');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="show-calendar.gif" width=22 height=20 border=0></a><font size="1" color=#808080> eg: mm/dd/yy hh:mm AM/PM</font></td></tr>
                        <tr align=left ><td align=left ><input type="checkbox" name="cenddate" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>End Date :</b></td><td align=left ><input type = text name="tenddate" value="" size=15 disabled="true" ><a href="javascript:show_calendar('fsearch.tenddate');" onmouseover="window.status='Date Picker';return true;" onmouseout="window.status='';return true;"><img src="show-calendar.gif" width=22 height=20 border=0></a><font size="1" color=#808080> eg: mm/dd/yy hh:mm AM/PM</font></td></tr>
 
 
			
 
 
                         <tr align=left ><td align=left ><input type="checkbox" name="cprofile" value="on" onClick="enableEdit()"  style="background-color:#FFFFCC" ><b>Profile:</b></td><td align=left ><select  name=sprofile  size="1" disabled = "true" > 
								<% 
									for (int i=0; i< p.length; i++) {
                                                                                                         
													  String val=p[i];
                                                                                                          String $1 = "\"";       
                                                                                                                        
														
														out.println("<option value = "+ $1 +  val + $1 + "" + ">" +  val +  "</option>");
                                                                                                        }  
 
								%>
						</select></td></tr>  
 
			<tr align=left ><td align=left ><input type="checkbox" name="cdirection" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Direction:</b></td><td align=left ><input type="radio" name="rdirection" value="inbound" checked disabled="true" style="background-color:#FFFFCC">Inbound<input type="radio" name="rdirection" value="outbound" disabled="true" style="background-color:#FFFFCC" >Outbound</td></tr>
		</table></td>
 
 
		
 
 
 
		<td><table >
			<tr><td ><input type="checkbox" name="csearchname" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Search Name:</b></td><td><input type = text name=tsearchname value="" size="18" disabled="true"  ></td></tr>	
			<tr><td><input type="checkbox" name="cwithinlast" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Within Last:</b></td><td><select  name="swithinlast1"  size="1" disabled="true"  ><option>0<option selected>1<option>2<option>3<option>5<option>10<option>15<option>30</select><select  name="swithinlast2"  size="1" disabled="true" ><option>SECONDS<option selected>MINUTES<option>HOURS<option>DAYS<option>WEEKS<option>MONTHS<option>YEARS</select></td></tr>
			<tr><td><input type="checkbox" name="cgroup" value="" onClick="enableEdit()" style="background-color:#FFFFCC" ><b>Group:</b></td><td><select  name=sgroup  size="1" disabled="true" value="DEFAULT">
                                                                     <% 
									for (int i=0; i< g.length; i++) {
                                                                                                          String flag="";
													  String val=g[i];
 
														
														out.println("<option value = "+ "\"" + val + "\"" + "" + flag +">" + val + "</option>");
                                                                                                        }  
 
								     %>
                                                                        
								</select></td></tr>
			<tr><td><input type="checkbox" name="cstatus" value="" onClick="enableEdit()" style="background-color:#FFFFCC"><b>Status:</b></td><td><input type = "radio" name=rstatus value="Good" checked disabled="true" style="background-color:#FFFFCC">Good<input type = "radio" name=rstatus value="Failed" disabled="true" style="background-color:#FFFFCC" >Failed</td></tr>
                        <tr><td><b>Show up to:</b><input type="text" value="100" name="tmaxshow" size="5" onClick="enableEdit()"><b>records</b></td><td><A HREF="javascript:document.location.reload();" ONMOUSEOVER="window.status='Refresh'; return true" ONMOUSEOUT="window.status=''"> <B>Set to Defaults </B> </a> </td></tr>
                        
		</table></td>
 
	</tr>
        </table>
</td>
	</fieldset>
 
 
</tr>
</fieldset>
[+][-]08/17/09 07:37 AM, ID: 25114820Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Web Servers, Hypertext Markup Language (HTML), Scripting Languages
Tags: No Start Tag &lt;fieldset&gt; and also invalid location of Tag for fieldset
Sign Up Now!
Solution Provided By: cxr
Participating Experts: 3
Solution Grade: A
 
[+][-]08/16/09 03:21 PM, ID: 25110700Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 06:43 AM, ID: 25114300Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 06:49 AM, ID: 25114361Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 06:53 AM, ID: 25114416Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 07:05 AM, ID: 25114551Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 07:41 AM, ID: 25114872Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 07:45 AM, ID: 25114900Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 07:48 AM, ID: 25114930Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 07:57 AM, ID: 25115034Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 07:59 AM, ID: 25115060Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 08:01 AM, ID: 25115077Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 08:18 AM, ID: 25115269Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 11:09 AM, ID: 25116778Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/17/09 12:15 PM, ID: 25117425Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/17/09 12:29 PM, ID: 25117564Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/18/09 12:43 AM, ID: 25120779Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/18/09 12:44 AM, ID: 25120782Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/20/09 08:07 AM, ID: 25143440Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 - Hierarchy / EE_QW_3_20080625