Enter Keywords:
1 - 10 of 66(0 seconds)
Sort By:
 
Hi, given this simple javascript: function strikeThroughInOut(elem){       if(elem.style.textDecoration == 'line-through')             elem.style.textDecoration = 'none';       else             elem.style.textDecorati...
Zones: Web Development, Web D...Date Answered: 10/18/2006 Rating: 8.0 Views: 0
I have the following: <xsl:if test="count(./Passengers) &gt; 0">                                                                      <xsl:for-each select="./Passengers">                                                                                         <xsl:variable name="NewRow">                        ...
Zones: XSLTDate Answered: 01/14/2008 Rating: 8.2 Views: 0
vbs code to check whether two specified registry keys exist or not?
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...
Zones: Windows NT NetworkDate Answered: 06/02/1997 Rating: 7.4 Views: 0
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...
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 ...
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 ...
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>           <...
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...
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">    ...
Zones: Web BrowsersDate Answered: 08/12/2003 Rating: 7.8 Views: 0