Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Send data to html page without opening 1

Status
Not open for further replies.

millzy7

Programmer
Dec 9, 2003
96
US
Hi

I'm trying to use clickatell to send an sms text message to my mobile when somebody opens my home page. But I dont want the user to know the message is being sent. This is the code that clickatell gave me to send an sms message through their gateway. But this opens a new page, I would prefer this not to happen.

<a href = &quot; &user=username&password=pwd&to=[Mobile Number]&text= Message &from=Sender&quot;></a>

If you know how to send the same information to them without the <a href> tag being used could you let me know.

Thanks
 
Try creating an iframe on your site and giving it that address as the src. You could probably even make the iframe extremely small or even use styles to set its display to none so visitors won't see it.

Kevin
A+, Network+, MCP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top