I'm running IE6 on a machine with the Windows 98, Second Edition operating system.
If I have an Outlook window open and I go to the Links toolbar in IE6 and click "Toggle Images.exe," the displa...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_20519595.html
Zones:
Web BrowsersDate Answered: 02/17/2004 Grade: A Views: 0
OK. I have this script which works fine so far. It displays navigation in a tree-view where you click on a plus sign and the folder expands and click on the minus and it closes, Etc.
For some re...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20793234.html
Zones:
JavaScriptDate Answered: 11/12/2003 Grade: A Views: 0
Given:
tblMain with "Rank" field and "SSN" key field
tblRank that lists available Ranks and relative order (Grade field) (as alphabetic wouldn't work)
qryMain that includes every field from tblM...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20979028.html
Zones:
MS AccessDate Answered: 05/06/2004 Grade: A Views: 0
I'm using C++Builder v6. I am trying to create a form with about a dozen buttons that I want to group and have act as toggle buttons, like radio buttons only regular buttons. Push it and it stays i...
http://www.experts-exchange.com/Programming/Editors_IDEs/C_CPP_CS/CPP_Builder/Q_20985509.h...
Zones:
C++ BuilderDate Answered: 05/12/2004 Grade: A Views: 4
Hello experts;
Could I have your advice:
Private Sub Command38_Click()
Me.AllowEdits = (Not Me.AllowEdits)
If Me.AllowEdits = True Then
Me.AllowEdits = False
Me.Co...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21292250.html
Zones:
MS AccessDate Answered: 01/30/2005 Grade: A Views: 0
Hi all.
Arrived at this solution for a toggle
function checkAll(field) {
document.enrolUsersForm.all.value="Deselect all";
for (i=0; i <=1; i++) {
field[i].checked = true;
}
}
fun...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21383715.html
Zones:
JavaScriptDate Answered: 04/11/2005 Grade: A Views: 0
Hi,
Please visit this page so you can get a better quicker idea of what i am writing below:
http://www.jappz.com/test-js.htm
Basically there is a text box named "bold" and 2 images,
(the te...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21395544.html
Zones:
JavaScriptDate Answered: 07/12/2005 Grade: A Views: 0
I have multiple check boxes on the page. Also i have a button (first time check all image will show), check all will check all the check boxes and also change the image to Clear All.
When clear ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21422717.htm...
Zones:
ASPDate Answered: 05/13/2005 Grade: A Views: 0
VB.NET web application...
Here's my logic.
If checkbox1.checked = true then
checkbox2.enabled = false
else if checkbox1.checked = false then
checkbox2.enabled = true
end if
how d...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21698505.htm...
I have this form:
<FORM ACTION="" NAME="PledgeTest" METHOD="post">
<table border="0">
<tr>
<td><strong>Pledge Amount </strong></td>
<td><input name="PledgeAmt" type="text" id="Pled...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21700073.html
Zones:
JavaScriptDate Answered: 01/18/2006 Grade: A Views: 0