Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8734827
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:55:24+00:00 2026-06-13T09:55:24+00:00

this is my situation. I’m writing an webinterface in codeigniter to send commands to

  • 0

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 ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T09:55:25+00:00Added an answer on June 13, 2026 at 9:55 am

    Make a view and copy this in your view:

    <html>
    <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <script src="http://code.jquery.com/jquery-1.8.2.min.js" type="text/javascript"></script>
    </head>
    <body>
    <a href="#" id="myBtn">Click here!</a>
    
    <script type="text/javascript">
      $(document).ready(function(){
         $("#myBtn").click(function(){  
           $.get("http://server.com/TgtSendIRCommand?id=UM-02&code=KEY_UP ");        
         });
      });
    </script>
    </body>
    </html>
    

    Not tested but something as above should do the trick for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider this situation: -- Server: max_allowed_packet = 200MB -- Client: max_allowed_packet = 4MB --
In this situation I have two models, Comment and Score. The relationship is defined
I have this situation: $(#button).toggle(function(){ $(#window).animate({top:'0%'},1000); },function(){ $(#window).animate({top:'-100%'},1000); }); but I need change it
I have this situation: http://jsfiddle.net/bRDgK/3/ In this situation I have a modal dialog with
I came across this situation while migrating our DB from Foxpro to SQL. Below
I have this situation: { float foo[10]; for (int i = 0; i <
I have this situation where I want to display a list of Administration objects
We have this situation: Window Keyboard ^ ^ | / ApplicationWindow so class Window
I ran into this situation today. I have an object which I'm testing for
I have this situation: interface MessageListener { void onMessageReceipt(Message message); } class MessageReceiver {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.