mcf51cn128 cgi

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

mcf51cn128 cgi

1,110 次查看
jarquin
Contributor I

Hi I'm new in this forum so I bought the mcf51cn.

I'm doing an application and I need to implement a CGI

so I need to know where I can put my cgi for calling and execute it from a web page

because I'm executing a couple of tasks but I require that another task starts when I make an interrupt from the webpage.

 

when I use Apache I just save my cgi in the following directory .../cgi-bin/ and I call it just with a link form another HTML page inside /cgi-bin/

 

<a href='./something'>something</a>

where ./something is my executable

but I don't know where I could put my cgi in the codewarrior ide

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

884 次查看
J2MEJediMaster
Specialist I

It' is hard to help when I do not know what version of CodeWarrior you are using. In the Classic IDE, there is a settings panel for executing object prior to linking or afterwards, if memory serves. It may only handle .bat files and not .cgi files, though.

 

---Tom

0 项奖励
回复