D
dangia
Hi, all,
I must use PowerPoint to convert a presentation into html files
I need that hyperlinks present on PowerPoint slides open in blank
custom defined windows
the only way I managed to do this is inserting following line into
address box present in PowerPoint
javascript:window.open("http://www.google.com","_blank","width=800,height=600,status=yes,toolbar=no,")
the only problem is that the start page. in which link is present,
turns into a blank page displaying only [object] (even clicking on html
view) and I must click on goback to return to previous page.
Is there any way to have start page remaining displayed while link
opens into a blank custom window? I should be satisfied even if there
were a way to automatically return to the start page, where link is,
without having to press goback. I can't belive it's impossible, but I
googleed everywhere finding no suggestion.
the html related code present in html page created by PowerPoint is
<pnmouseclick hyperlinktype="url"
href="javascript:window.open(%22http://www.google.com%22,%22_blank%22,%22width=800,height=600,status=yes,toolbar=no,%22)"/><a
href="javascript:window.open(%22http://www.google.com%22,%22_blank%22,%22width=800,height=600,status=yes,toolbar=no,%22)"
target="_parent" onclick="window.event.cancelBubble=true;">rrr</a>
I tried replacing _parent with _self or _top, but no way: nothing
changes.
Is there any PowerPoint or javascript guru that can help me?
Please don't say not to use PowerPoint to manage html files. I need
that those presentation appear over the Internet just as they are
Thank you very much in advance
Dante
I must use PowerPoint to convert a presentation into html files
I need that hyperlinks present on PowerPoint slides open in blank
custom defined windows
the only way I managed to do this is inserting following line into
address box present in PowerPoint
javascript:window.open("http://www.google.com","_blank","width=800,height=600,status=yes,toolbar=no,")
the only problem is that the start page. in which link is present,
turns into a blank page displaying only [object] (even clicking on html
view) and I must click on goback to return to previous page.
Is there any way to have start page remaining displayed while link
opens into a blank custom window? I should be satisfied even if there
were a way to automatically return to the start page, where link is,
without having to press goback. I can't belive it's impossible, but I
googleed everywhere finding no suggestion.
the html related code present in html page created by PowerPoint is
<pnmouseclick hyperlinktype="url"
href="javascript:window.open(%22http://www.google.com%22,%22_blank%22,%22width=800,height=600,status=yes,toolbar=no,%22)"/><a
href="javascript:window.open(%22http://www.google.com%22,%22_blank%22,%22width=800,height=600,status=yes,toolbar=no,%22)"
target="_parent" onclick="window.event.cancelBubble=true;">rrr</a>
I tried replacing _parent with _self or _top, but no way: nothing
changes.
Is there any PowerPoint or javascript guru that can help me?
Please don't say not to use PowerPoint to manage html files. I need
that those presentation appear over the Internet just as they are
Thank you very much in advance
Dante