Could someone please help me understand how this works...
Defined in a header file:
#define ETHCTRL (*(IORegExt8)(IOBASE + 0))
#define ETHWRITE (*(IORegExt8)(IOBASE + 1))
And in the program:
ETHCTRL = R_CR | R_NONE;
ETHWRITE = 0x00;
ETHCTRL = R_CR | (R_WR_OE & R_IOWR);
I know it sets...
no, couldnt get that to work. Have u got it working?
however I have solved it in another way: using one javascript in each frame and with the help of mayscript, like:
some of the Form_frame:
function sendIt()
{
var theText=document.theForm.theName.value...
Im using a form to get the string. I want this string to be available to the applet when the user clicks on submit.
I havent used ASP before. First of all, where do I put the <%...%> code? Im also having the form and the javascript in one frame and the applet in another, makes it somewhat more...
Hi
Im trying to pass a String from a javascript function to an Applet.
I cant figure out why it does not work..
It looks like this:
Script:
document.theApplet.aFunction("some text");
and Applet:
public void aFunction(String text)
{
System.out.println("Applet: got...
Hi
Im working with the Zilog ez80 embedded webserver and have a problem.
The following is an extract from theez80 programmers reference manual:
-----------------------------------------------------------------------
The first parameter of the http_init function is http_defmethods, which is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.