PDA

View Full Version : Submitting Information to a Web Site


Desmond
09-22-2003, 04:04 PM
<HTML><HEAD><TITLE>Submitting Information to a Web Site</TITLE></HEAD><BODY><h3>Submitting Information to a Web Site</h3><b>Document ID: IR10005</b><hr>The information in this article applies to:<ul><li>AutoPlay Media Studio 5.0 Professional Edition</li></ul><hr><h3>SUMMARY</h3><p>This article describes how to submit information to a web site.</p><h3>DISCUSSION</h3><p>AutoPlay Media Studio has a built in function to send data to a website and receive a response: HTTP.Submit.</p><p>To submit information to a website, use the HTTP.Submit action. Please note that you have to develop a server script to accept whatever information you are sending to the web.</p><p>HTTP.Submit takes the response from your server script and stores it in a string.</p><p>One possible implementation of this would be as follows:</p><ol><li>Develop a script that can accept whatever data you wish to pass to it from AutoPlay, and returns some value.</li><li>Use the HTTP.Submit action to submit your data to your script (located on your web server).</li><li>Process the returned string.</li></ol><p>This is a very involved implementation of AutoPlay Media Studio 5.0. You will have to coordinate with your website developer to decide upon an implementation plan.</p><h3>MORE INFORMATION</h3><p>For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:</p><ul> <li><b>Program Reference | Actions | HTTP | HTTP.Submit</b></li></ul><p>KEYWORDS: AutoPlay Media Studio 5.0, Actions, Submit, Web, Internet, Form</p><hr><FONT SIZE=1>Last reviewed: September 22, 2003<br>Copyright © 2003 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br></FONT></BODY></HTML>