• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

frame

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic