Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 247138

  1. 247138

    Send a form from swf

    I took this ideea from somewhere else. i know it' bitchy, but i'll post here the part of text that got my atention: [This is the server side script : <?php $sendTo = "postmaster@blahblahblah.com"; $subject = "Website Inquiry"; $headers = "From: " . $_POST["name"]; $headers .= "<" ...
  2. 247138

    Send a form from swf

    one little issue: can this [the response, positive or negative] come directly from the php server? I mean, coul te php file be modified in such ways, as to do that? It's just an ideea. If it can be done, we'll do it like that. [probabely this will meean erasing th next 2 frames]
  3. 247138

    Send a form from swf

    i mean it doesn't even work if i erase the labels and put in script the numbers of the frames.
  4. 247138

    Send a form from swf

    what other action script should i use for it to worK. Any ideea?
  5. 247138

    Send a form from swf

    //check to see if everything went A-OK onData = function () { nextFrame(); if (output == 'error') { gotoAndStop("error"); } else { gotoAndStop("success"); } }; I think there's something wrong here. labels are:"error" and "succes". so it should work. But it doesn't. :(
  6. 247138

    Send a form from swf

    well, 4 me it's good night. I don't know where you're from, but in Romania it's 3 o'clock. AM. I'm up since 5AM, so I worked 22 hours streight. So I have to get some sleep too. I'll get back to you with other things [this is a fact :)], but some other time. Note that the subject will be: FOR...
  7. 247138

    Send a form from swf

    OK I got the e-mail in my mailbox. Didn't move to the next frame though. WHYYYY. I'm half on the breaking point ;) Anyway, if u lost your patience, let's leave it 4 now [I can go on, no preoblem]. The form is working, sooo. One more thing: Subject: Contact: sdfg From: "sdfg"...
  8. 247138

    Send a form from swf

    1 User submitted message: <br> Name: 1<br> Email: 1<br> Company: 1<br> Address: 1<br> Tel/Fax=: 1<br> Message=: 1 this is the message inthe pop up. Still not working.
  9. 247138

    Send a form from swf

    OK. I uploaded it. It still doesn't send anything. it still doesn't get to the next [or third frame]. :(
  10. 247138

    Send a form from swf

    it popedUp. Does this mean it's ok?
  11. 247138

    Send a form from swf

    yes it is. But: [and i told u i'm not an expert] it doesn't have any behavior. Does it get it's behavior from the script of th first frame? If so, why doesn' it send me to the next [or the third] frame? couse, when i hit submit, NOTHING happens. try it your self, pls: http://www.ovidiu.clax.ro...
  12. 247138

    Send a form from swf

    right now the code looks like this: stop(); //actions for reset button reset_btn.onRelease = function() { //sets each button blank nume_txt.text = ""; companie_txt.text = ""; email_txt.text = ""; adresa_txt.text = ""; telefon_txt.text = ""; mesaj_txt.text = ""; }; //actions for submit...
  13. 247138

    Send a form from swf

    and yes, the php u gave me is on the server
  14. 247138

    Send a form from swf

    ok sorry. (you wont get an email if you test on your computer) THAT"S KINDA NEW 4 me. i'll see how i test it i presume that if i upload ot to the server will be ok. :-B
  15. 247138

    Send a form from swf

    ok i'm not an expert but in the code you gave me: stop(); //actions for reset button reset_btn.onRelease = function() { //sets each button blank name_txt.text = ""; company_txt.text = ""; email_txt.text = ""; address_txt.text = ""; telfax_txt.text = ""...

Part and Inventory Search

Back
Top