@jimnelso There are 2 methods.
method-1) Explicit Export Method –
1) From Design Center select the startup page of your app
2) choose File > Export > Export as HTML
3) specify the directory to export to followed by OK
– you can then modify and upload the exported HTML content
method-2) Implicit Export Method –
1) From Design Center select the startup page of your app
2) Select Run in Test Center (the green arrow button)
– This process exports your webapp design as HTML. The exported code can be found in a subdirectory next next to the main design file (.mobi).
For example if your design is named foo.mobi then the Run In Test Center will create a subdirectory named foo_export as shown below:
C:\mobiledev\foo.mobi
C:\mobiledev\foo_export\<html here>
Wayne
Genuitec Mobile Team