I am currently developing a web app for Series 40 using the Nokia Web Tools application. When I click the Local Preview to run my web app, everything works exactly as it should. However, when I try to test my app using the Cloud Preview, while the first page of my web app opens, clicking the button to submit my form does nothing.
I am new to developing on this platform, I assume it's perfectly ok post a form with an action which points to another html file in the same wgt app (see below code)?
Assuming that my code is ok, can anyone else propose a solution to my problem?Code:<form id="form" method="get" action="calculate.html">
Regards,
grift.

Reply With Quote


