EFFS-HTTP Functioncall

Discussion to talk about software related topics only.
Post Reply
drdoug
Posts: 4
Joined: Sun Nov 23, 2008 12:50 pm

EFFS-HTTP Functioncall

Post 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.
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: EFFS-HTTP Functioncall

Post 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.
thomastaranowski
Posts: 82
Joined: Sun May 11, 2008 2:17 pm
Location: Los Angeles, CA
Contact:

Re: EFFS-HTTP Functioncall

Post 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.
drdoug
Posts: 4
Joined: Sun Nov 23, 2008 12:50 pm

Re: EFFS-HTTP Functioncall

Post 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)?
drdoug
Posts: 4
Joined: Sun Nov 23, 2008 12:50 pm

Re: EFFS-HTTP Functioncall

Post 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:
Post Reply