How to open new browser window?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2009 01:22 PM
Hi I have to create a business rule that runs after the user updates a ticket. Is there any way to open a new window and take the user to a url (say google)?
I tried window.open(url) and it does not work
Any ideas?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2009 01:52 PM
Greetings Martin,
Business rules are pieces of code that get executed on the server side. I guess that you could implement the window.open on client scripts. I suggest create an onload script that calls the windo.open