Your Ad Here

HTML & Javascript Way2Sms Api.....

This is the thing.... I Have only used html and javascript 2 authenticate the way2sms servers . Actually the whole thing is due to ubaid.tk servers which have been configured by me . you can send the sms from ur website to any mobile . Here is the code enjoy...
<html>
<head>
<title>HTML Sms Api By great 'Vaibhav Maheshwari' </title>
<script type="text/javascript">
function loadIframe(iframeName, url) {
if ( window.frames[iframeName] ) {
window.frames[iframeName].location = url;
return false;
}
return true;
}
</script>
<style type ="text/css">
iframe{
visiblity:hidden;
}
</style>
</head>
<body>
<a href="http://ubaid.tk/sms/sms.aspx?uid=ur_mobile_no&pwd=ur_mobile_password&msg=ur_message&phone=to_whom_u_wannasend_to&provider=way2sms" onclick="return loadIframe('ifrm', this.href)" >Send Sms</a>
</form>
<iframe style="visibility:hidden;" name="ifrm" id="ifrm" style="visiblity:hidden;" frameborder="1">Your browser doesn't support iframes.</iframe>
</body>
</html>
Just Replace the details in this section of your html file. 'uid=ur_mobile_no&pwd=ur_mobile_password&msg=ur_message&phone=to_whom_u_wannasend_to;' . I hope u like the code . Will be posting ...

1 comments:

Shivangi Rathore said...

Get multiple Bulk SMS API on our platform Msgclub. Some of the widely use APIs are HTTP, JAVA ,XML and JSON.

Post a Comment