Demo 12: PacMan     |     home
Step 1   |   Step 2   |   Step 3   |   Step 4   |   Step 5   |   Step 6

Step 6
We're almost there!

Only thing left is to create a link to run the program.

One of the files included in the list of files extracted was named 'pac.html'
All we need to do is to create a link to this file.
But where is this file located????

If you remember, we loaded all the files into the container page,
and the container page name was "Resource-87"

So in my case, here is what I will use for my link:
http://www.csbsupport.com/demo12/Resource-87/pac.html" target="_blank

(The " target="_blank forces a new browser window to open)

Want to try it???