http://forums.digitalpoint.com – There is website in my country for sending free SMS but it is portal and it takes a long time to load. I wanted to make site where I will integrate login and form for sending sms. How to do that, when users login to my site, actually login to that portal but stays on my site to send sms? Just give me hints how to do that Here is code LOGIN BOX Code: <form name="asmpform" action="http://webauth.vip.hr/vasmpauth/ProcessLoginServlet"> <label for="UserID">Korisnicko ime:</label> <input name="UserID" class="login_username" id="login_username" type="text" /> <br /> (Programming)

