Jump to content

cpunk7

Members
  • Posts

    3
  • Joined

  • Last visited

cpunk7's Achievements

Newbie

Newbie (1/4)

0

Reputation

  1. I'm using Web Server Application Version from 22/04/09
  2. I'm using a v130 and setting up some pages with the advanced web server. I can access some of my pages, but others seem to get cut off. I'm running them through the compiler and it's outputting files, there is confirmation dialog and when I compare the before and after in notepad they appear identical. Does the compiler work in windows 7 professional 64 bit SP0? I tried it in an equivalent computer with sp1 and it didn't fix the problem either. example of my problem: I have an htm file that just lists all the operands I'm using and their status. It displays the status of the operands but the last few lines of text are cut off. The html code is fine when checked locally, but when I load it on the sd card and view it through the webserver it cuts off a few lines of text on the bottom. When I view the source code after it's loaded the code is missing. I'm assuming the compiler isn't working and it's not reading the last bits correctly. Am I right to assume the files aren't being compiled correctly? The html is really basic <html> <body> text [MB10,OFF,ON] </body> </html> kind of code
  3. I'm looking for a way to use a slider button, similar to an iphone toggle switch, to toggle input to an operand and display the current state (ON/OFF). I'm using css for the slider and it resets on every refresh. Is there a way with javascript or jquery to set the refresh rate to make it closer to realtime and to use GET to have the slider always display the current value? I've attached my start.htm and the css for the switch Thanks for any help! I know I can use html and the info in the example file to accomplish these tasks, but I'd like something more concise and neater looking. Start.htm Toggle.css
×
×
  • Create New...