|
Ok, so I have a site that is hosted by a 3rd party. It's a private business site. On this site is support information for Customer support representatives. This site uses PHP, JS, standard HTML and iframes.
What I want to do is have a placeholder or equivalent that can show one of three images, based upon the status of an another GPRS server - this status can be set manually by a specific department. Essentially, if the server was ok, you would see a green light graphic, if the server is tentative you would see a yellow light graphic and if down, you would see a red light graphic.
The status, as I stated earlier, will be manually set by a department. I'm hoping that I can host an HTML or JS form that can be changed via drop-down menu to select the server status (one of three options) and then this site will read the setting and display one of the three graphic images.
I'm doing some research on how to go about this, but if anyone has some experience on the best way to accomplish this, I would love to hear from you. I'm great with HTML, Ok with PHP and JS, but I can learn.
Thanks in advance,
JC
|