Results 1 to 2 of 2

Thread: how to programetically scroll iframe content?

  1. #1

    Thread Starter
    Addicted Member senthilkumartd's Avatar
    Join Date
    Feb 2005
    Posts
    206

    how to programetically scroll iframe content?

    I am doing a chatting product. I am displaying chatting messages in an iframe. I wish to scroll to last of messages while sending messages.


    regards,
    Senthil
    God has been pleased to place as a king or cobbler do the work sincerely

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: how to programetically scroll iframe content?

    get the frame reference

    Code:
    var x = document.getElementById('framename');
    x.scrollTop = x.scrollHeight;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width