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 strongm 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: *

  1. mojaffa

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

    Thanks. Why didnt I see the connection to || that I use alot?
  2. 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...
  3. mojaffa

    More Fun With JavaScript....

    Hello Dont like to show off...but I solved the 'impossible' in 574 clicks!! Anyone up for the challenge??
  4. mojaffa

    Javascript to Applet communication

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

    Javascript to Applet communication

    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...
  6. 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(&quot;some text&quot;); and Applet: public void aFunction(String text) { System.out.println(&quot;Applet: got...
  7. mojaffa

    replacing methods

    Yes offcourse, I solved it this morning, believe I was low on coffeine yesterday afternoon :)
  8. 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