hello, this is my 1st post..
i have created free sms service using html for my website.
And now i want to make its java app for mobile phones.
Following r the screens when app is started
1st screen:
when app is launched, it should compulsory send message to certain no. eg start sms to 9219592195
this should only be done for 1st time..
2nd screen:
heres the form in html that i wanted to be in java app
<form method="get" action="http://www.aswinanand.com/sendsms.php"><p><span style="color: rgb(0, 128, 128);"></span></p><p><span style="color: rgb(0, 128, 128);"><span style="font-size: large;">
<label>Username: <input type="text" size="20" name="uid" /></label><br />
(your way2sms login phone number without 0 or +91 )<br /><br /><label>Password: <input type="password" size="20" name="pwd" /></label><br /><br /><label>Send to: <input type="text" size="20" name="phone" /></label><br />
(seperate 10-digit mobile numbers by semicolon ';')<br /><br /><label>Message :<input type="text" maxlength="140" style="width: 100px; height: 30px;" name="msg" /></label></span><br /><br /><label>SEND<input type="submit" /></label></span></p></form>
u can visit my website to see how the form should be
http://krazzycampus.hpage.com/
plz help