Author Topic: Web "Admin" page demo  (Read 9241 times)

Offline paulk

  • Newbie
  • *
  • Posts: 45
    • View Profile
Web "Admin" page demo
« on: October 30, 2009, 10:43:53 PM »
Just FYI (thought it might help someone),

When going through the tutorial for the LM3Sxxxx (using 6965 eval board), I found that the "Admin" page wasn't working (ie: changing the values, and pressing "Do Action" did nothing.

It turns out that the Kadmin.htm page is missing the <form> tag for the action form.  I uploaded the Kadmin.htm page from this page: http://www.utasker.com/SW_Demos.html, and it works.

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: Web "Admin" page demo
« Reply #1 on: October 31, 2009, 05:30:42 PM »
Hi Paul

Thanks for reporting this error. I could confirm it and made the necessary correction ready for the next release.

This page is a bit special since it is only a few bytes short (in size) of the 2k file limit which was set for it in the demo project. For this reason most white space has also been removed from the HTML file to save space and the error probably crept in there.

To add the missing <form> I had to delete a small amount of less important formatting. In case you would like to use the file that I edited it is attached.

Regards

Mark