Page 1 of 1

EFFS-HTTP Functioncall

Posted: Fri Dec 12, 2008 12:55 pm
by drdoug
I'm a newb so I apologize for stupid questions but, can I do a functioncall from .htm files loaded on an SD card?
I could get the functioncall to work on the index.htm file that is called when no card is installed but not off the index.htm that I put on the SD card.

Re: EFFS-HTTP Functioncall

Posted: Fri Dec 12, 2008 4:15 pm
by rnixon
I think FUNCTIONCALL only works with code compiled in the application. Other than compile time, there is no way to link the functions.

Re: EFFS-HTTP Functioncall

Posted: Fri Dec 12, 2008 4:36 pm
by thomastaranowski
rnixon is correct. You might want to look at using an Ajax approach (http://www.netburner.com/support/techni ... eb_content) to do the required updates. You will still need a stub .htm file that gets compiled into your application, though.

Re: EFFS-HTTP Functioncall

Posted: Fri Dec 12, 2008 9:47 pm
by drdoug
Thanks for the replies.

Will I be able to take data off the SD card and process it into my compiled .htm file (ie display a data log)?

Re: EFFS-HTTP Functioncall

Posted: Sat Dec 13, 2008 2:53 pm
by drdoug
OK so I just found my answer(s) in the EFFS programmers guide. There is a lot of info to work through! I didn't know that guide was there. Sorry. :oops: