Is there a way to set it so that an iframe is locked on a page to where you cant scroll the iframe at all no matter what you try?
Is there a way to set it so that an iframe is locked on a page to where you cant scroll the iframe at all no matter what you try?
There are ways, but there are also ways around them.
If you just disable javascript in the browser, it will be plenty moveable, among other things.
Why do you need this?
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Is this what you mean ?
Code:<iframe src="name.html" name="sponsor" height=95 width=160 frameborder=0 scrolling=no></iframe>
Yes... that works, but you can get around it.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks