Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE DREAMWEAVER:HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

Re: img src file changes

COW Forums : Adobe Dreamweaver

FAQ   •   VIEW ALL   •   ADD A NEW POST   •   PRINT
Share on Facebook
Respond to this post   •   Return to posts index   •   Read entire thread


Richard WilliamsRe: img src file changes
by on Dec 13, 2009 at 4:47:00 pm

trust me... it works, it works perfectly, but you are not pasting the code correctly...
in both places you are inserting javascript you have this...
<SCRIPT LANGUAGE="JavaScript">
instead of this
<SCRIPT LANGUAGE="JavaScript">

Here is the full page code again...


<!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">

<head>

<TITLE>todaysdaydream</TITLE>

<SCRIPT LANGUAGE="JavaScript">



<!-- Begin

// Set up the image files to be used.

var theImages = new Array() // do not change this

// To add more image files, continue with the

// pattern below, adding to the array. 'filename/imagename.jpeg'



theImages[0] = 'todaysdaydream/today/pic001.jpg'

theImages[1] = 'todaysdaydream/today/pic002.jpg'

theImages[2] = 'todaysdaydream/today/pic003.jpg'

theImages[3] = 'todaysdaydream/today/pic004.jpg'

theImages[4] = 'todaysdaydream/today/pic005.jpg'

theImages[5] = 'todaysdaydream/today/pic006.jpg'

theImages[6] = 'todaysdaydream/today/pic007.jpg'

theImages[7] = 'todaysdaydream/today/pic008.jpg'





// do not edit anything below this line



var j = 0

var p = theImages.length;

var preBuffer = new Array()

for (i = 0; i < p; i++){

preBuffer[i] = new Image()

preBuffer[i].src = theImages[i]

}

var whichImage = Math.round(Math.random()*(p-1));

function showImage(){

document.write('<img src="'+theImages[whichImage]+'">');

}



// End -->

</script>

</head>

<BODY BGCOLOR="#1F1A17">

<STYLE type="text/css">

<!--



-->

</STYLE>

<DIV STYLE="position: absolute; left: 0px; top:0px; width: 1366px; height: 1008px;">

<img src="hex0.jpg" width="1366" height="1008" ALIGN=TOP BORDER=0 USEMAP="#hex0"></DIV>

<DIV STYLE="position: absolute; left: 191px; top:206px; width: 1132px; height: 792px;">

<SCRIPT LANGUAGE="JavaScript">



<!-- Begin

showImage();

// End -->

</script>

</DIV>

<MAP NAME="hex0">

<AREA SHAPE=RECT HREF="http://yourdaydreams.com" COORDS="15,110,125,126">

<AREA SHAPE=RECT HREF="http://yourdaydreams.com" COORDS="15,124,125,125">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.html" COORDS="17,169,106,182">

<AREA SHAPE=RECT HREF="http://yourdaydreams.com/thisweek.html" COORDS="17,196,77,206">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.html" COORDS="17,222,114,235">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.html" COORDS="18,250,84,260">

<AREA SHAPE=RECT HREF="http://neilspostcards.com" TARGET="_blank" COORDS="20,311,103,324">

<AREA SHAPE=RECT HREF="http://neilspostcards.com" TARGET="_blank" COORDS="20,323,103,324">

<AREA SHAPE=RECT HREF="http://neilsartworks.com" TARGET="_blank" COORDS="19,344,98,358">

<AREA SHAPE=RECT HREF="http://neilsartworks.com" TARGET="_blank" COORDS="19,357,98,358">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.htm" TARGET="_blank" COORDS="18,377,121,391">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.htm" TARGET="_blank" COORDS="18,389,121,390">

<AREA SHAPE=RECT HREF="http://mer-made4u.com" TARGET="_blank" COORDS="20,454,108,465">

<AREA SHAPE=RECT HREF="http://mer-made4u.com" TARGET="_blank" COORDS="20,454,108,465">

<AREA SHAPE=RECT HREF="http://austyles.com" TARGET="_blank" COORDS="21,487,88,501">

<AREA SHAPE=RECT HREF="http://austyles.com" TARGET="_blank" COORDS="21,487,88,501">

<AREA SHAPE=RECT HREF="http://yourdaydreams.com" COORDS="230,112,292,126">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.html" COORDS="351,112,382,123">

<AREA SHAPE=RECT HREF="http://austyles.com/wedphotog.html" COORDS="458,112,487,123">

<AREA SHAPE=RECT HREF="mailto:nrcampbell@aapt.net.au" TARGET="_self" COORDS="554,112,595,124">

</MAP>



</body>

</html>



Richard Williams
p.s. Please remember to rate our post replies and tick if solved. Also, please remember that we here are NOT employed by Adobe, we do this out of love and fun, so its always nice to recieve a Please and Thank You! :o)


Posts IndexRead Thread
Reply   Like  
Share on Facebook


Current Message Thread:




LOGIN TO REPLY



FORUMSTUTORIALSFEATURESVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]