Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
richsky #1
Contribute and Pop-Up windows
Hi there,
Offently I have user that want pop-up windows on their site to provide
enlarged view of thumbnail pics to their website visitors. Of course with a
little javascript fonction and a link do the trick.
But how to provide Contribute Users the possibility to add more thumbnails and
a larger associated view in a pop-up window using a javascript link?
Code:
[Q]<a href="/i/terrasse.htm" onclick="return popup('/p/en/terrasse.php')"><img
src="/i/terrasse_s.jpg" alt="Terrasse View" width="350" height="258"
class="image_align_left" /></a>[/Q]
Javascript:
[Q]function popup(url, name, width, height) {
var settings =
"toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=yes,resiz
able=yes,width="+width+",height="+height;
window.open(url,name, settings);
}
[/Q]
Any idea?
richsky Guest
-
Windows wants to install Contribute
I no longer have Contribue 3 on my computer. When I use Windows Explorer and right click on a file, or delete an item from my Desktop, or sometimes... -
Contribute and Windows Vista
I just upgraded to a computer running Windows Vista Ultimate. I have Contribute 3.0 loaded, but it will not run on this computer. Is there a fix,... -
Contribute 4 with Windows Vista
Has anyone tried Contribute 4 with the Vista environment yet? I have a client using Contribute 4 that is wanting to move to Vista. I've read the... -
Bug in contribute with Windows FTP
I have Windows FTP server 2003 with WIndows FTP. I tried COntribute 3, but the problem is that after I edit and publish file it says Ican not edit... -
HELP!!! Contribute 3 Windows will NOT open
Help!!! Contribute 3 will not open for my client. I went to fix her computer problems, I uninstalled .Net 1.1, and while it was doing so, a dialog... -
richsky #2
Re: Contribute and Pop-Up windows
Hmm, nobody's ever had this question or I'd better to go on Dreamwavers' forum?
richsky Guest
-
ThinkInk #3
Re: Contribute and Pop-Up windows
I usually create some javascript/php app that calls image files from a specific
folder. In that folder the Contribute user uploads images (menu: File, Publish
file from my computer) and the thumbnails can be created dynamically. Some
lightbox scripting would be nice to, instead of using popups.
ThinkInk Guest



Reply With Quote

