| Next in your
stores no frame template add a specially formated link
that will point to and read the file we wish to add.
This link uses a special
page called WsExtPage.asp and the file you wish
to be read will be indicated in a query peramiter.
To create a text link for
the above testpage.htm file construct your link as such:
< a href
="WsExtPage.asp?Page=testpage.htm">Test
External< /a >
WsExtPage.asp
- This is
the file that will do all of the work of reading the
file.
?Page=testpage.htm - tells
the WsExtPage.asp file to read in the file after the
?Page=
When a customer clicks
that link in the store the testpage.htm will be read by
the store and used in the %CONTENT% code. |