A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: loadvars.send help

  1. #1
    Junior Member
    Join Date
    Nov 2001
    Posts
    10

    loadvars.send help

    Okay here is my actionscript
    Code:
    stop();
    myVars = new LoadVars(); 
    login.onRelease = function(){
    	myVars.nname = nick;
    	myVars.send( "http://localhost/test.php", "_blank" , "POST" );
    }
    All the test.php does is write what is sent to a .txt file.
    When the vars are sent though it opens a new window - I know this is because of the "_blank".
    But I don't want it to open a new window. What should I do??
    Thanks.

  2. #2
    Registered User
    Join Date
    Feb 2001
    Posts
    13,039
    Hi,

    use sendandload instead of send

    Musicman

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