Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
tim_ver #1
Popup window issue
have a popup window I want to create it so the window popsup in a new window
upper righthand corner with no tool bar or scroll bars and a specific size like
400x400. What is the line for this?
Right now I have: <p align="left"><font size="2" face="Arial"><a href="c.html"
target="_blank">Zone</a>
Thanks
tim_ver Guest
-
Popup Window
Hi all, is there a way to show a popup window with additional information without calling the page from the server again? Cheers Rob -
Popup menu on popup window
Hi, I want to create a popup menu when a button on a popup window is clicked. I have this in my popup window: myMenu =... -
Popup Window in a DataGrid
Hi, Do u know how to make a HyperLinkColumn in a DataGrid that would pop up a new window with details of the row that the user clicked on. I... -
can a popup window return data to parent window?
Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user... -
REQ: Help with popup window....
I am a confessed novice with Dreamweaver MX & web design. I am looking for some help in creating a popup window, NOT a popup message, on my... -
E Michael Brandt #2
Re: Popup window issue
To pop up a window in the upper right corner of the screen requires a
bit of javascript that detects the user's screen resolution, perhaps
detects the available window space, and then computes the x,y position
to place your popup of a given size. The popup itself is opened with
the OpenBrowser behavior using the numbers that javascript has generated.
emichael brandt
tim_ver wrote:> have a popup window I want to create it so the window popsup in a new window
> upper righthand corner with no tool bar or scroll bars and a specific size like
> 400x400. What is the line for this?
>
> Right now I have: <p align="left"><font size="2" face="Arial"><a href="c.html"
> target="_blank">Zone</a>
>
> Thanks
>E Michael Brandt Guest
-
reginald ex #3
Re: Popup window issue
Note: many browser have popup blockers, so the use of popup windows can be problematic. However this may not be an issue that effects you.
reginald ex Guest



Reply With Quote

