Ken needs help

Ken Needs help
Hi can someone help me? I have an email on my site
now when the send button is press down, the confirmation text show up,It says please waite for confirmation.

When I check to see if the email has been sent out. it has been how do I know that, I sent an email to my self ha ha

Anyways the problem is why doesn’t the confirmation go away ?
this has to do with the scrip i’m sure, I tried everything but still get the same thing over and over.

could some check my flas and tell me why this happends if they feel up to it,thank you… Oh i’m using Flash mx2004 :+)

whoa… sorry, I’m not sure what you mean, exactly… ?!

like I said on top people can send email from my site
when you press the send buttons a litle display shows up
(please wait for confirmation thank you ) the email goes through but the display stay up insted of displaying ( thank you )

Hmm…
You’re probably looking for some code that says:
if (!error) {
Show Confirm;
} else
{ Show Error;
}
But I don’t know how, or if, it can be done… using Flash? Or something else?