<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>MQX Software SolutionsのトピックExecute .html pages without opening it on browser</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419970#M13949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on wen_hvac demo with codewarrior v10.6 and of mqx v4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The demo is working fine. But What my requirement is, I want to Execute .html page through C code that is without opening html page on PC browser. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that &lt;STRONG&gt;mktfs.bat&lt;/STRONG&gt; (window batch file) is converting html page into binary. But how can I execute,&amp;nbsp; I mean trigger or start&amp;nbsp; the code in tfs_data.c?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inshort I do not want to open my PC but want to execute the code of html.. How it is possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Utsavi Bharuchwala&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Sep 2015 10:19:09 GMT</pubDate>
    <dc:creator>utsavikalpesh</dc:creator>
    <dc:date>2015-09-29T10:19:09Z</dc:date>
    <item>
      <title>Execute .html pages without opening it on browser</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419970#M13949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on wen_hvac demo with codewarrior v10.6 and of mqx v4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The demo is working fine. But What my requirement is, I want to Execute .html page through C code that is without opening html page on PC browser. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that &lt;STRONG&gt;mktfs.bat&lt;/STRONG&gt; (window batch file) is converting html page into binary. But how can I execute,&amp;nbsp; I mean trigger or start&amp;nbsp; the code in tfs_data.c?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inshort I do not want to open my PC but want to execute the code of html.. How it is possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Utsavi Bharuchwala&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 10:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419970#M13949</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2015-09-29T10:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .html pages without opening it on browser</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419971#M13950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Utsavi Bharuchwala:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can write this in the command windows :&amp;nbsp; mktfs.exe WEB_PAGES tfs_data.c&lt;/P&gt;&lt;P&gt;The WEB_PAGES is a folder but we must write the direcotry and not the folder name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419971#M13950</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2015-09-29T15:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .html pages without opening it on browser</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419972#M13951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easier way is to copy the mktfs.exe file to the same folder were you are storing the HTML folder. For instance, create in C:\ the HTML folder and copy there your HTLM file. Then Copy the mktfs.exe to c:\ to finally execute this:&lt;/P&gt;&lt;P&gt;mktfs.exe HTML&lt;/P&gt;&lt;P&gt;This will generate the tfs_data.c file which should be included in your CodeWarrior project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 15:33:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419972#M13951</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2015-09-29T15:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .html pages without opening it on browser</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419973#M13952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for providing information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my project I have a web page on remote drive and I want to access it&lt;/P&gt;&lt;P&gt;through my TWR-K60D100M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now problem is there is no PC available,&amp;nbsp; but module and drive are&lt;/P&gt;&lt;P&gt;connected in LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say in .html file on &lt;STRONG&gt;"OnLoad Event"&lt;/STRONG&gt; I tried to call some Javascript&lt;/P&gt;&lt;P&gt;snnipate. Now query is without loading .html page on browaer how can I call&lt;/P&gt;&lt;P&gt;Javascript snnipte....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So without PC browser can tfs_data.c call the *onLoad Event *?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me infrom.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Utsavi Bharuchwala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Tue, Sep 29, 2015 at 9:04 PM, danielchen@fsl &amp;lt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 07:29:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419973#M13952</guid>
      <dc:creator>utsavikalpesh</dc:creator>
      <dc:date>2015-09-30T07:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Execute .html pages without opening it on browser</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419974#M13953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a syntax question on building the html files within the filesystem/web of the HTTPS server example.&lt;/P&gt;&lt;P&gt;To create the tfs_data.c file from the specific folder filesystem/web what is the command syntax?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 12:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Execute-html-pages-without-opening-it-on-browser/m-p/419974#M13953</guid>
      <dc:creator>davidsa</dc:creator>
      <dc:date>2015-10-22T12:46:17Z</dc:date>
    </item>
  </channel>
</rss>

