code:
1
2
3
4
5
| currentLoading=baseUrl + menuItem;
parent.intranetMain.location.replace(currentLoading);
loading=attachObject('mainLoading');
loading.setVisible(1);
alert(); |
Dit werkt... Maar zodra ik de alert weghaal niet
Wat zie ik hier over het hoofd?
Regel 2 heb ik ook al vervangen voor:
parent.intranetMain.location.href=(currentLoading);
parent.intranetMain.document.location.replace(currentLoading);
parent.intranetMain.document.location.href(currentLoading);
Ook hier staat in principe hetzelfde als mijn script :http://tech.irt.org/articles/js015/index.htm
Ik zie waarschijnlijk iets heeeeeeeeeel simpels overhet hoofd.... Het is tenslotte al vrijdag middag...
Programmer - an organism that turns coffee into software.