473,387 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Please Help

Hi

I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english in a certain text-box (or whatever...).

Thanks - Oren
Jul 23 '05 #1
9 1387
OrenFlekser wrote:
Hi

I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english in a certain text-box (or whatever...).

Thanks - Oren


Control freak.

You could try using the old IE attribute ACCEPTCHARSET="iso-8859-1" in your
form elements. Most browsers will ignore it.

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #2
Philip Ronan wrote:
You could try using the old IE attribute ACCEPTCHARSET="iso-8859-1" in your
form elements. Most browsers will ignore it.


Oops, not form elements. I meant <FORM> tags.

Visit <http://tinyurl.com/6zltx> if you can be bothered

--
Philip Ronan
ph***********@virgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #3
"OrenFlekser" <or*********@hotmail.com> wrote in
comp.infosystems.www.authoring.html:
I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english


You are looking for a nine-armed octopus. It does not exist.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Jul 23 '05 #4

"OrenFlekser" <or*********@hotmail.com> wrote in message
news:c1**************************@posting.google.c om...
Hi

I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english in a certain text-box (or whatever...).


What in the world would make you think that an HTML page would be
*permitted* to have the power to reconfigure someone's computer?

Jul 23 '05 #5
OrenFlekser wrote:
I'm looking for the HTML tag or command
HTML has no commands. It is a markup, not programming, language.
that will allow me to lock the language bar
What's a "language bar"?
so that users will not be able to write in any other languge except
english in a certain text-box (or whatever...).


You can't force the user to write in English. Well, unless you stand
behind them while they use your site and make threats, but that'll
likely land you in jail.

--
Brian (remove "invalid" to email me)
Jul 23 '05 #6
On 3 Nov 2004 05:08:02 -0800, OrenFlekser <or*********@hotmail.com>
declared in comp.infosystems.www.authoring.html:
Hi
G'day.
users will not be able to write in any other
languge except english in a certain text-box (or whatever...).


What, you're going to check each word after they type it to make sure
it's in an English dictionary? What if they just can't spell?

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 23 '05 #7
or*********@hotmail.com (OrenFlekser) wrote:
I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english


Nice trolling. You seem to have caught some fish. Bon appetit.

Oh, seriously, here's the helpful answer: you need
<force with="US army" lang="en-US">

Just ignore the liberal wheenies who say it "can't be done" or
"shouldn't be done". They just don't know how to!

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 23 '05 #8

"Jukka K. Korpela" <jk******@cs.tut.fi> wrote in message
news:Xn****************************@193.229.0.31.. .
or*********@hotmail.com (OrenFlekser) wrote:
I'm looking for the HTML tag or command that will allow me to lock the
language bar so that users will not be able to write in any other
languge except english


Nice trolling. You seem to have caught some fish. Bon appetit.

Oh, seriously, here's the helpful answer: you need
<force with="US army" lang="en-US">


Please remember that close to 50% of us voted against the <i>status quo</i>!

Jul 23 '05 #9
Mark Parnell <we*******@clarkecomputers.com.au> wrote in
news:1d****************************@40tude.net:
On 3 Nov 2004 05:08:02 -0800, OrenFlekser <or*********@hotmail.com>
declared in comp.infosystems.www.authoring.html:
Hi


G'day.
users will not be able to write in any other
languge except english in a certain text-box (or whatever...).


What, you're going to check each word after they type it to make sure
it's in an English dictionary? What if they just can't spell?


What about grammar? That should be checked too. I wish I thought of this.

And don't tell me there is a problem with including a Javascript grammar
engine with every page. That is a must. And there needs to be a little
paperclip, which, when you start to fill out the field, says, "You appear
to be typing in English! Do need help? Do you want to know the square
root of 2989441?"
Jul 23 '05 #10

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

Similar topics

0
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web...
7
by: x muzuo | last post by:
Hi guys, I have got a prob of javascript form validation which just doesnt work with my ASP code. Can any one help me out please. Here is the code: {////<<head> <title>IIBO Submit Page</title>...
7
by: tyler_durden | last post by:
thanks a lot for all your help..I'm really appreciated... with all the help I've been getting in forums I've been able to continue my program and it's almost done, but I'm having a big problem that...
23
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application...
13
by: Joner | last post by:
Hello, I'm having trouble with a little programme of mine where I connect to an access database. It seems to connect fine, and disconnect fine, but then after it won't reconnect, I get the error...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
1
PEB
by: PEB | last post by:
POSTING GUIDELINES Please follow these guidelines when posting questions Post your question in a relevant forum Do NOT PM questions to individual experts - This is not fair on them and...
0
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
5
by: tabani | last post by:
I wrote the program and its not giving me correct answer can any one help me with that please and specify my mistake please it will be highly appreciable... The error arrives from option 'a' it asks...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...

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.