Hi All

I've got a simple form page on my WAP/XHTML site. The rest of the site
renders and works fine, problem is that the submit button does not
work on my Nokia 6600. It does seem to work however, on my mate's sony
eric t700!!
Here's the code - i can't see where i'm going wrong on this one.

Cheers

Alex

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html>
<head>
<title>Ringtones</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>

<p class="header"><img src="img/banner.gif" width="128" height="30"
alt="logo" /></p>
<p class="main">Select a ringtone from the list, each cost just £1.50.
You will be sent a link to the ringtone which will be downloaded
automatically. You will be charged when you submit your phone number
and hit buy.</p>
<p class="main">
<form name="ringtone" action="../../marvin/download3p.asp"
method="post">
<input type="hidden" title="" format="" name="url"
value="../club1830/index.asp?file=download" />
<input type="hidden" title="" format="" name="ctype" value="pr" />
Your number:<br />
<input type="text" title="" format="*N" name="msisdn" value="" /><br
/>
Your phone make:<br />
<select name="pmake"><option value="1">Nokia</option><option
value="2">Samsung</option><option
value="3">Motorola/Siemens</option><option
value="4">Ericsson</option><option value="6">Philips</option><option
value="8">Sharp</option><option
value="9">Panasonic</option></select><br />
Ringtone:<br />
<select name="cid"><option value="42389">Make it easy
(Shystie)</option><option value="42376">Galang
(Mia)</option></select><br />
<input type="submit" value="Buy!" title="Buy!" /></form>
</p>
<p class="footer" align="right"><a href="index.asp?file=download"
class="footer">back</a> | <a href="index.asp"
class="footer">home</a></p><p class="header"><img src="img/banner.gif"
width="128" height="30" alt="logo" /></p>

</body>
</html>



See More: nokia 6600 not submitting XHTML form