I have a pdf containing a dropdown in it. This pdf is displayed on browser. On selecting any value from the dropdown I need to redirect the browser to http://www.google.com. I have used iTextSharp for this.
The code written for redirection is app.launchURL('http://www.google.com',false);
This is working as expected in IE and Firefox but is not in Chrome, any idea??