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.
EFFS-HTTP Functioncall
Re: EFFS-HTTP Functioncall
I think FUNCTIONCALL only works with code compiled in the application. Other than compile time, there is no way to link the functions.
-
- Posts: 82
- Joined: Sun May 11, 2008 2:17 pm
- Location: Los Angeles, CA
- Contact:
Re: EFFS-HTTP Functioncall
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
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)?
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
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.