I want to click the next button on the slides here – http://engineer.org.in/2011/realtime/ programmatically using JavaScript. The videos is in an iframe.
I tried $("div.punch-viewer-right").click() but that didnt work.
Can anybody tell me why this is not working?
because of XSS security issues, you can not access the iframe because it is not in the same domain as the website trying to access it.