|
Launching Website
Launching a website in a normal browser window:
If you click on a hyperlink such as <A href="http://www.discstarter.com" target="_new">Click here!</A> inside your menu and if you have selected the option "Use Discstarter also for popup windows" (see chapter "General") the website is not shown in a normal browser window but in a new Discstarter window. The disadvantage of this is that you do not have the normal browser controls available such as forward and backward buttons etc. This makes navigating the website a bit difficult.
To get rid of this problem you can either deactivate the "Use Discstarter also for popup windows" feature from the "General" section or you add the following attribute to the A-Tag of the link that launches the external website: target="_browser" This will have the effect that the website is shown in a normal browser window and not in a Discstarter browser window.
Please take also into consideration that hyperlinks to other file types (e.g. EXE, PDF, etc.) are being executed directly as well, if the target attribute is set to "_browser" and the corresponding file extension is in the the list of executable file extensions.
|