Hi,
I've designed a html web page GUI, with buttons that invoke C
executables to control GPIO on my ts-7260. This works very nice.
After the C executable is complete, the web page GUI changes to a
blank page. The brouser's url is, for example, 192.168.0.50/cgi-
bin/button.cgi?
The html form method is GET, where I pass parameters from the GUI to
the C executable via the environment variable QUERY_STRING. This again
happens from the button push, and the form action="button.cgi" The
button.cgi has a standard header, as: printf("Context-type:
text/plain\n\n"). It then does its GPIO operations, and returns 0;
Button.cgi is not meant to send anything back to the GUI.
Is there a way to keep the web page GUI from switching to blank after
pushing the button?
Any help is appreciated...if you need more info, let me know.
Thanks,
Steve
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|