Fixed page size

message from David on 21 Jul 2004
This is probably something simple, and has no doubt been dealt with before,
I have looked but can't find any references and it has me stumped.

I would like to open a .htm link, from the current page, and have the linked
page open with a fixed page size. I know I can do it with "behaviours" and a
new browser window (pop up) but I can not find any way of stipulating the
page size for a given link to open.

JavaScript is something akin to the Enigma code for me! so if it has to be
JavaScript please give me instructions as though I was about to take your
new BMW for a test drive and I have only ever ridden push bikes before!

Many thanks,

David
 
Piers 2k replied to David on 21 Jul 2004
David,

Which behaviour are you looking at? From what you said, the Open Browser
Window behaviour sounds like it will do. It has width and height options
available. If not, I'm not sure what you want it to do?

Piers
 
Dooza replied to Piers 2k on 21 Jul 2004
all you need to do is create a link with javascript:; as the link, then
apply the open browser window behaviour to it, making sure the behaviour
points to the page you want to open.

Dooza
 
Gary White replied to Dooza on 21 Jul 2004
That will make the link inaccessible to users without JavaScript enabled
and that includes search engines. You can fix that and still get the
behavior you want with an accessible link. See
http://apptools.com/rants/popups.php.

Gary
 
Dooza replied to Gary White on 21 Jul 2004
Ahh I see. Use the correct link instead of javascript:; and pop ;return
false at the end of the onClick and hey presto, its happy. Now, is there a
behaviour that does this? ;)

Steve
 
Murray *TMM* replied to Dooza on 21 Jul 2004
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
==================
"Dooza" <steve@whatareyoudooza.tv> wrote in message
news:cdm5sk$o15$1@forums.macromedia.com...
 
Gary White replied to Murray *TMM* on 21 Jul 2004
PVII has EVERYTHING!!! :-)

Gary
 
Murray *TMM* replied to Gary White on 21 Jul 2004
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
==================
"Gary White" <reply@newsgroup.please> wrote in message
news:qc9tf0tq2f33f2ks2rgofr5v4uav00vngi@4ax.com...
 
:. Nadia .: replied to Murray *TMM* on 22 Jul 2004
What is this thing with you and dolls lately Murray
Þ
Nadia

"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:cdm8r2$rup$1@forums.macromedia.com...
 
Murray *TMM* replied to :. Nadia .: on 22 Jul 2004
8)
 
Gary White replied to Murray *TMM* on 21 Jul 2004
Hmmm ... I wouldn't bet on it. ;-)

Gary
 
Dooza replied to Murray *TMM* on 21 Jul 2004
sounds cool, time to check it out. Thanks Murray!

Steve
 
Murray *TMM* replied to Dooza on 21 Jul 2004
You're welcome!
 

Archived message: Fixed page size (Macromedia Dreamweaver)