I'm kind of new to js, I wanted to write some non english chars inside an array, and it only seems to work if I write unicode notation, e.g. "u1234" per char. I was wondering if there is some easier way to do this, maybe somehow specify to the browser that the js file is utf8-encoded or something similar, but I'm not sure how to do that.
I have a textarea which the user can enter whatever text he chooses.
<TEXTAREA id=body name=body></TEXTAREA>
I would like to avoid supporting HTML tags in this textarea at the moment, therefore I use the following HTML encode support:
Dim p_Body : p_Body = Server.HTMLEncode(Request.Form("Body"))
This works fine if I write text in latin characters (in English) - than only the HTML tags are encoded. But if I write text in other UTF-8 chars (e.g.: Hebrew) - all the text is encoded, and it becomes unreadable.
I have a Javascript which is to count the number of characters entered into a Textarea box and to prevent any more characters from being added after a certain number has been reached. Here is the code:
I have two input box input box 1 : name is first input box 2 : name is second Suppose if I enter "family" should be transliterated using google and the output in french should be displayed in the second input box. How to do this???
I have used this script:Code:someString.replace(/[^A-Za-z0-9 .]/g, '')...many times to remove non-alphanumeric and non "." and " " characters but am having to re-think its use as I start working on non-American English languages for string replacement. The reason for this is that this RegExp also pulls out special characters such as "ó" and "ñ". I'm not certain, but I think it would also remove all double-byte characters such as various Asian-language words.Has anyone run into this problem and have they found a simple coding solution to catch all non-English special characters?
I have a problem in creating request with most jquery autocomplete plugins. I have an app that users must complete inputs with none English characters (in here Persian)
But 90% plugins not work correctly! Problem here that when typing a none-English character I have any request! But when I push general key like back space or space in between character it work and request create.
I used more and more plugins and test firebug for ensure to create request. With English character I havent problem
please i want to know if there is a possibility to force the user to type English characters coz i made all my web site in arabic and germany languages i want to force user to type the username and password in English characters
I know this has to be easy, but I can't seem to figure it out. I'm debuggin' someone elses code...
x="hello"; +x+"world"
....and I don't get it! What does the "+x+"world" do? If I alert(x) the only thing that comes out is "hello". I also wondered why it doesn't error without the ";" at the end of the line.
This is a novice question, but I'm stumped. I have a variable with a bunch of text assigned to it. Now I want to email the value of the variable. I have a simple form that asks for their name and emails that, but how do I add the variable result?
I know nothing of js yet, I'm still studying CSS & PHP. So I'm just looking for a ready made script for vertical scrolling. I found one that does exactly that, but all the css styling is done in the javascipt, so I was completely lost. I want to be able to just enter the html (into the js array if neccessary, I can do that much lol) and have it scroll upwards, simple as that. The nearest thing I could find to what I want is this Creating a vertical content scroller using DHTML I can style my div & images myself, then all I need to do is enter the html and away it goes, but it functions just like the marquee tag in that it waits for the entire content to clear before it starts scrolling again.
How do I add blank space as acceptable in this expression?
//checks for numbers, - or space only function checkPhone(frm,fld){ obj = eval("window.document."+frm+"."+fld); tstval = obj.value; re = /^[0-9-]+$/; if(!tstval.match(re)) { alert("Numbers or dashes only please."); obj.focus(); return false; } else { return true; } }
Form validation using JavaScript has never been as easy and simple! We have developed a free generic form validation script that can validate any form with very little JavaScript required in form!
I was wondering if there was an easy way to configure a message box to resemble that of a login form.It would preferably have two text fields for username/password and OK and Cancel buttons as well.I currently have a normal login form on my website designed using PHP but it does not figure into what we need to do now. I'm not sure about going about this and I have tried looking for quite sometime for an example of this but cannot find one.
Is there a way to change a javascript's output on a website without directly manipulating the source code? Just by entering some info in a form, then hitting submit. Then it automatically changes the content of a website.
What I want to happen is to change some text (specifically a news ticker) on my javascript, located in between the head tags, just by inputting new information on a form which automatically replaces the old one.
I have inserted the easy slider code into my web page to make a sliding gallery. I attempted to modify the code so that numeric navigation AND arrow navigation (next, previous) could toggle slides BUT I can't see the number navigation in IE6. Every other browser I have tested (mac Safari, Firefox, and Google Chrome as well as IE7,8) work perfectly. Since I modified the original, I assume the error is in my javascript code OR in my CSS.Here is the Javascript:
I need to make a website that will be used as a traffic light system. So i will have a page with loads of divs starting red, that will change to green when clicked once, and back to red if clicked again, so on, so on. These changes will need to be viewable live on another computer, so changes need to save and will also need to automatically refresh without distrubing the rest of the page.
I am totally new to jQuery and no good knowledge on javascript. However, I was assigned a task, to convert a javascript program to jQuery due to compatibility problem on browsers like Chrome and Safari. My program originally use javascript xmlDoc.load('....') to read XML file, and then use document.write statement to write html tables on client side. Something like this (the sample below may got lots of syntax problem as I jut want to show the major part):
Code: document.write('<TABLE >'); var y=x[0].getElementsByTagName('NoOfRows'); for (i=0; i<=noofrows-1 && i<=y.length-1; i++){ document.write(' <TD>'); document.write(z[j].getElementsByTagName('RecordDetails')[0].childNodes[0].nodeValue; }
Now I changed to use jQuery, I can read the XML file elements. However, when I try to write the table, it failed:
What I'd to know is how to refer to characters from different charsets like Herbrew or Japanese characters simultaneously, as well as English and all others within the same script block.
E.g,
[code] if ( xx[K]=="C" ) { N = 1;} if ( xx[K]=="荐" ) { N = 2;} [code]
note that I'm using notepad which would never accept the Chinese character shown and that code only represents my intention. I'd gladly use a html value like .