<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff background="">
<DIV><FONT face=Arial size=2>I want to post data from a RunRev application to a 
web page that will manipulate them.<BR>Let's say data1, containing "Hello" and 
data 2 "World"...</FONT></DIV>
<DIV><FONT face=Arial size=2>How do I setup the httpHeaders property and the 
data argument in the post instruction?</FONT></DIV>
<DIV><FONT face=Arial size=2>Where can I find more info about setting up http 
headers for get/post procedures?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><BR><FONT face=Arial size=2><STRONG>on 
mouseUp</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>    put "Hello" into 
data1</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2><STRONG>    put "World" into 
data2<BR>    set the httpHeaders to <FONT 
color=#ff0000>???</FONT><BR>    post <FONT 
color=#ff0000>???</FONT> to URL http://www.mysite.org/php/test.php<BR>end 
mouseUp</STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in adavance to all!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>André Rombauts</FONT></DIV></BODY></HTML>