Script2EXE Home How to Use Interface Buy Support Site Home

How to create dynamic HTML pages


Understand the URL Patterns

Script2EXE has two URL patterns: "/resource/x" and "/script/x?y&z". The URL of the default page of your application is "/resource/".

With the "resource" pattern, "x" is the name of a resource, "abc.gif" for example.

With the "script" pattern, "x" is the name of a script resource, "dyna.js" for example, "y" is the function name and "z" is the parameter to be passed to "y".

An Example
How to Build This Sample