The post fields come from this page:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="playbackDandT" title="<%Response.Write Session("Username")%>">
<p align="center">...
Thanks for those pointers Sheco, but still nothing.
Here's the code for the whole page:
<%
Dim RequestQ
Set RequestQ = Server.CreateObject("MQweb.Postbox")
RequestQ.MQLabel "Test"
RequestQ.StreamType("playback") 'Hardcoded test value
RequestQ.DateFrom Request.Form("DateFrom")...
I'm trying to POST information from a WML page to a page called Engine.asp which extracts the information (Request.Form("....")) and sets the property of an ActiveX EXE with it.
For example, the following POST string is produced from the page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.