Problem with Processing Received SMS Messages

Problem with Processing Received SMS Messages SearchSearch
Author Message
zied
New member
Username: Zied

Post Number: 1
Registered: 04-2006
Posted on Thursday, April 13, 2006 - 11:32 am:   

I am using now sms with a SonyEricsson T610 Phone, I wanted to process the received SMS by connecting to a HTTP URL which contain a php page.
The PHP page will save the information of the SMS and open a pop-up javascript window. then it send back some information by an SMS with a javascript pop up with a URL that contain the command to send the SMS (http://127.0.0.1:8800/?PhoneNumber=xxxxxxxx&Text=abc+def+ghi).
The problem is: Only the first (PHP) page is executed, and the popups triggered by that page are not executed. Please can you explain me how to fix this problem, or how to bypass it.
Thanks,
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 5834
Registered: 10-2002
Posted on Tuesday, April 25, 2006 - 03:32 pm:   

Hi,

The URL command is fetched by an automated process.

The automated process will not execute any client side javascript, and you should not expect any pop-ups to be triggered.

The only option would be to redesign the application so that it does not rely on pop-ups.

-bn