iframe -- URGENT
-
I have an iframe that takes its src from another .aspx page(say, chatmessage.aspx). Chatmessage.aspx is filled in runtime making its .aspx page increase step by step.... The problem is, when i call this chatmessage.aspx from iframe that resides on another page(say Chatwindow.aspx), iframe focus is not getting set to last text. i.e. the focus is automatically set to the start of the page in iframe rather than ending of the page.....Can someone help..Urgent!!!!
-
I have an iframe that takes its src from another .aspx page(say, chatmessage.aspx). Chatmessage.aspx is filled in runtime making its .aspx page increase step by step.... The problem is, when i call this chatmessage.aspx from iframe that resides on another page(say Chatwindow.aspx), iframe focus is not getting set to last text. i.e. the focus is automatically set to the start of the page in iframe rather than ending of the page.....Can someone help..Urgent!!!!
I would imagine you have set the focus on chatmessage.aspx... the iFrame simply displays the content of that page. Could you please explain what form element it is that you are trying to focus on?
Nila
-
I have an iframe that takes its src from another .aspx page(say, chatmessage.aspx). Chatmessage.aspx is filled in runtime making its .aspx page increase step by step.... The problem is, when i call this chatmessage.aspx from iframe that resides on another page(say Chatwindow.aspx), iframe focus is not getting set to last text. i.e. the focus is automatically set to the start of the page in iframe rather than ending of the page.....Can someone help..Urgent!!!!