Home
The Toolkit for Online Communities
15939 Community Members, 0 members online, 2380 visitors today
Log In Register

Forum OpenACS Q&A: Re: How can I redirect in a new window

OpenACS Home : Forums : OpenACS Q&A : Re: How can I redirect in a new window : One Message

+
Posted by Nis Jørgensen on
Short answer: No. The user has just opened a link in a browser window, and the document you send them will be displayed in that window always

You will need to open the new window from the link - either using <a href="foobar" target="_blank"> (good) or javascript (bad).