-
target _blank does not function. Why?
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
-
-
Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
To get a link inside the Outlookbar to open in the entire browser window instead of a frame, you'll need to use a JavaScript link as shown in the code above:
parent.main.location="http://www.startpagina.nl"
Change that to:
'parent.location="http://www.startpagina.nl"
-
-
LS,
Thanks a lot....that all I wanted to know!
(mr) Anne Oosterhaven
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks