Well, you are getting just what you'd expect from the clients
whose browser is working. I can only think to test it with some hidden
postargs to see if text fields are working - maybe change it to a get
and get the clients to test it on some different machines to see if
the can see the fields actually being passed to the server - i dunno,
have to try some form of diagnosis on this one
Garth
I am having a strange problem. I am sending an html email message which contains a form such as:
<form method=post action="http://thetangoserver/tangoapp.taf>
<input name="vote1" type="radio" class="listing" value="0" checked>
<input name="vote1" type="radio" class="listing" value="2">
<input name="vote1" type="radio" class="listing" value="3">
<input name="submit" type="submit" id="submit" value="sign me up">
All clients are running Outlook XP and IE6. Some clients work correctly and the Witango server receives the value of vote1 correctly. On others it does not. It just does not appear possible, but I turned debugging on and noticed the clients that work, on the server I get "submit=sign me up vote1=1 vote2=1 Total Length of Postargs: 33" and on the clients that do not work there are obviously no postargs.
Can anyone enlighten me as to what is going on here
Trevor Green
--
