Hello
I currently have an asp.net page with an eo objects multipage component on it. From within some of the pageviews contained within the multipage, I have links that open other asp.net pages (target = blank) to add records etc. When I close these pages, I am refreshing the parent page (that contains the multipage) with some javascript:
ClientScript.RegisterStartupScript(Me.GetType(), "RefreshParent", "<script language='javascript'>RefreshParent()</script>")
The refresh works fine, but the issue I'm having is that if I opened a new web page from say tab/page 7, when the javascript refreshes the parent page, it defaults back to the tab/page 1, not the tab/page that the page was originally opened from.
I have looked at this thread:
http://www.essentialobjects.com/forum/postst244_TabStrip-How-to-open--another-tab.aspxwhich is helpful, but I really need to determine the tab/page destination on parent refresh. Could you assist with this please?
thanks