anne oosterhaven
01-17-2005, 08:57 PM
I'm using "OutlookBar"
//create first panel
p = new createPanel('al','Anwendungen');
p.addButton('netm.gif','Netmanage','parent.main.location="http://www.startpagina.nl"');
p.addButton('news.gif','News','alert("News")');
p.addButton('word.gif','geel','parent.main.location="../geel.html"');
p.addButton('peditor.gif','Editor','alert("Editor")');
p.addButton('mail.gif','Mail','alert("Mail")');
o.addPanel(p);
_blank/_top/_parent functions do not work..
I mean..I do not get it done..what am I doing wrong?
I want this links to pop up over the whole screen (and not in any frame)
Can anybody help me out?
(mr) Anne Oosterhaven
Netherlands
//create first panel
p = new createPanel('al','Anwendungen');
p.addButton('netm.gif','Netmanage','parent.main.location="http://www.startpagina.nl"');
p.addButton('news.gif','News','alert("News")');
p.addButton('word.gif','geel','parent.main.location="../geel.html"');
p.addButton('peditor.gif','Editor','alert("Editor")');
p.addButton('mail.gif','Mail','alert("Mail")');
o.addPanel(p);
_blank/_top/_parent functions do not work..
I mean..I do not get it done..what am I doing wrong?
I want this links to pop up over the whole screen (and not in any frame)
Can anybody help me out?
(mr) Anne Oosterhaven
Netherlands