HI,
I am trying to delete an element in an Array, however the problem is never straight forward.
I have a 2 dimensional Array which is populated with products such as id, description etc. These are then displayed from the Array into a table. Beside each row/product displayed is an update and delete button created for each product in each row, generated within a loop. I want to be able to click on the delete button and then the product in that row is deleted from the array? I really have no idea how to go about this. Any ideas would be super.
p.s I am not sure where within the button I would type the code as I have tried typing code after the A href checkput.cfm? and get an error as I take it it starts from the top of the page and goes through the code again resulting in error in the arrays.
The code for the buttons is given below:<A
href="detail.cfm"
target=mainFrame><IMG border=0 height=28 name=Image13
src="checkout_files/prod_update.gif" width=67></A> </TD>
<TD align=right width=70> <A
href="checkout.cfm?"target=mainFrame>
<IMG border=0 height=28 name=Image2 src="checkout_files/remove.gif"
width=67></TD></TR>
<TR>
<TD colSpan=10><IMG height=5 src="checkout_files/shim.gif"
width=20></TD></TR></TBODY></TABLE>
I am trying to delete an element in an Array, however the problem is never straight forward.
I have a 2 dimensional Array which is populated with products such as id, description etc. These are then displayed from the Array into a table. Beside each row/product displayed is an update and delete button created for each product in each row, generated within a loop. I want to be able to click on the delete button and then the product in that row is deleted from the array? I really have no idea how to go about this. Any ideas would be super.
p.s I am not sure where within the button I would type the code as I have tried typing code after the A href checkput.cfm? and get an error as I take it it starts from the top of the page and goes through the code again resulting in error in the arrays.
The code for the buttons is given below:<A
href="detail.cfm"
target=mainFrame><IMG border=0 height=28 name=Image13
src="checkout_files/prod_update.gif" width=67></A> </TD>
<TD align=right width=70> <A
href="checkout.cfm?"target=mainFrame>
<IMG border=0 height=28 name=Image2 src="checkout_files/remove.gif"
width=67></TD></TR>
<TR>
<TD colSpan=10><IMG height=5 src="checkout_files/shim.gif"
width=20></TD></TR></TBODY></TABLE>