![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX and Linux Applications Questions involving software not covered by other forum go here. This includes Databases and Middleware. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 10 install doesn't display Network Connectivity prompt page | sarahsi | SUN Solaris | 3 | 08-30-2007 05:44 AM |
| Invoking shell script from html/jsp page | bubeshj | Shell Programming and Scripting | 2 | 06-28-2006 10:53 AM |
| Access shell scripts from HTML page | nhatch | Shell Programming and Scripting | 4 | 03-01-2005 07:48 AM |
| linking unix generated text file to html page | alexd | Shell Programming and Scripting | 1 | 11-13-2002 08:21 AM |
| Unix Manual (man-page) pages in HTML | killerserv | News, Links, Events and Announcements | 1 | 06-25-2002 09:05 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Html web page to Unix Connectivity
Hi All,
I need a basic overview of connecting a HTML web page to Unix I will give a brief of my exact requirement. There will be a front end HTML page - a web page which will have certain buttons. Each button will have certain functionality. For eg: There is a button for Disk Usage. When the user presses that, the back end code should fire df -g /disk command on a AIX server and return the output on the web page itself. Basically, a user should not be needed to login to terminal and fire the command, All he sees is the web page. Any suggestions are welcome |
| Forum Sponsor | ||
|
|
|
||||
|
Writing applications that collect or invoke certain server commands is a pretty tough task - the web resouces can be written in php for example - take a look here, it can be done with .jsp for example, perl/cgi is also suitable.
|
||||
| Google UNIX.COM |