Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mojaffa
  • Content: Threads
  • Order by date
  1. mojaffa

    Newbie question about the "¦" sign and some more.

    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...
  2. mojaffa

    Javascript to Applet communication

    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...
  3. mojaffa

    replacing methods

    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...

Part and Inventory Search

Back
Top