HTML anchor links-Netplug app

Now this is a strage problem that i have come across.
I made some new web pages say for example: hello.htm , and stored it on the sd card of the bolt device.
I added some code like this to my index.htm page:

  1. a href="/hello.htm"> Click Me <a
  2. a href=“hello.htm”> Click Me <a

and it worked perfectly fine on the laptop but when i tried it on the netplug app, it couldn’t find/load the ‘hello.htm’ page. How do i make it work?

Hi,
Please refer this thread Problem related my project
You have to use /serveFile?filename before the html link.
For example
<a href="/serveFile?filename=hello.htm"> Click Me <a>