Re: give one hidden var to another, for multi delete, how?




"Jim S." <jim@xxxxxxxx> wrote in message
news:vVOIf.11962$Nv2.6698@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ok, here is my problem: ready?

i have a table of multiple columns and 3 row, now on the mid row in last
right cell, i have a form, to do some update for a pic, (no problem here).
now, what am trying to do is making a multiple delete checkboxes, where
when i list all the records (which are basically the second and third row
repeated)
i have a check mark on the far left , where i want to check so i can
delete one or more records, by pushing that top "Delete" word (or button)
that i mentioned earlier.
now the problem is i am not able to give the value of the checkbox to the
hidden value for the form where the Delete word is (or button),
so how can i give the value of the "checkbox" to the Hiden variable with
the Delete word (or button)?

Note: i can not envelop all the table with a form since i already have a
form in the far right cell . (that is why i mentioned it before)

so what can i do?

thanks all
Jim


with javascript. note that people with disabilities use some machines that
have no javascript.
if your checkbox is in the first form and the hidden value is in the second
form,

if (document.forms[0].mycheckbox.checked) {
document.forms[1].myhidden.value=document.forms[0].mycheckbox.value;
}


.



Relevant Pages

  • give one hidden var to another, for multi delete, how?
    ... i have a table of multiple columns and 3 row, now on the mid row in last ... right cell, i have a form, to do some update for a pic,. ... i have a check mark on the far left, where i want to check so i can delete ... so how can i give the value of the "checkbox" to the Hiden variable with the ...
    (alt.php)
  • hiden var to another, from different forms how?
    ... i have a table of multiple columns and 3 row, now on the mid row in last ... right cell, i have a form, to do some update for a pic,. ... i have a check mark on the far left, where i want to check so i can delete ... so how can i give the value of the "checkbox" to the Hiden variable with the ...
    (alt.html)
  • Re: Dealing with Tables in VBA
    ... n-1 paragraphs in any cell in the second column of any table after the ... "No Filter Required" ... Anytime the checkbox next to "No FIlter Required" is checked, ... Find a occurance of a text string "Data Filter Requirements" ...
    (microsoft.public.word.vba.general)
  • Re: Dealing with Tables in VBA
    ... That is the end of cell marker and will be treated as a separate paragraph. ... However, if the checkbox that you are looking for is on the previous line, ... "No Filter Required" ... Find a occurance of a text string "Data Filter Requirements" ...
    (microsoft.public.word.vba.general)
  • Re: Dealing with Tables in VBA
    ... looks similar to an asterisk at the end of the cell, ... "No Filter Required" ... Anytime the checkbox next to "No FIlter Required" is checked, ... Find a occurance of a text string "Data Filter Requirements" ...
    (microsoft.public.word.vba.general)