| Author |
frame
|
sarada devi
Greenhorn
Joined: Jan 04, 2006
Posts: 7
|
|
I have used two frames in frameset. I am displaying image in top frame and DataEntry form in bottom frame Now my qyery is : How to move two frames simultaneously Without scrollbar . When i enter data in bottom frame according to bottom frame, top frame has to move without using scrollbar. I want to disable the scrollbar. If I disable the scrollbar Top of frmae is not moving according to bottom frame. Thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Have you looked into scrollBy and scrollTo methods ans attaching it to the onscroll method? Or did you look into: http://www.webreference.com/programming/javascript/jf/column2/ Eric
|
 |
sarada devi
Greenhorn
Joined: Jan 04, 2006
Posts: 7
|
|
Hi, I tried according you mentioned below link. http://www.webreference.com/programming/javascript/jf/column2/ But Top frame is not moving exactly according to bottom frame. Thanks,
|
 |
 |
|
|
subject: frame
|
|
|