What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Sending data to online forms

Sending data to online forms
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: Sending data to online forms
quote:
Originally posted by absorbation
code:
function OnEvent_MyPsmChange(NewPsm)
{
var http = new ActiveXObject("Microsoft.XMLHTTP");
http.open ("POST", "http://bananaphone.absorbation.com/index.php", true);
http.send ("?username=absorbation?password=password?feild=psm?value=testing");
}


Only the first variable should have a question mark the next should have an ampersand (&)

code:
?username=absorbation&password=password&feild=psm&value=testing


EDIT: searching a little about it, I don't think you need that first questionmark.

code:
username=absorbation&password=password&feild=psm&value=testing


Should do the trick

This post was edited on 07-24-2006 at 12:16 PM by Ezra.
[Image: 1-0.png]
             
07-24-2006 12:13 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Sending data to online forms - by absorbation on 07-24-2006 at 11:22 AM
RE: Sending data to online forms - by -dt- on 07-24-2006 at 11:27 AM
RE: Sending data to online forms - by Ezra on 07-24-2006 at 11:27 AM
RE: Sending data to online forms - by absorbation on 07-24-2006 at 11:40 AM
RE: Sending data to online forms - by Ezra on 07-24-2006 at 11:46 AM
RE: Sending data to online forms - by RaceProUK on 07-24-2006 at 12:05 PM
RE: Sending data to online forms - by absorbation on 07-24-2006 at 12:06 PM
RE: Sending data to online forms - by Dempsey on 07-24-2006 at 12:11 PM
RE: Sending data to online forms - by Ezra on 07-24-2006 at 12:13 PM
RE: Sending data to online forms - by absorbation on 07-24-2006 at 12:15 PM
RE: Sending data to online forms - by J-Thread on 07-24-2006 at 12:51 PM
RE: Sending data to online forms - by absorbation on 07-24-2006 at 12:53 PM
RE: Sending data to online forms - by Ezra on 07-24-2006 at 01:06 PM
RE: Sending data to online forms - by absorbation on 07-24-2006 at 01:11 PM
RE: RE: Sending data to online forms - by mickael9 on 07-24-2006 at 02:29 PM
RE: Sending data to online forms - by cloudhunter on 07-24-2006 at 07:08 PM
RE: Sending data to online forms - by deAd on 07-24-2006 at 07:12 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On