473,511 Members | 15,408 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Advice on coding

I have a line of code (below) which is wrinting the word YES back to
the database. Could anyone tell me what the />Yes is for?
<input type="radio" id="optDelegated" name="optDelegated" value="YES"
/>Yes
Am I right in thinking that JScript is case sensative? only some of
the database is Yes and the radio button that this code services isn't
picking this up.

Jul 23 '05 #1
1 968
Jules wrote:

[snip]
Could anyone tell me what the />Yes is for?

<input type="radio" id="optDelegated" name="optDelegated" value="YES"
/>Yes
XHTML has very strict rules. For elements which don't have closing
tags, such as INPUT and IMG, the opening tag must end "/>". The "Yes"
that follows it just text. It's a label for the INPUT element, though
strictly it should be marked up with

<label for="optDelegated"><input type="radio" id="optDelegated"
name="optDelegated" value="YES" /> Yes</label>

Note that if the document is marked-up with HTML not XHTML, the
opening INPUT tag should end normally. That is, with just ">".
Am I right in thinking that JScript is case sensative?


Yes, though I don't see anything to do with JScript (or any scripting
language, for that matter) in this post. It would have been more
appropriate to have posted your question to a HTML group.

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1886
by: Tim Jowers | last post by:
OK, I've hit the problem enough now to want to know what is the easy way :-) Anybody know? I read in microsoft.public.sqlserver.xml group about doing this: 1) Create an XML schema from the db...
2
3157
by: Brian | last post by:
NOTE ALSO POSTED IN microsoft.public.dotnet.framework.aspnet.buildingcontrols I have solved most of my Server Control Collection property issues. I wrote an HTML page that describes all of the...
0
1058
by: Willie Neal | last post by:
I'm new to vb.net and would like the advice of my peers. Here is my scenario: I have a user control which consists of three buttons, three listboxes and three labels. When the user selects a button...
0
959
by: cbrown | last post by:
I looking to get advice on Interface design and coding. I typically develop ASP.NET pages with a graphic designer, so I don't do UI stuff much. I am rewriting an old app that has a tabbed UI...
4
2838
by: Web_PDE_Eric | last post by:
I don't know where to go, or what to buy, so plz re-direct me if I'm in the wrong place. I want to do high performance integration of partial differential eqns in n dimensions (n=0,1,2,3..etc) I...
4
1565
by: Mason Barge | last post by:
I'm learning how to build a website. So far I've gotten pretty good with HTML, CSS, and Paint Shop Pro, and I'm currenly learning the basics of Javascript. I'm hoping, eventually, to build and...
13
3085
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those...
232
13066
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first...
9
1531
by: Phper | last post by:
Can anyone give me advice on how to learn PHP?
4
2006
by: Constantine AI | last post by:
I am working on an automatic Purchase Order Generator where with a click of a button will automatically assign a PONo to certain stock items (based on the SuppNo). The coding i have at present is as...
0
7138
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7418
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5662
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4737
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3222
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1572
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
781
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
446
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.