This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > February 2006 > HOW DO I DO THIS?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author HOW DO I DO THIS?
mllnprod

2006-02-12, 6:43 pm

http://www.lexus.com/models/ls/gall...ior_photos.html

load on the link above. On the Lexus website, if you click on the car photo
at the bottom it brings up an alternate page with no menu bar or nav or
anything, just the car photo. How is this done? I know most of the page is
flash but there is some HTML so I know this can be done in DW.

Alan Smithee Jr.

2006-02-12, 6:43 pm

>...so I know this can be done in DW.

Yes, with the Open Browser Window behavior as indicated in your other thread
about Quicktime Movies.
Use the Behavior and don't check any of the options for the various
elements.

Go back and look at your Quicktime Movie thread for a description about how
to open your QT movie in a "pop-up" as you called it.




Yu tochin

2006-02-12, 6:43 pm

You need to use JavaScript to Change the src property of the img tag.
Alan Smithee Jr.

2006-02-12, 6:43 pm

I can only imagine that you are confused about what you are calling a "popup
window."
When the Lexus details you referred to appear upon clicking the image as you
describe...is that, in your cosmology, a "popup window"?


bigopera

2006-02-12, 6:43 pm

go to the NNTP version of this forum for a faster, more effecient communication.
mllnprod

2006-02-12, 6:43 pm

After researching I figured out what I am looking for is a popup window. If I
use the "Open Browser Window" behavior it requires me to open a browser and
then it gives me a popup. I just want to click on a button that opens a popup
window.

mllnprod

2006-02-12, 6:43 pm

I have figured it out. What I am trying to do is create a pop-up with no tool
bar, menu bar, etc. By using a flash button and Html the code below works.
Anyway, thanks for putting up with me.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--

function popup() {

window.open('fileName','','toolbar=no,location=no,directories=no,status=no,menub
ar=no,scrollbars=no,resizable=no,width=320,height=25,left=0,top=0');
}
//-->
</script>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>test8</title>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<a href="JavaScript:popup();"></a>
<!--text used in the movie-->
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="550" height="400" id="test8" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="test8.swf" />
<param name="loop" value="false" />
<param name="quality" value="best" />
<param name="bgcolor" value="#ffffff" />
<embed src="test8.swf" loop="false" quality="best" bgcolor="#ffffff"
width="550" height="400" name="test8" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>


Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews