Re: CGI help
- Posted by GeorgeWalters Jul 20, 2009
- 2085 views
euphoric said...
GeorgeWalters said...
<a onClick="return chkDblClick();" href="/cgi/cgitest.exw">
I assume this is on a page found at localhost... Try removing the first slash (before "cgi") from the href parameter, so it becomes:
href="cgi/cgitest.exw"
I did that, and now windows asks me if I want to open the file. If I open it, windows sends it to crimson editor. I'm apparently missing a setup somewhere.