This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > July 2005 > I'm back like a bad penny
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
I'm back like a bad penny
|
|
| graphicedge 2005-07-19, 9:04 pm |
| I have been able to successfully use the Open Browser Window Behavior when
making a link from a graphic file. However I now need to link from a section
of body copy and the option is not available. I need to make the linked file
come up in a specific dimension window.
The only way I have been able to accomplish this is to put the link to the
file as you normally would and then add the behavior. Problem is that this
causes IE and Safari (on a Mac G5 System 10) to open two windows when the
trigger is clicked.
HELP, I know there has to be a way to do this, but I have not a clue at this
point.
Thanks in advance!
| |
| Kenneth W. Binney 2005-07-19, 9:04 pm |
| If I remember correctly, you just type java script:;
(that's colon, semicolon)
in the link bpx of the property inspector and apply the bevavior
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dbje5i$en8$1@forums.macromedia.com...
>I have been able to successfully use the Open Browser Window Behavior when
> making a link from a graphic file. However I now need to link from a
> section
> of body copy and the option is not available. I need to make the linked
> file
> come up in a specific dimension window.
> The only way I have been able to accomplish this is to put the link to the
> file as you normally would and then add the behavior. Problem is that
> this
> causes IE and Safari (on a Mac G5 System 10) to open two windows when the
> trigger is clicked.
>
> HELP, I know there has to be a way to do this, but I have not a clue at
> this
> point.
> Thanks in advance!
>
| |
| darrel 2005-07-19, 9:04 pm |
| > If I remember correctly, you just type java script:;
> (that's colon, semicolon)
> in the link bpx of the property inspector and apply the bevavior
THen, when done, go back and put a real URL into the link box so that the
page is now accessible.
-Darrel
| |
| Lionstone 2005-07-19, 11:38 pm |
| Do exactly what you did - create a normal link, then apply the behavior.
Select the link, then switch to code view.
In the onClick event handler, you'll see MM_OpenBrWindow(...). Skip to the
end of the MM_OpenBrWindow function call, then add ";return false;" after
the closing parenthesis, but before the closing quote (obviously).
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dbje5i$en8$1@forums.macromedia.com...
>I have been able to successfully use the Open Browser Window Behavior when
> making a link from a graphic file. However I now need to link from a
> section
> of body copy and the option is not available. I need to make the linked
> file
> come up in a specific dimension window.
> The only way I have been able to accomplish this is to put the link to the
> file as you normally would and then add the behavior. Problem is that
> this
> causes IE and Safari (on a Mac G5 System 10) to open two windows when the
> trigger is clicked.
>
> HELP, I know there has to be a way to do this, but I have not a clue at
> this
> point.
> Thanks in advance!
>
| |
| graphicedge 2005-07-19, 11:42 pm |
| Ok, this eliminates the window opening twice, but the window is now not the size specified in the Open Browser Window Behavior. How do I get the window that is sized correctly to open?
| |
| Murray *TMM* 2005-07-19, 11:42 pm |
| Show your code, please.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dbk61s$lrd$1@forums.macromedia.com...
> Ok, this eliminates the window opening twice, but the window is now not
> the size specified in the Open Browser Window Behavior. How do I get the
> window that is sized correctly to open?
| |
| graphicedge 2005-07-20, 7:47 pm |
| I'm attaching the cose. Hope you can help.
Again, I now get one window opening, so the problem of two window opening has
been solved, unfortunately the window that opens is not the size I'm indicating
in the Open Window Behavior.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>You and Mosaic - Mosaic Wealth Management</title>
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
body {
background-color: #993333;
background-image: url(images/background.gif);
margin-left: 19px;
margin-top: 0px;
background-repeat: repeat-y;
}
.style1 { font-size: 14px;
font-weight: bold;
}
.style2 {color: #993333}
a {
font-size: 12px;
color: #006B8C;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #993333;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style3 {font-size: 10px}
.style4 {font-size: 10px; color: #993333; }
-->
</style>
<script language="JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0616134819_0) return;
window.mm_menu_0616134819_0 = new Menu("root",105,17,"Verdana,
Arial, Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0616134819_0.addMenuItem("Who We Are","window.open('who_we_are
..htm', '_self');");
mm_menu_0616134819_0.addMenuItem("Our Team","window.open('our_team.htm',
'_self');");
mm_menu_0616134819_0.fontWeight="bold";
mm_menu_0616134819_0.hideOnMouseOut=true;
mm_menu_0616134819_0.bgColor='#555555';
mm_menu_0616134819_0.menuBorder=1;
mm_menu_0616134819_0.menuLiteBgColor='#ffffff';
mm_menu_0616134819_0.menuBorderBgColor='#ffffff';
window.mm_menu_0621101631_0_1 = new
Menu("Our Approach",105,17,"Verdana, Arial, Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0621101631_0_1.addMenuItem("Case Studies");
mm_menu_0621101631_0_1.fontWeight="bold";
mm_menu_0621101631_0_1.hideOnMouseOut=true;
mm_menu_0621101631_0_1.bgColor='#555555';
mm_menu_0621101631_0_1.menuBorder=1;
mm_menu_0621101631_0_1.menuLiteBgColor='#ffffff';
mm_menu_0621101631_0_1.menuBorderBgColor='#ffffff';
window.mm_menu_0621101631_0_2 = new
Menu("Our Services",158,17,"Verdana, Arial, Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0621101631_0_2.addMenuItem("The Mosaic Network");
mm_menu_0621101631_0_2.fontWeight="bold";
mm_menu_0621101631_0_2.hideOnMouseOut=true;
mm_menu_0621101631_0_2.bgColor='#555555';
mm_menu_0621101631_0_2.menuBorder=1;
mm_menu_0621101631_0_2.menuLiteBgColor='#ffffff';
mm_menu_0621101631_0_2.menuBorderBgColor='#ffffff';
window.mm_menu_0621101631_0 = new Menu("root",162,17,"Verdana, Arial,
Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0621101631_0.addMenuItem("Working with Mosaic");
mm_menu_0621101631_0.addMenuItem("Your Mosaic");
mm_menu_0621101631_0.addMenuItem(mm_menu_0621101631_0_1);
mm_menu_0621101631_0.addMenuItem(mm_menu_0621101631_0_2);
mm_menu_0621101631_0.fontWeight="bold";
mm_menu_0621101631_0.hideOnMouseOut=true;
mm_menu_0621101631_0.childMenuIcon="arrows.gif";
mm_menu_0621101631_0.bgColor='#555555';
mm_menu_0621101631_0.menuBorder=1;
mm_menu_0621101631_0.menuLiteBgColor='#ffffff';
mm_menu_0621101631_0.menuBorderBgColor='#ffffff';
window.mm_menu_0621101859_0 = new Menu("root",92,17,"Verdana, Arial,
Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0621101859_0.addMenuItem("Newsletter");
mm_menu_0621101859_0.addMenuItem("Articles");
mm_menu_0621101859_0.fontWeight="bold";
mm_menu_0621101859_0.hideOnMouseOut=true;
mm_menu_0621101859_0.bgColor='#555555';
mm_menu_0621101859_0.menuBorder=1;
mm_menu_0621101859_0.menuLiteBgColor='#ffffff';
mm_menu_0621101859_0.menuBorderBgColor='#ffffff';
window.mm_menu_0621102207_0 = new Menu("root",119,17,"Verdana, Arial,
Helvetica,
sans-serif",11,"#000000","#ffffff","#E1E1C2","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0621102207_0.addMenuItem("Account Login");
mm_menu_0621102207_0.addMenuItem("Refer a Friend");
mm_menu_0621102207_0.fontWeight="bold";
mm_menu_0621102207_0.hideOnMouseOut=true;
mm_menu_0621102207_0.bgColor='#555555';
mm_menu_0621102207_0.menuBorder=1;
mm_menu_0621102207_0.menuLiteBgColor='#ffffff';
mm_menu_0621102207_0.menuBorderBgColor='#ffffff';
window.mm_menu_0623172743_0 = new Menu("root",100,17,"Verdana, Arial,
Helvetica,
sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
-5,7,true,true,true,0,true,true);
mm_menu_0623172743_0.addMenuItem("In the News");
mm_menu_0623172743_0.fontWeight="bold";
mm_menu_0623172743_0.hideOnMouseOut=true;
mm_menu_0623172743_0.bgColor='#555555';
mm_menu_0623172743_0.menuBorder=1;
mm_menu_0623172743_0.menuLiteBgColor='#ffffff';
mm_menu_0623172743_0.menuBorderBgColor='#ffffff';
mm_menu_0623172743_0.writeMenus();
} // mmLoadMenus()
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<script language="JavaScript" src="mm_menu.js"></script>
</head>
<body>
<script language="JavaScript1.2">mmLoadMenus();</script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="847" align="left" valign="top"><table width="847" border="0"
cellspacing="0" cellpadding="0">
<tr>
<td width="128" rowspan="5" align="left" valign="top"><img
src="images/index_r1_c1.gif" width="128" height="129"></td>
<td width="35" rowspan="5" align="left" valign="top"><img
src="images/index_r1_c3.gif" width="35" height="129"></td>
<td width="395" rowspan="5" align="left" valign="top"><img
src="images/index_r1_c4.gif" width="395" height="129"></td>
<td width="173" align="left" valign="top"><img
src="images/index_r1_c5.gif" width="173" height="48"></td>
<td width="89" align="left" valign="top"><img
src="images/index_r1_c6.gif" width="89" height="48"></td>
<td width="27" rowspan="5" align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"><img src="images/index_r2_c5.gif"
width="173" height="22"></td>
<td align="left" valign="top"><img src="images/index_r2_c6.gif"
width="89" height="22"></td>
</tr>
<tr>
<td align="left" valign="top"><img src="images/index_r3_c5.gif"
width="173" height="22"></td>
<td align="left" valign="top"><img src="images/index_r2_c6.gif"
width="89" height="22"></td>
</tr>
<tr>
<td align="left" valign="top"><a href="javascript:;"
onMouseOver="MM_showMenu(window.mm_menu_0621102207_0,100,0,null,'image4')"
onMouseOut="MM_startTimeout();"><img src="images/index_r4_c5.gif" name="image4"
width="173" height="22" border="0" id="image4"></a></td>
<td align="left" valign="top"><img src="images/index_r2_c6.gif"
width="89" height="22"></td>
</tr>
<tr>
<td align="left" valign="top"><img src="images/index_r5_c5.gif"
width="173" height="15"></td>
<td align="left" valign="top"><img src="images/index_r5_c6.gif"
width="89" height="15"></td>
</tr>
<tr>
<td><img src="images/index_r6_c1.gif" width="128" height="16"></td>
<td align="left" valign="top"><img src="images/index_r6_c3.gif"
width="11" height="16"></td>
<td colspan="2" align="left" valign="top"><img
src="images/index_r6_c4.gif" width="568" height="16"></td>
<td align="left" valign="top"><img src="images/index_r6_c6.gif"
width="89" height="16"></td>
<td width="27" align="left" valign="top"> </td>
</tr>
</table></td>
<td width="352" align="left" valign="top" bgcolor="#993333"
class="style2"> </td>
</tr>
<tr>
<td colspan="2"><table width="1513" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td width="128" align="left" valign="top"
background="images/index_r11_c1.gif"><table width="128" height="113" border="0"
cellpadding="0" cellspacing="0">
<tr>
<td width="128" align="left" valign="top"><a
href="javascript:;"
onMouseOver="MM_showMenu(window.mm_menu_0616134819_0,128,0,null,'image1')"
onMouseOut="MM_startTimeout();"><img src="images/index_r7_c1.gif" name="image1"
width="128" height="21" border="0" id="image1"></a></td>
</tr>
<tr>
<td height="23" align="left" valign="top"><a
href="javascript:;"
onMouseOver="MM_showMenu(window.mm_menu_0621101631_0,128,0,null,'image2')"
onMouseOut="MM_startTimeout();"><img src="images/index_r8_c1.gif" name="image2"
width="128" height="23" border="0" id="image2"></a></td>
</tr>
<tr>
<td align="left" valign="top"><table width="100" border="0"
align="right" cellpadding="4" cellspacing="0">
<tr>
<td align="right" valign="middle" bgcolor="#FFFFFF"><div
align="right" class="style4">You and Mosaic </div></td>
</tr>
<tr>
<td align="right" valign="
| |
| Murray *TMM* 2005-07-20, 7:47 pm |
| Gah.
Didn't you learn, already?
function mmLoadMenus() {
if (window.mm_menu_0616134819_0) return
Those menus are killers....
Anyhow, change this -
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challenges','width=600,height=450'";return
false;")">
to this -
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challenges','width=600,height=450');return
false;">
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dblovm$3ho$1@forums.macromedia.com...
> I'm attaching the cose. Hope you can help.
>
> Again, I now get one window opening, so the problem of two window opening
> has
> been solved, unfortunately the window that opens is not the size I'm
> indicating
> in the Open Window Behavior.
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <title>You and Mosaic - Mosaic Wealth Management</title>
> <style type="text/css">
> <!--
> body,td,th {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> font-size: 12px;
> color: #000000;
> }
> body {
> background-color: #993333;
> background-image: url(images/background.gif);
> margin-left: 19px;
> margin-top: 0px;
> background-repeat: repeat-y;
> }
> .style1 { font-size: 14px;
> font-weight: bold;
> }
> .style2 {color: #993333}
> a {
> font-size: 12px;
> color: #006B8C;
> }
> a:link {
> text-decoration: none;
> }
> a:visited {
> text-decoration: none;
> color: #993333;
> }
> a:hover {
> text-decoration: none;
> }
> a:active {
> text-decoration: none;
> }
> .style3 {font-size: 10px}
> .style4 {font-size: 10px; color: #993333; }
> -->
> </style>
> <script language="JavaScript">
> <!--
> function mmLoadMenus() {
> if (window.mm_menu_0616134819_0) return;
> window.mm_menu_0616134819_0 = new Menu("root",105,17,"Verdana,
> Arial, Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
>
> mm_menu_0616134819_0.addMenuItem("Who We Are","window.open('who_we_are
> .htm', '_self');");
>
> mm_menu_0616134819_0.addMenuItem("Our Team","window.open('our_team.htm',
> '_self');");
> mm_menu_0616134819_0.fontWeight="bold";
> mm_menu_0616134819_0.hideOnMouseOut=true;
> mm_menu_0616134819_0.bgColor='#555555';
> mm_menu_0616134819_0.menuBorder=1;
> mm_menu_0616134819_0.menuLiteBgColor='#ffffff';
> mm_menu_0616134819_0.menuBorderBgColor='#ffffff';
> window.mm_menu_0621101631_0_1 = new
> Menu("Our Approach",105,17,"Verdana, Arial, Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0621101631_0_1.addMenuItem("Case Studies");
> mm_menu_0621101631_0_1.fontWeight="bold";
> mm_menu_0621101631_0_1.hideOnMouseOut=true;
> mm_menu_0621101631_0_1.bgColor='#555555';
> mm_menu_0621101631_0_1.menuBorder=1;
> mm_menu_0621101631_0_1.menuLiteBgColor='#ffffff';
> mm_menu_0621101631_0_1.menuBorderBgColor='#ffffff';
> window.mm_menu_0621101631_0_2 = new
> Menu("Our Services",158,17,"Verdana, Arial, Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0621101631_0_2.addMenuItem("The Mosaic Network");
> mm_menu_0621101631_0_2.fontWeight="bold";
> mm_menu_0621101631_0_2.hideOnMouseOut=true;
> mm_menu_0621101631_0_2.bgColor='#555555';
> mm_menu_0621101631_0_2.menuBorder=1;
> mm_menu_0621101631_0_2.menuLiteBgColor='#ffffff';
> mm_menu_0621101631_0_2.menuBorderBgColor='#ffffff';
> window.mm_menu_0621101631_0 = new Menu("root",162,17,"Verdana, Arial,
> Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0621101631_0.addMenuItem("Working with Mosaic");
> mm_menu_0621101631_0.addMenuItem("Your Mosaic");
> mm_menu_0621101631_0.addMenuItem(mm_menu_0621101631_0_1);
> mm_menu_0621101631_0.addMenuItem(mm_menu_0621101631_0_2);
> mm_menu_0621101631_0.fontWeight="bold";
> mm_menu_0621101631_0.hideOnMouseOut=true;
> mm_menu_0621101631_0.childMenuIcon="arrows.gif";
> mm_menu_0621101631_0.bgColor='#555555';
> mm_menu_0621101631_0.menuBorder=1;
> mm_menu_0621101631_0.menuLiteBgColor='#ffffff';
> mm_menu_0621101631_0.menuBorderBgColor='#ffffff';
> window.mm_menu_0621101859_0 = new Menu("root",92,17,"Verdana, Arial,
> Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0621101859_0.addMenuItem("Newsletter");
> mm_menu_0621101859_0.addMenuItem("Articles");
> mm_menu_0621101859_0.fontWeight="bold";
> mm_menu_0621101859_0.hideOnMouseOut=true;
> mm_menu_0621101859_0.bgColor='#555555';
> mm_menu_0621101859_0.menuBorder=1;
> mm_menu_0621101859_0.menuLiteBgColor='#ffffff';
> mm_menu_0621101859_0.menuBorderBgColor='#ffffff';
> window.mm_menu_0621102207_0 = new Menu("root",119,17,"Verdana, Arial,
> Helvetica,
> sans-serif",11,"#000000","#ffffff","#E1E1C2","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0621102207_0.addMenuItem("Account Login");
> mm_menu_0621102207_0.addMenuItem("Refer a Friend");
> mm_menu_0621102207_0.fontWeight="bold";
> mm_menu_0621102207_0.hideOnMouseOut=true;
> mm_menu_0621102207_0.bgColor='#555555';
> mm_menu_0621102207_0.menuBorder=1;
> mm_menu_0621102207_0.menuLiteBgColor='#ffffff';
> mm_menu_0621102207_0.menuBorderBgColor='#ffffff';
>
> window.mm_menu_0623172743_0 = new Menu("root",100,17,"Verdana, Arial,
> Helvetica,
> sans-serif",11,"#000000","#ffffff","#D4A97D","#993333","left","middle",3,0,1000,
> -5,7,true,true,true,0,true,true);
> mm_menu_0623172743_0.addMenuItem("In the News");
> mm_menu_0623172743_0.fontWeight="bold";
> mm_menu_0623172743_0.hideOnMouseOut=true;
> mm_menu_0623172743_0.bgColor='#555555';
> mm_menu_0623172743_0.menuBorder=1;
> mm_menu_0623172743_0.menuLiteBgColor='#ffffff';
> mm_menu_0623172743_0.menuBorderBgColor='#ffffff';
>
> mm_menu_0623172743_0.writeMenus();
> } // mmLoadMenus()
>
> function MM_openBrWindow(theURL,winName,features) { //v2.0
> window.open(theURL,winName,features);
> }
> //-->
> </script>
> <script language="JavaScript" src="mm_menu.js"></script>
> </head>
>
> <body>
> <script language="JavaScript1.2">mmLoadMenus();</script>
> <table width="100%" border="0" cellspacing="0" cellpadding="0">
> <tr>
> <td width="847" align="left" valign="top"><table width="847"
> border="0"
> cellspacing="0" cellpadding="0">
> <tr>
> <td width="128" rowspan="5" align="left" valign="top"><img
> src="images/index_r1_c1.gif" width="128" height="129"></td>
> <td width="35" rowspan="5" align="left" valign="top"><img
> src="images/index_r1_c3.gif" width="35" height="129"></td>
> <td width="395" rowspan="5" align="left" valign="top"><img
> src="images/index_r1_c4.gif" width="395" height="129"></td>
> <td width="173" align="left" valign="top"><img
> src="images/index_r1_c5.gif" width="173" height="48"></td>
> <td width="89" align="left" valign="top"><img
> src="images/index_r1_c6.gif" width="89" height="48"></td>
> <td width="27" rowspan="5" align="left" valign="top"> </td>
> </tr>
> <tr>
> <td align="left" valign="top"><img src="images/index_r2_c5.gif"
> width="173" height="22"></td>
> <td align="left" valign="top"><img src="images/index_r2_c6.gif"
> width="89" height="22"></td>
> </tr>
> <tr>
> <td align="left" valign="top"><img src="images/index_r3_c5.gif"
> width="173" height="22"></td>
> <td align="left" valign="top"><img src="images/index_r2_c6.gif"
> width="89" height="22"></td>
> </tr>
> <tr>
> <td align="left" valign="top"><a href="java script:;"
> onMouseOver="MM_showMenu(window.mm_menu_0621102207_0,100,0,null,'image4')"
> onMouseOut="MM_startTimeout();"><img src="images/index_r4_c5.gif"
> name="image4"
> width="173" height="22" border="0" id="image4"></a></td>
> <td align="left" valign="top"><img src="images/index_r2_c6.gif"
> width="89" height="22"></td>
> </tr>
> <tr>
> <td align="left" valign="top"><img src="images/index_r5_c5.gif"
> width="173" height="15"></td>
> <td align="left" valign="top"><img src="images/index_r5_c6.gif"
> width="89" height="15"></td>
> </tr>
> <tr>
> <td><img src="images/index_r6_c1.gif" width="128"
> height="16"></td>
> <td align="left" valign="top"><img src="images/index_r6_c3.gif"
> width="11" height="16"></td>
> <td colspan="2" align="left" valign="top"><img
> src="images/index_r6_c4.gif" width="568" height="16"></td>
> <td align="left" valign="top"><img src="images/index_r6_c6.gif"
> width="89" height="16"></td>
> <td width="27" align="left" valign="top"> </td>
> </tr>
> </table></td>
> <td width="352" align="left" valign="top" bgcolor="#993333"
> class="style2"> </td>
> </tr>
> <tr>
> <td colspan="2"><table width="1513" border="0" cellspacing="0"
> cellpadding="0">
> <tr>
> <td width="128" align="left" valign="top"
> background="images/index_r11_c1.gif"><table width="128" height="113"
> border="0"
> cellpadding="0" cellspacing="0">
> <tr>
> <td width="128" align="left" valign="top"><a
> href="java script:;"
> onMouseOver="MM_showMenu(window.mm_menu_0616134819_0,128,0,null,'image1')"
> onMouseOut="MM_startTimeout();"><img src="images/index_r7_c1.gif"
> name="image1"
> width="128" height="21" border="0" id="image1"></a></td>
> </tr>
> <tr>
> <td height="23" align="left" valign="top"><a
> href="java script:;"
> onMouseOver="MM_showMenu(window.mm_menu_0621101631_0,128,0,null,'image2')"
> onMouseOut="MM_startTimeout();"><img src="images/index_r8_c1.gif"
> name="image2"
> width="128" height="23" border="0" id="image2"></a></td>
> </tr>
> <tr>
> <td align="left" valign="top"><table width="100"
> border="0"
> align="right" cellpadding="4" cellspacing="0">
> <tr>
> <td align="right" valign="middle"
> bgcolor="#FFFFFF"><div
> align="right" class="style4">You and Mosaic </div></td>
> </tr>
> <tr>
> <td align="right" valign="
| |
| graphicedge 2005-07-20, 8:11 pm |
| Murray,
yes I know I should be doing this a different way... I just need to find the time to go through the tutorial.
I will try what you suggest.
Thanks for your patience.
| |
| Murray *TMM* 2005-07-20, 11:24 pm |
| As before, I need to see your code. Can you show me a link that produces
two windows, please?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dbmh4k$9o3$1@forums.macromedia.com...
> OK I made the change and now I'm back to having two windows open one that'
> the
> right dimension and one that's larger.
>
> Got any other suggestions...other than using a different method. You know
> I
> can get this to work just fine when I'm using a graphic as the link, this
> only
> becomes a problem when I'm linking to browser type. This type is in the
> middle
> of a paragraph so I can't make it a graphic.
>
> Any suggestions would be appreciated.
>
| |
| graphicedge 2005-07-21, 7:24 pm |
| www.graphicedgepro.com/NewMosaic3/you_and_mosaic.htm
When I check this on my Mac (G5; System 10.3.9) in IE (version 5.2.3), Safari
(v1.3), and Firefox (v 1.0.2) they all bring up double windows. The first
window is the correct size the window that loads on top of that is a regular
size browser window.
When I bring this up on IE on my PC it opens only one window and it seems to
be the correct size.
So what is the problem with the Mac browsers and is there a fix for this.
Any help would be appreciated!!!
| |
| Gary White 2005-07-21, 7:24 pm |
| graphicedge wrote:
> So what is the problem with the Mac browsers and is there a fix for this.
The fix is to change the code like Murray suggested. You have this:
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challanges','width=550,height=450')";return false;)
That is WRONG.
Change it to this:
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challanges','width=550,height=450');return false;")
Gary
| |
| graphicedge 2005-07-21, 7:24 pm |
| THIS WORKS!!!
Gary, initally, I cut and pasted Murray's suggestion, but it was not exactly
what you have here....look above to his answer. And it didn't work...I fiddled
with it myself but couldn't get it to work.
THANK YOU!
| |
| Murray *TMM* 2005-07-21, 7:24 pm |
| Here's what I had -
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challenges','width=600,height=450');return
false;">
Here's what Gary had -
onClick="MM_openBrWindow('challenges_and_opportunities.htm','challanges','width=550,height=450');return
false;")
Mine is correct. His has an extra ")".
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"graphicedge" <webforumsuser@macromedia.com> wrote in message
news:dbol09$h3p$1@forums.macromedia.com...
> THIS WORKS!!!
>
> Gary, initally, I cut and pasted Murray's suggestion, but it was not
> exactly
> what you have here....look above to his answer. And it didn't work...I
> fiddled
> with it myself but couldn't get it to work.
>
> THANK YOU!
>
>
>
| |
| Gary White 2005-07-21, 7:24 pm |
| Murray *TMM* wrote:
>Mine is correct. His has an extra ")".
Oops.
Gary
| |
|
|
| Gary White 2005-07-21, 11:19 pm |
| Murray *TMM* wrote:
>Heh. Gotcha.
What goes around comes around. HeHe.
Gary
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|