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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11823898.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20117578.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20122767.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_20132755.htm...
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 ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20219427.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20335846.html
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.
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20384331.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20525536.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20556565.html
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" ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20731484.htm...
Zones:
XML,
XHTMLDate Answered: 09/08/2003 Grade: A Views: 0