Any way to only allow an HTML frame to scroll so far?

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
Questoin from my bosss...

We haev an HTML frameset, one of the framesets we only want to scroll half-way, we dont' want you to be allowed to see the second half of the page.

Any way to do this?
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
There is no way to do that in the way that you are thinking. Depending on what is required, you could use Dynamic HTML (with Javascript) to hide the bottom portion of the page, but someone would still be able to see the content through View > Source. If that's not acceptable, then just don't put on the page what you don't want people to see.