Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hii all can anybody help me out.i am trying to send sms by hitting a url.now i want that after getting redirected to that url user can come back to the same page.
Posted

1 solution

i am trying to send sms by hitting a url.now i want that after getting redirected to that url user can come back to the same page.
If you are totally directing to a different website(url fully changed) then as long as there is no trigger/code to direct back at other website, you cannot.

Instead, I would suggest to put a iFrame in your application on the page. Take the user to other website in that iframe. This would give you flexibility to handle everything in your website itself.
 
Share this answer
 
Comments
Ashishmau 12-May-11 8:07am    
perfect 5++
Sandeep Mewara 12-May-11 9:47am    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900