Karl DeSaulniers wrote:
On Nov 17, 2009, at 12:15 AM, Henrik Andersson wrote:

I can not reproduce with this limited sample. It just results in a
syntax error due to too many ending }, fixing that does not reproduce
the bug.

Hey Henrik,
Kind of long code, thought twice about posting.
I shortened it and it still does it with this much code.
Let me know if you experience the same.

if (paypalObj.quantity == 0) {
this.itemSelection_mc.status = "WARNING::: You did not specify a quantity";
} else if (paypalObj.os0 == "") {
this.itemSelection_mc.status = "WARNING::: You did not specify a size";
} else if (paypalObj.os1 == "") {
this.itemSelection_mc.status = "WARNING::: You did not specify a color";
} else {
getURL(sUrl,'paypal','POST');
}


*This line will jump down to the bottom of the code:
getURL(sUrl,'paypal','POST');
Even create a new line in the code.

Karl DeSaulniers
Design Drumm
http://designdrumm.com

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to