Hi all,
I do have a really strange situation on web.
I have a frameset, with 2 frames : LHSnavigation and MainWindow.
In MainWindow, I have a form opened, with an embedded view. In that embedded view, I have a column that is a link to a delete routine written in javascript (basic URL with ?Deletedocument in it).
When I click on my link, it calls my Javascript routine correctly. But it does not load my deletion URL in the same frame. (MainWindow).
I tried with the google.com URL to confirm it is not a bad syntax.
with this :
parent.LHSNavigation.location.href=“http://www.google.com”;
it works fine… it load google on my left frame, but with this :
parent.MainWindow.location.href=“http://www.google.com”;
nothing happen. No javascript error, not refresh, nothing.
Any idea?
Thanks.
Sebastien Gignac.