Advertisement

1 - 10 of 222 containing alltags:("toggle") (0 seconds)
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
Zones: MS Visual BasicDate Answered: 01/30/2006 Grade: A Views: 0
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...
Zones: JavaScriptDate Answered: 01/18/2006 Grade: A Views: 0