Hi,
given this simple javascript:
function strikeThroughInOut(elem){
if(elem.style.textDecoration == 'line-through')
elem.style.textDecoration = 'none';
else
elem.style.textDecorati...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22029715.html
I have the following:
<xsl:if test="count(./Passengers) > 0">
<xsl:for-each select="./Passengers">
<xsl:variable name="NewRow">
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XSLT/Q_22627758.ht...
Zones:
XSLTDate Answered: 01/14/2008 Rating: 8.2 Views: 0
vbs code to check whether two specified registry keys exist or not?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_24584150.ht...
Zones:
VB ScriptDate Answered: 07/20/2009 Rating: 9.0 Views: 0
I have put a Token Ring and an Ethernet card into a NTv4 server. I have one class C network. I have users on both the Token Ring and the Ethernet that require addresses on the class C. NT will a...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_10012958.html
How can I change the bgColor of a <tr> or <td> on mouseover?
<tr bgcolor="#CC00CC" id="topRow" onmouseover="ChangeTheBgColorOfThisRowToAnotherValue">
I need to do it some "inLine" way without...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20114083.html
Zones:
JavaScriptDate Answered: 05/07/2001 Rating: 9.0 Views: 0
If I have
<TR class="row1">blah blah some href blah blah td td</TR>
and in CSS
tr.row1 {
background: #F7F7F7;
}
tr.row2 {
background: #FFFFFF;
}
How can I do onmouseover the ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_20283142.htm...
Zones:
CSSDate Answered: 04/01/2002 Rating: 8.2 Views: 4
Hello
What am I doing wrong here, in the function docalc is a little routine to get the date and time and create a variable called clientnum which should equal CID0000-0000 etc, then within the ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20500839.html
Zones:
JavaScriptDate Answered: 02/06/2003 Rating: 9.8 Views: 0
My XML document:
====================
<?xml version="1.0" encoding="ISO-8859-1"?>
<visionworks>
<ComputerName value ="ComputerA" />
<name> ComputerA </name>
<details>
<...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20578866.htm...
Zones:
XML,
DHTMLDate Answered: 11/12/2004 Rating: 7.8 Views: 0
i have this tr's inside table:
<tr id="child_1_x">bla...
<tr id="child_1_y">bla...
<tr id="child_1_z">bla...
etc...
i have more than 10 rows like this.
all tr's are visible = false.
when c...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20586207.html
Zones:
JavaScriptDate Answered: 04/21/2003 Rating: 9.2 Views: 0
Hi call, Please consider the folowing HTML:
<table>
<tr>
<td onclick="this.parentElement.nextSibiling.style.display = 'block'">Hey</td>
</tr>
<tr style="display:none">
...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_20705748.html
Zones:
Web BrowsersDate Answered: 08/12/2003 Rating: 7.8 Views: 0