This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > February 2006 > Pop Up Image stress !
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 |
Pop Up Image stress !
|
|
| productlove 2006-02-12, 6:40 pm |
| I am using the behaviour "Open Picture Window Fever!" to create pop ups with
DW, this works but the window always has the title 'Untitled', whatever i try
with giving the window a name . . what should i change in the code ? can i add
a title somewhere ?
<map name="index_tester_r2_c17Map" id="index_tester_r2_c17Map">
<area shape="rect" coords="1,1,68,50" href="#"
onmouseover="openPictureWindow_Fever('undefined','Images/01.jpg','400','300','1'
,'400','175')" />
</map></body>
</html>
Thanks !!!
Marlie
| |
| Josie1one 2006-02-12, 6:41 pm |
| It might be worth emailing the author of "Open Picture Window Fever" at
support@dreamweaverfever.com unless you get a definitive answer here.
Jo
"productlove" <webforumsuser@macromedia.com> wrote in message
news:dsijmn$5tr$1@forums.macromedia.com...
>I am using the behaviour "Open Picture Window Fever!" to create pop ups
>with
> DW, this works but the window always has the title 'Untitled', whatever i
> try
> with giving the window a name . . what should i change in the code ? can i
> add
> a title somewhere ?
>
> <map name="index_tester_r2_c17Map" id="index_tester_r2_c17Map">
> <area shape="rect" coords="1,1,68,50" href="#"
> onmouseover="openPictureWindow_Fever('undefined','Images/01.jpg','400','300','1'
> ,'400','175')" />
> </map></body>
> </html>
>
>
> Thanks !!!
>
> Marlie
>
| |
| productlove 2006-02-12, 6:43 pm |
| Hello !
Well, i tried but this address doesn't seem to work any longer . . Do you have
any suggentions for a different way to make pop-ups in the size of the picture
that should pop up?
Thank you again !
Marlie
| |
|
| this is code i copied after using the 'open browser window' behavior in dw8:
<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
</head>
<body>
<a href="#"
onclick="MM_openBrWindow('IMG_0043.JPG','','width=300,height=200')">click here
to popup image</a>
obviously you'd need to change the image name, width, and height... as well as
the text you wanted to use.
would this work?
| |
| Josie1one 2006-02-12, 6:43 pm |
| Yes, as Joeq says - Open Browser window works very well in Behaviors, just
make sure you have "java script:;" (no quotes) in your Link (properties)
when using A OnClick to open browser or you'll get a window opening as well
as Open Browser.
You can specify the exact dimensions of your window, title, scrollbar
yes/no, the lot.
Jo
"joeq" <webforumsuser@macromedia.com> wrote in message
news:dsndif$91g$1@forums.macromedia.com...
> this is code i copied after using the 'open browser window' behavior in
> dw8:
>
> <script type="text/JavaScript">
> <!--
> function MM_openBrWindow(theURL,winName,features) { //v2.0
> window.open(theURL,winName,features);
> }
> //-->
> </script>
> </head>
>
> <body>
> <a href="#"
> onclick="MM_openBrWindow('IMG_0043.JPG','','width=300,height=200')">click
> here
> to popup image</a>
>
> obviously you'd need to change the image name, width, and height... as
> well as
> the text you wanted to use.
>
> would this work?
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|