• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Active desktop-Opera-and a few questions

Crackabot

Senior member
I made and html file using Fireworks, it has hot spot with a pop-up list of links to my 6 favorite sites.. every thing works perfect but one thing, no matter what I do it insists on opening these links in IE, and I use Opera as my defualt browser, Opera will load for anything else... but not this, I even got into my registry and changed the entries for default HTML browser to Opera, and gave the path to the .exe (it should have been that way allready since it is my default, and works that way)

Any ideas on what else I can do, I so addicted to the features in Opera that I can't stand the idea of haveing to use IE unless needed.

Thanx
 
opera.com has some forums too, check the ones there for a solution, sorry i cant be of more help.



dam()
 
I would say you havn't correctly assoated Opera with the html links.

However if you have a site where I can preview the page I'll have a look.
 
Cool, I forgot about this thread since at first no one replied, thanx for the ideas guys,. I don't have it as a page some where, I'm just using it as an Active desk top with some quick links to my most visited sites.

Here's the code if you could look at it

<html>
<head>
<title>00gy3.jpg</title>
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks 4.0 Dreamweaver 4.0 target. Created Wed Mar 06 01:46:09 GMT-0700 (US Mountain Standard Time) 2002-->
<script language="JavaScript">
<!--
function fwLoadMenus() {
if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu("root",76,21,"Arial, Helvetica, sans-serif",14,"#cc0000","#ff6600","#000033","#000000");
fw_menu_0.addMenuItem("IL2","window.open('http://forums.ubi.com/messages/overview.asp?name=us_il2sturmovik_gd', '_blank');");
fw_menu_0.addMenuItem("Anand","window.open('http://forums.anandtech.com/', '_blank');");
fw_menu_0.addMenuItem("Hard","window.open('http://www.hardforum.com/index.php', '_blank');");
fw_menu_0.addMenuItem("TW","window.open('http://www.tribalwar.com/forums/forumdisplay.php?forumid=1', '_blank');");
fw_menu_0.addMenuItem("Rage","window.open('http://63.231.44.178/board/forumdisplay.php?s=5bfc884bb09371df360ec2271cc0abdc&forumid=27', '_blank');");
fw_menu_0.fontWeight="bold";
fw_menu_0.hideOnMouseOut=true;

fw_menu_0.writeMenus();
} // fwLoadMenus()

//-->
</script>
<script language="JavaScript1.2" src="fw_menu.js"></script>
</head>
<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" bgcolor="#ffffff">
<script language="JavaScript1.2">fwLoadMenus();</script>
<table border="0" cellpadding="0" cellspacing="0" width="1280">
<!-- fwtable fwsrc="00gy3.png" fwbase="00gy3.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="1144" height="1" border="0"></td>
<td><img src="spacer.gif" width="52" height="1" border="0"></td>
<td><img src="spacer.gif" width="84" height="1" border="0"></td>
<td><img src="spacer.gif" width="1" height="1" border="0"></td>
</tr>

<tr>
<td colspan="3"><img name="n00gy3_r1_c1" src="00gy3_r1_c1.jpg" width="1280" height="776" border="0"></td>
<td><img src="spacer.gif" width="1" height="776" border="0"></td>
</tr>
<tr>
<td rowspan="2"><img name="n00gy3_r2_c1" src="00gy3_r2_c1.jpg" width="1144" height="248" border="0"></td>
<td><a href="#" onMouseOut="FW_startTimeout();" onMouseOver="window.FW_showMenu(window.fw_menu_0,1136,834);" ><img name="n00gy3_r2_c2" src="00gy3_r2_c2.jpg" width="52" height="56" border="0"></a></td>
<td rowspan="2"><img name="n00gy3_r2_c3" src="00gy3_r2_c3.jpg" width="84" height="248" border="0"></td>
<td><img src="spacer.gif" width="1" height="56" border="0"></td>
</tr>
<tr>
<td><img name="n00gy3_r3_c2" src="00gy3_r3_c2.jpg" width="52" height="192" border="0"></td>
<td><img src="spacer.gif" width="1" height="192" border="0"></td>
</tr>
</table>
</body>
</html>

Some one told me that because Active Desktop is actually part of IE, I might not be able to make it work with Opera, is that correct?

Thanx for any help
 


<< Some one told me that because Active Desktop is actually part of IE, I might not be able to make it work with Opera, is that correct? >>


Ahhh, well yes Active Desktop is IE. Sorry but there is no way to get opera to load the URLs. It isn't quite correct to say that Active Desktop is part of IE, in fact Active Desktop uses IE to render HTML (there is quite a number of apps that do this, and many of them not MS).
 
Back
Top