Finally I have my script working and its giving the desired HTML output what I wanted. The output is as below
DB<1> <html><head><title>Sysmon Database</title> </head><body><form method="post" action="/testapi.cgi" > <select name="apps"> <option value="Landscape">Landscape</option> <option value="Phhorce">Phhorce</option> </select> <input type="hidden" name="rm" value="mode2" /><input type="submit" name=".submit" /> </form></body></html>Debugged program terminated. Use q to quit or R to restart, use O inhibit_exit to avoid stopping after program termination, h q, h R or h O to get additional info. DB<1> q When I call this script from my web url, I get the error as below. Does anyone have an idea as what could be the reason?? Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [EMAIL PROTECTED] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. ---------------------------------------------------------------------------- ---- Apache/1.3.20 Server at w-dev-2171a.mortgagesvcs.com Port 80 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
