I like to use Lynx to browse the web from work, as it makes it non-obvious that I'm browsing the web instead of uhh....working.
(For those who may not know, Lynx is a text-based Unix browser).
Unfortunately when I try to post to the forum using Lynx, I get told that the 'file upload scheme' isn't supported. Do the forums use some kind of non-standard extension to HTTP to allow posting? Why is this? Would it be possible to make the forums more standard, so that they'd work from all browsers, including Lynx?
-Sirp.
(For those who may not know, Lynx is a text-based Unix browser).
Unfortunately when I try to post to the forum using Lynx, I get told that the 'file upload scheme' isn't supported. Do the forums use some kind of non-standard extension to HTTP to allow posting? Why is this? Would it be possible to make the forums more standard, so that they'd work from all browsers, including Lynx?
-Sirp.

) are client-side and will be essentially ignored by lynx or other text browsers, php is a server-side scripting language which simply generates the pages -- it does not interact with the client directly and so poses no problems with regard to browser compatibility. If there is a problem it would be because of form submission; either a method Lynx fails to understand or some kind of javascript sanity-check that lynx will not process. Since I've never done so before, I'm attempting to post this message under Lynx...