Advertisement

1 - 10 of 1155 containing alltags:("element") (0.001 seconds)
Does NS, for some reason or another, always put form elements on the topmost layer? Im trying to show / hide a layer over certain parts of a form, based on what a user has choosen (different opt...
Zones: JavaScriptDate Answered: 11/13/2000 Grade: B Views: 0
The question in the code. Original code:  (working good but I can use it) while ( $hash_ref2  = $sth2->fetchrow_hashref )    {        print ("$hash_ref2->{file_name}\n");     $hash_ref2  ...
Zones: PerlDate Answered: 05/14/2001 Grade: A Views: 0
im using netscape 4.x i want to highlight the background of the currently selected input text box of a form. but "unhilight" when the cursor no longer on focus. (toggle, like image rollover). h...
Zones: JavaScriptDate Answered: 05/24/2001 Grade: C Views: 0
Doesn't get much simpler than this but I like to give my brain Sunday's off. <g> I have a JavaScript function that I'd like to add a command that will change an element in a couple classes. I tr...
Zones: CSS, XHTMLDate Answered: 06/11/2001 Grade: A Views: 0
Hi anyone, Hv attached my xml file n java file. My java file is reading the xml file and displaying the contents. Now this file is hard coding the element name. My question is i want to make is ...
Zones: XML, XHTMLDate Answered: 11/06/2001 Grade: B Views: 0
I am trying to do some validation on a set of radio buttons but I don't want to do the validation until all the radio buttons have lost focus.  The way that things are currently working is if one o...
Zones: JavaScriptDate Answered: 08/13/2002 Grade: A Views: 0
Hey, I'll get right to the point: Is it (in any way) possible to get the coordinates of an element in a HTML page (using JavaScript ;-)? Note: The position of the element is not predefined. ...
Zones: JavaScriptDate Answered: 10/31/2002 Grade: A Views: 0
Hi all, I have a page that has 1 form object, with varying input fields(it's a shopping cart) and I also have links with query strings attached which point to a script. Is there anyway to tra...
Zones: JavaScriptDate Answered: 01/16/2004 Grade: A Views: 0
I have a script that needs to access a form element by it's name.  I have tried a number of different methods: document.frmMain["element" + x].value document.frmMain.["element" + x].value docu...
Zones: JavaScript, XHTMLDate Answered: 03/19/2003 Grade: B Views: 0
xml file: <el1    attrib1="val1"    attrib2="val2"> </el1> when displaying this file in microsoft ie, all the attributes are put on one line, as in:   <el1 attrib1="val1" attrib2="val2" ...
Zones: XML, XHTMLDate Answered: 09/08/2003 Grade: A Views: 0