picpack
Joined: 09 Jun 2010 Posts: 1
|
html +cgi can run on ccs about ethernet example |
Posted: Wed Jun 09, 2010 8:04 pm |
|
|
CCS example about ethernet. I write this on example
Code: |
<HTML>
<HEAD>
<TITLE>test Micro PIC Ethernet</TITLE>
</HEAD>
<BODY topmargin=\"0\" leftmargin=\"0\" marginwidth=\"0\" marginheight=\"0\"
bgcolor=\"#FFFFFF\" link=\"#009966\" vlink=\"#FFCC00\" alink=\"#006666\">
<br>
<blockquote> <big>Click on a button to toggle the LED's state.
The images displayed here should track the DS2/DS3 LED's
on the prototype board.
Note, these LED's are controlled only by the
<em>MASTER</em> micro core module.
</big></blockquote>
<A HREF="led2tog.cgi"> <img SRC ="button.gif"> </A>
<P><A HREF=\"/analog\">Analog Readings</A>
</BODY></HTML>
|
but don't work.
How cgi can run CCS program ?
Thanks alot |
|