HighDots Forums  

Window with a precise size

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Window with a precise size in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cal
 
Posts: n/a

Default Window with a precise size - 05-02-2005 , 09:59 AM






Hello everybody,

Very hard with the online help to find what I'm looking for, so I've decided
to try here.

Here is my code :


<map name="Map">

<area shape="poly"
coords="337,316,356,288,341,282,331,242,369,245,38 1,228,405,238,421,231,420,
245,450,230,460,252,453,259,467,284,447,294,408,34 4,345,338"
href="PartenairesRhoneAlpes.htm" target="_blank" width="150" height="150">

<area shape="poly"
coords="241,303,267,308,274,321,294,309,321,354,25 1,390,261,399,254,428,243,
425,241,420,216,415,212,419,177,418,172,413,172,35 4,225,337"
href="PartenairesMidiPyrennees.htm" target="_blank">



I'd just like to open these 2 windows in a window whose size is 150*150 for
instance.
For the moment it's impossible and they always open in full screen.

Thank you for your help.

Arnaud (France)



Reply With Quote
  #2  
Old   
Andy Jacobs
 
Posts: n/a

Default Re: Window with a precise size - 05-02-2005 , 03:33 PM






In article <4276321c$0$295$626a14ce (AT) news (DOT) free.fr>,
"Cal" <bonbon (AT) com (DOT) hotmail> wrote:

Quote:
Hello everybody,

Very hard with the online help to find what I'm looking for, so I've decided
to try here.

Here is my code :


map name="Map"

area shape="poly"
coords="337,316,356,288,341,282,331,242,369,245,38 1,228,405,238,421,231,420,
245,450,230,460,252,453,259,467,284,447,294,408,34 4,345,338"
href="PartenairesRhoneAlpes.htm" target="_blank" width="150" height="150"

area shape="poly"
coords="241,303,267,308,274,321,294,309,321,354,25 1,390,261,399,254,428,243,
425,241,420,216,415,212,419,177,418,172,413,172,35 4,225,337"
href="PartenairesMidiPyrennees.htm" target="_blank"



I'd just like to open these 2 windows in a window whose size is 150*150 for
instance.
For the moment it's impossible and they always open in full screen.

Thank you for your help.

Arnaud (France)
Instead of linking to a page, put a # (hash, pound, square) where you
would normally put the page name in. In your case it would be:

href="#"

Instead of:

href="PartenairesRhoneAlpes.htm"

And get rid of the target as well.

Now go to the behaviours window and select open browser window from the
menu when you click on the '+'. Fill in the blanks and away you go!

--
Andy Jacobs
www.redcatmedia.net
Intelligent Websites For Intelligent Business People


Reply With Quote
  #3  
Old   
Cal
 
Posts: n/a

Default Re: Window with a precise size - 05-02-2005 , 04:09 PM




"Andy Jacobs" <andy (AT) redcatmedia (DOT) net> a écrit dans le message de news:
andy-0C082C.20333502052005 (AT) news...btinternet.com...
Quote:
In article <4276321c$0$295$626a14ce (AT) news (DOT) free.fr>,
"Cal" <bonbon (AT) com (DOT) hotmail> wrote:

Hello everybody,

Very hard with the online help to find what I'm looking for, so I've
decided
to try here.

Here is my code :


map name="Map"

area shape="poly"

coords="337,316,356,288,341,282,331,242,369,245,38 1,228,405,238,421,231,420,
245,450,230,460,252,453,259,467,284,447,294,408,34 4,345,338"
href="PartenairesRhoneAlpes.htm" target="_blank" width="150"
height="150"

area shape="poly"

coords="241,303,267,308,274,321,294,309,321,354,25 1,390,261,399,254,428,243,
425,241,420,216,415,212,419,177,418,172,413,172,35 4,225,337"
href="PartenairesMidiPyrennees.htm" target="_blank"



I'd just like to open these 2 windows in a window whose size is 150*150
for
instance.
For the moment it's impossible and they always open in full screen.

Thank you for your help.

Arnaud (France)

Instead of linking to a page, put a # (hash, pound, square) where you
would normally put the page name in. In your case it would be:

href="#"

Instead of:

href="PartenairesRhoneAlpes.htm"

And get rid of the target as well.

Now go to the behaviours window and select open browser window from the
menu when you click on the '+'. Fill in the blanks and away you go!

--
Andy Jacobs
www.redcatmedia.net
Intelligent Websites For Intelligent Business People

Thank you very much Andy for your complete answer. I'm going to try your
solution right now.

Arnaud




Reply With Quote
  #4  
Old   
Cal
 
Posts: n/a

Default Re: Window with a precise size - 05-02-2005 , 04:32 PM




"Cal" <bonbon (AT) com (DOT) hotmail> a écrit dans le message de news:
427688d4$0$308$626a14ce (AT) news (DOT) free.fr...
Quote:

Instead of linking to a page, put a # (hash, pound, square) where you
would normally put the page name in. In your case it would be:

href="#"

Instead of:

href="PartenairesRhoneAlpes.htm"

And get rid of the target as well.

Now go to the behaviours window and select open browser window from the
menu when you click on the '+'. Fill in the blanks and away you go!


It's working perfectly.
This was my first steps in the behaviours window !

Thanks once again.

Arnaud




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.