Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iframe question 1

Status
Not open for further replies.

XofCDe3rd

Technical User
Nov 9, 2003
120
is there any way to disable an iframe so that that a user can not click in it and scroll using the arrow keys. like enabling n disabling a windows object

will this require a bit of js or is there another way to go about it.

no clicking
 
Unfortunately, the iframe object doesn't support the disabled property... You could try placing a layer in front of it using CSS, but not sure if all browsers will let you do that or not.

Hope this helps,
Dan
 
Cool I'll have a go at your suggestion......but thanks I just wanted to find out whether or not I could do so
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top