... Use the element's tagName property: alert( document.getElementById('someElement').tagName ); -- This message has not been scanned for viruses. Since I do...
OK. Sounds as though it's something in the editor (which I don't have). I can't see anything actually wrong with your code. Regards, Dave S ... From:...
Hi all, i created a 4 different drop downs.when a value is seleted frm a drop down i open a pop up and there i need to get name of the drop down where the ...
... What this does is to try to open the URL xyz.jsp?dropdown=%3C%25%3D%20name%25%3E which is just the URL-encoding for xyz.jsp?dropdown=<%= name %> That's...
function openWindow(name,value) { window.open('xyz.jsp?dropdown=<%= name %>','',''); } in this u use jsp tag if u not declare it wont work it should be like...
HI , i have two dropdown boxes..both multiselect. 1.Group 2 Business Unit now there are many few groups in the GroupDropdown. and for every Group selected...
Hi there, I wonder if anyone use this and how you solve this. I use a dropdownlist and I have a div (a menu) and sometime this menu is above the dropdownlist....
Hello anurag, take Droplist and give the multiple now you can select more than one value from Group dropDown list. Multiple selected value return comma...
Hello everyone: Hello everyone: I am doing an exercise try to validate user entry in a text field (name field). I want to exclude underscore from user input,...
unfortunately, this is a bug in IE. It is rumored that the new version of IE coming out soon will fix this problem. you have two options: 1) create an IFRAME...
Hi, what about this: <script> var input="u1n*der_score"; alert( input.match(/\W|_|\d/g) ) </script> is it it? Maybe. That's what I would try as first, at any...
... f3l, thinks he know everything, but he doesnt, he's just a stupid dumbass. firstPat = /^[a-zA-Z]+$/ firstPat = /^[a-zA-z]+$/ would catch the chars...
first of all, i don't wanna start a flame war here, i just wanna point out something , so hear me out. Dear mr "flashqa1", this is not an attack against you,...
... Internet Explorer does not reliably support z-index positioning of forms or form elements. Select widgets and buttonsa are particularly bad in this regard....
My question is how to check the value of textbox aa in java script. I try it but it shows error: Some thing object not supported Do while not rs.EOF i=i+1 ...
Kathy Iwasik
girl_moon_godess@...
Jun 2, 2006 8:28 pm
13678
... the ... a,c,b,... z ... Ok, but that does not intercept the underscore at times. input="abc_" firstPat = /^[a-zA-z]+$/ alert( firstPat.test(input)...
Hello Ken, thank you for your response. I hide already the select lists in my app It's good to know that others had the same problem :) "Ken Auenson, II"...
... I left an example of "2)" here: <URL:http://jsfromhell.com/geral/hittest/example>, it hides just the necessary elements, not all the selects. -- Jonas...
Don't use an iframe to try to fix this as Opera has the same bug for iframes as IE has for selects and so you woud not actually fix the problem, just switch it...
... Sure, the A-z translates to \x41-\x7a, which includes the "_" character and others :] ... You mean this /^[^a-zA-Z\s]+$/g ?!? If yes, it doesn't make...
Hey folcs Ive got a simple code that works in IE and doesnt work in mozilla. here it is <html> <script> function teste(event) { ...
Mv Mv
mvlixo@...
Jun 3, 2006 4:25 pm
13685
... IE's event model is based n an early draft not the actual W3C spec, you should use charCode, (i think),when Gecko based, and keyCode otherwise, please,...
Sry but you didnt understand the problem. My problem isnt on keycode, that works on both browsers. The problem is the "logical sequence" i think onblur should...
Mv Mv
mvlixo@...
Jun 4, 2006 7:20 pm
13687
Can any one please give me an example or link of creating array of text box using javascript and its handling. Thanks in advance ... Sneak preview the all-new...
Kathy Iwasik
girl_moon_godess@...
Jun 4, 2006 10:03 pm
13688
... ok, i'll give you that. The problem is the "logical sequence" ... that's weird, i get "false" on IE6 and true on ffx 1.5, sinse you sem to be trying to act...