sending an url but staying on the same page ( php, codeigniter, javascript )

Posted by user1776815 on Stack Overflow See other posts from Stack Overflow or by user1776815
Published on 2012-10-26T10:42:27Z Indexed on 2012/10/26 11:01 UTC
Read the original article Hit count: 112

Filed under:

this is my situation. I'm writing an webinterface in codeigniter to send commands to a virtual server. these commands are passed through the browser in an url.

example : http://server.com/TgtSendIRCommand?id=UM-02&code=KEY_UP this server then takes action and the web interface refreshes the screenshot.

i just want to have a bunch of links in html that send this command to the browser. But if i click the links, the user has to stay on the same page. So the command is sended but there is no other interaction.

i am using codeigniter.

Any suggestions ?

© Stack Overflow or respective owner

Related posts about codeigniter