hi all,
i have a requirement to use an iframe which will be showing a webpage, this webpage should be a sort of thumbnail preview and also, it should be read only, i.e., the user can scroll the page but the links and buttons in the page should be disabled.
i tried reducing the size of the content page by giving it an ID and then reducing the size relative to the iframe, but it didnt work. i also tried to disable all the click events on iframe, but still the click event was working in the content.
anyone has any idea how we can solve these issues?
thanks