i embeded a blenderfile to a website and would like to open another website by the blenderfile.
i know, you can do this by using the message-actuator, but the browser then completely changes the site and finishes the blenderfile.
i would like to open the other website in another frame, but the target-tag doesn’t work.
i prefer a workaround. write a javascript function that opens a link in a new window and use ‘javascript:bla’ as url. i tried it once with the 2.23 version and it worked for me.
the solution of corban works perfect, but …
after changing 15 times the content of the website by the blenderfile
my InternetExplorer crashes.
this effect doesn’t appear on only one workstation but on three different,
so it seems to be a bug from the web-plugin.
the IE crashes with the error-message : “R6025 - pure virtual function
call”.
the problem of this solution is, that the website is opened in the same
frame and replaces the blenderfile, that’s why you can’t use the
Blenderfile as navigation anymore.
if you take the javascript-function instead of the url, you can open the
website in another frame, but on my workstations at work the web-plugin
crashes the internet explorer.