-
Don't use "_" in form field names
I discovered that the UP simulator I was using is very forgiving regarding
"_" in form field names. But when I ran the page on an actual web phone,
it wouldn't compile. Unfortunately, there was no descriptive error message,
and it took hours before I found that the offensive code was:
<go href="wml_retailer_profile.asp" method="post">
<postfield name="prod_type" value="$(prod_type)"/>
</go>
I changed it to:
<go href="wml_retailer_profile.asp" method="post">
<postfield name="prodtype" value="$(prodtype)"/>
</go>
...and lived happily ever after
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|