|
Opening a new window using HTML with target="_blank"
If you want to open a full featured browser (one identical to the one the web site visitor is currently using). This is accomplished via HTML and is done by appending target="_blank" inside the link. Opening this type of new browser you have no control over the size, attributes, or location of where it will open. If you need to open a new window of a certain size, at a certain location on the screen, without the location bar, menu bar, status bar, etc, or if you only need one or more of these functions in the new window you need to open the window with JavaScript (Read about JavaScript popup windows)
To open a new window using html with Fusion 7 and newer versions is a simple process:
Click here for an example of a link opened with HTML using target="_blank"
Full featured HTML new windows are good for linking to external web sites where the visitor needs their browser controls (tool bar, menu bar, location bar etc.). All external links on this web site are of this type.
Did you find this tutorial useful? Do you want to keep this resource online? Make a donation to keep gotFusion alive
This page was written by and is maintained by turtle
|
|