Re: help with Frame



Hi,

The function setTimeOut will allow you to fire any events including click on
the button after few seconds.
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/setTimeout.asp


Then from you can control the frame content by window.location.href see
security limitation on this page
http://msdn.microsoft.com/workshop/author/om/xframe_scripting_security.asp



And some good examples here http://www.dyn-web.com/dhtml/iframes/



Thanks,

Fabrice Canel



"Kishan" <kishan@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23fec07CRFHA.2964@xxxxxxxxxxxxxxxxxxxxxxx
> hello,
>
> my home page is divided in to the two parts with upper frame and lower
> frame. now the lower frame is divided into two frame - the left pane and
> right pane. the right pane contains 2 buttons next and previous. i want my
> vb program to press the next button at a regularly interval of time. can
> any
> one help me or guide me?
>
>


.


Loading