 Knowledge Article 0401:
I want to launch my SellFolio from my website, but in a new window
_________________________________________________
Explanation 1
These instructions explain how to launch your SellFolio project from
an existing page on your website, so that your SellFolio launches in
a new window "on-top" of the existing window.
Solution 1
Know the location on your webserver where your
sellfolio.html file resides. Let's say that it resides
in a subfolder from your web root, called "mysellfoliofolder":
<webroot_folder>
<-this is your web root, where your launching page resides
mysellfoliofolder
<-this is where your sellfolio.html
file resides
images
In your launching page, place the following code (replace parts of
it as they pertain to your website structure):
<a target="_blank" href="mysellfoliofolder/sellfolio.html">Launch
My SellFolio</a>
The code, target="_blank", instructs
the web browser to open a new window with your SellFolio project.
NOTE: Not all web browsers support the ability to launch a new
window.
<< Go
back to Support page
|