Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Lets go for the last #1
Adjusting blank window sizes
Hello-
I am trying to create a blank window that is exactly the size of the layer and
image it contains. I have checked the help files and have messed with the
property fields and have been unable to achieve the desired size. It seems to
work ok when I test it in dreamweaver, but when I try the link from the parent
page, the window automatically adjusts to the parent window size. The link is
set as a "blank" window. Any help is appreceiated...
Thanks
Lets go for the last Guest
-
Go to URL open in blank window HELP!
Hi, Why cant I specify a new or blank browser window when usin dreamweaver's "Go To URL" behaivour? If i go into the code and replace... -
adjusting image sizes
it doesn't work because once the image loaded in the clip, the clip still conserve his beginning's property (height & widht) :( ademus@free.fr -
GetURL window sizes
Hey, i've been trying to create a pop-up window of a fixed size, to display photos but i didn't know how to do it. I looked through these forums, and... -
goToNetPage in a blank window
Hi there, I have a Behaviour (goToNetPage) for a hyperlink, but I want the hyperlink to open in a blank browser window. I tried inserting some... -
Automatic imaging resizing for different window sizes?
Tried searching but not found anything suitable. Basically i have a rectangle with a "hatch5" fill, exported to a gif file which i use as a... -
darrel #2
Re: Adjusting blank window sizes
> I am trying to create a blank window that is exactly the size of the
layer andto> image it contains. I have checked the help files and have messed with the
> property fields and have been unable to achieve the desired size. It seemsparent> work ok when I test it in dreamweaver, but when I try the link from theis> page, the window automatically adjusts to the parent window size. The linkif targetting a window, you have no control over it at all. If you want> set as a "blank" window. Any help is appreceiated...
control, you need to launch the window via javascript:
<a href="page.html" onClick="window.open('page.html', 'windowname',
'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,r
esizable=yes,copyhistory=no,width=300,height=290') ;return false;">Text
Link</a>
-Darrel
darrel Guest



Reply With Quote

