Hello,
I am stuck again, here is what I need to do.
<cfif findProduct.recordcount EQ 0>
<script>
alert('Sorry, that Product was not found.');
</script>
<CFLOCATION url="transfer_Product.cfm" addtoken="No">
<cfelse>
The problem is that as long as I have the line
<CFLOCATION url="transfer_Product.cfm" addtoken="No">
in that <cfif statement the alert will not work it
seems to just ignore it, if I remove the <CFLOCATION I
receive the alert.
Any idea's on how to solve this?
Thanks. [sig][/sig]
I am stuck again, here is what I need to do.
<cfif findProduct.recordcount EQ 0>
<script>
alert('Sorry, that Product was not found.');
</script>
<CFLOCATION url="transfer_Product.cfm" addtoken="No">
<cfelse>
The problem is that as long as I have the line
<CFLOCATION url="transfer_Product.cfm" addtoken="No">
in that <cfif statement the alert will not work it
seems to just ignore it, if I remove the <CFLOCATION I
receive the alert.
Any idea's on how to solve this?
Thanks. [sig][/sig]