Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DW MX Popup name and close button
Name: maximusimo Date: July 19, 2005 at 12:52:32 Pacific OS: Windows XP CPU/Ram: 786MB RAM
Comment:
HI,
not sure if this is possible but anyway.
I have a popup window of an image that appears when a thumbnail of the image is clicked within the main website. When this window opens, in the titlebar it shows the url of the image opened.
What I want to is have the title on the title bar changed to the name of the website and include a "Close Window" button at the bottom of the window.
I have used the Behaviours panel and "Open Browser Window" OnCLick to create the popup.
Below is the code from one of the thumbnails and how it creates the popup:
Name: paulturner84 Date: July 20, 2005 at 04:25:38 Pacific
Reply:
you need to be able to code in java script. this will give the best results as it can get around pop up blockers. the easy way would be to search for a website who will generate the code for you. however most sites charge for this option.
Summary: HEY! I have a problem. I have a picture link, when it is clicked on i need it to open to a specific size, with no scrollbar or anything, just a close button, Does anyone know the code to set a specifi...
Summary: I am new to DW MX. Trying to get a simple database to display records. I do the steps detailed in the tutorials and the query tests good (displays the desired records). However, when I upload the web ...
Summary: Just create your form tag as you would normally with a target to the name you will create to the popup window. But instead of a SUBMIT button, create a generic button with an onClick action to a JS fu...