Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by awj100

  1. awj100

    Request.Form not working from WML

    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">...
  2. awj100

    Request.Form not working from WML

    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")...
  3. awj100

    Request.Form not working from WML

    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...

Part and Inventory Search

Back
Top