A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Mailto problem ..

  1. #1
    Senior Member
    Join Date
    Dec 2001
    Posts
    197
    yes Hi now you click Email me and I get OutLook express but I also get another page saying page not found I used _blank why does this happen .... Please Evaluate ... Thanks ..


    [Edited by sitemakerusa on 06-07-2002 at 07:31 AM]

  2. #2
    Member
    Join Date
    Sep 2001
    Location
    Málaga, Spain
    Posts
    98
    u either put "_self" (not "_blank"):

    on (release) {
    getURL("mailto:email@email.com", "_self");
    }


    OR nothing in the "window" option:

    on (release) {
    getURL("mailto:email@email.com");
    }


  3. #3
    Senior Member
    Join Date
    Dec 2001
    Posts
    197
    Originally posted by marinacb
    u either put "_self" (not "_blank"):

    on (release) {
    getURL("mailto:email@email.com", "_self");
    }


    OR nothing in the "window" option:

    on (release) {
    getURL("mailto:email@email.com");
    }

    okay I think I tryed that But I'll try again Thanks 4 your Help ..Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center