you have to use java applets.. it only took me 2 hours to get java wired and roll what i wanted. i downloaded JDK 1.2.2 (oldie but goodie) from sun, start with...
Finnaly a kind sole to answer, Thanks! Crap, java huh... i wanted to use flash. oh well..... Question, why did you use JDK 1.2.2 and not the latest release ? ...
Probably because http is stateless (eg, all of nothing i believe?) You could have your text-box in a seperat frame and do a meta-refresh every two seconds :) ...
Thank you, will give it a try. Now that I am digging into this whole aspect of micro controller web servers and web pages. it seems VERY weird to me that this...
i chose a legacy version of JDK to ensure web browsers/operating systems would all recognize and support the generated classfiles. i have a web page that has...
Hello. As already mentioned, we do dynamic refresh , by having the line bellow as part of the HTML <HEAD> section <meta http-equiv="refresh" content="10"> This...
Yes, thank you Mr. Koper. for the tip. This is the only method I know how to do it. However, in my original post I stated that I do not want to accomplish a...
Hello Jim. In case you know of any simple way on how to refresh the page without running any Java or Java Applets, then I will be happy to hear about it. We...
I dont know of a simple way, that is what my quest is for. I am with you that I do not want to have the customer install anything on their PC. this whole...
From reading some of this I think you want to have a browser automatically or routinely update a page. We do that here in our product, twice, actually, on the...
have your tried something like this: <HTML> <HEAD> <TITLE>Refresh this page in 2 seconds</TITLE> <META HTTP-EQUIV="Refresh" CONTENT="2"> </HEAD> <BODY> Refresh...
Thanks AL! Ok, Java script it is. I will get a book tonight. ... Yes, I was wondering why I could not have the NetBurner just PUSH some string data to a...
Yes, that is how I am doing it now. I would rather not do a full page refresh but rather update certain fields. ... <no_reply@y...> ... so ... one ... to ... ...
How can I change the MAC address on a MOD5282? A coworker changed it somehow, but he changed it to the wrong address, so I need to change it back to the right...
As far as I know this is only allowed to be changed in the bootloader, and only on the first run after initail flashing. I get access to this after using my...
I am currently running the netburner IDE toolset for the sb72ex and the netsilicon net+os toolset v6.0e on seperate computers. Both use the cygwin tools. Is...
I am a new user. I just tried some of the sample programs from the NNDK Programmers Guide and ran them succesffully using the debug serial port on the ...
Getting a very strange error. The code where the error occurred is identified as OSTimeTick! I've never seen this before. I recently upgraded to 1.98 RC3. Any...
Hello, Do you have an IPL7 interrupt occurring? This is the only time I've seen this happen. The kernel sets the ColdFire processor's SR mask to level 7 to ...
Thanks for your response! Turns out it was a stack overflow condition. Oddly, it had very strange symptoms. I couldn't even download the .S19 to one of my ...
I haven't used the 5282 yet, but am planning to do so, but I have worked with LAN drivers quite a bit. Usually the MAC address is stored in flash and the...
Hi, OK, send me more details.. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
I am running NetBurner Dev-C++ 1.13. When I select the menu item Tools->GDB Insight, a DOS box (black box) pops up for a few milliseconds then it dissappears,...
I installed 1.98 RC3 a couple weeks ago. i have noticed that when i add / change files in the "HTML" folder and then in the editor i right click on the HTML...
the problem I see quite often is that I will make a change to a .h file and the make says nothing to do, so I have to do a make clean to get it to work. But ...
Hi All, I'm programming on the MOD5270. Is there a function (or method) I could use that can "preread" a socket to see if there's data ready to be read and how...
I am trying out the PWM function on the 5213. I would like to drive pin 27 which is PWM3. Here is my code. The pin goes to what appears to be a trystate...