Advertisement

05.26.2006 at 12:11PM PDT, ID: 21865521
[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!

8.2

why the read only textbox and two radio options on this page

Asked by danross44 in Hypertext Markup Language (HTML), Font Creator

Tags: , , , ,

As you will see if you run the code below, the "tags:" input box and the "sort by:" radio options appear as read only. Why? Can someone please tell me what is causing this and how I can fix it. It is driving me crazy!

Dan


<html>
<body>
<form name="post" action="newpost_tst.php?sts=con&postid="
   method="post" style="padding:5px;position:relative;top:10px;font-family:verdana;font-size:12px">
<div style="width:653px;font-family:verdana;font-size:12px"><b>Subject: </b><input type="text" name="subject" maxlength="250"
      style="border-style:groove;width:592px">
<br><br>
<span style="position:relative;top:-6px">
(Only the first 45 characters will be displayed where posts are listed among
      other posts)
</span>
<br>
<hr>
</div>
<span style="position:relative;top:10px">
<b>Categories:</b>
</span>

<br><br>
<div style="position:relative;top:6px">
<div style="position:absolute;left;0px">
Category #1:<br>
<select name="category1" size="10" style="border-style:groove;font-family:verdana;font-size:10px">
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>

<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<div style="position:absolute;left:160px">
Category #2:<br>
<select name="category2" size="10" style="border-style:groove;font-family:verdana;font-size:10px">
<option value ="0">(None)</option>
<option value ="1">Business</option>

<option value ="3">Government</option>

<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>

</select>
</div>
<div style="position:absolute;left:320px">

Category #3:<br>
<select name="category3" size="10" style="border-style:groove;font-family:verdana;font-size:10px">
<option value ="0">(None)</option>
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>

<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
<div style="position:relative;left:480px">
Category #4:<br>
<select name="category4" size="10" style="border-style:groove;font-family:verdana;font-size:10px">
<option value ="0">(None)</option>

<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>
<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>

</select>
</div>
<br>

(Consider the categories as who/what is responsible for the stupidity, with
      category #1 being the primary  
      entity responsible, #2 the secondary, and onward. Only category #1 is  
      required.)
</div>
<br>
<hr>
<br>
<div><div style="float:left;width:370px">
<b>Tags: </b>
<input type="text" name="tags_t" maxlength="200"
      style="border-style:groove;width:330px">
<br><br>
(Consider tags as one or as many as a few words that
      best describe the subject this message is in reference to)
</div>
<div style="width:95px;font-family:verdana;font-size:12px;float:left;position:relative;left:10px">

(Choose from list to right and/or type existing and/or new tags to the left)
</div>
<div style="float:left;position:relative;left:14px;font-family:verdana;font-size:8px">Sort By:<br><input type="radio" name="sortby" checked="checked" value="popularity"> Popularity

<br>
<input type="radio" name="sortby" value="alphabet"> Alphabet
</div>
<div style="position:relative;left:15px">
<select name="category4" size="10" style="border-style:groove;font-family:verdana;font-size:8px">
<option value ="1">Business</option>
<option value ="3">Government</option>
<option value ="6">Movies</option>

<option value ="9">Other</option>
<option value ="4">People</option>
<option value ="8">Religion</option>
<option value ="2">Society</option>
<option value ="5">Technology</option>
<option value ="7">Television</option>
</select>
</div>
</div>
<hr>
<div>

<span style="position:relative;top:10px">
<b>Body: </b>
</span>
<span style="position:relative;left:0px;top:10px">
(HTML tags are allowed)

</span>
<br><br>
<textarea name="message" cols="80" rows="3"
   style="border-style:groove;width:653px;height:200px"></textarea>
   <br>
<input type="submit" name="submit" value="Submit"
   style="position:relative;left:589px">
</div>
</form>

</body>
</html>

Start Free Trial
[+][-]05.26.2006 at 12:27PM PDT, ID: 16771733

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.26.2006 at 12:59PM PDT, ID: 16772008

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.26.2006 at 01:04PM PDT, ID: 16772055

View this solution now by starting your 7-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: Hypertext Markup Language (HTML), Font Creator
Tags: textbox, html, only, read, radio
Sign Up Now!
Solution Provided By: mshogren
Participating Experts: 3
Solution Grade: A
 
 
[+][-]05.26.2006 at 01:21PM PDT, ID: 16772169

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.28.2006 at 12:29AM PDT, ID: 16778430

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.28.2006 at 12:46AM PDT, ID: 16778589

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.28.2006 at 04:35AM PDT, ID: 16779097

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32