I have a web page that I would like others to add onto their own web page. I know I can do this by providing an IFrame code, but is there a better way, such as providing a Javascript to embed? The IFrame has ugly scrollbars that do not make the embed so seamless. Can anyone help with this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can use Javascript, but it requires some special finessing with the document domain to handle cross-site scripting issues. With CSS, it's possible to change how the iframe appears regarding scroll bars. When we hosted a secured login control, we used a combination of an iframe and javascript with CSS to prevent scroll bars. |
|||
|
|