Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Why in the world don't these links work? (DW 3)
Old 06-21-2005, 10:46 AM Why in the world don't these links work? (DW 3)
Average Talker

Posts: 23
Trades: 0
Hi,

I'm using Dreamweaver 3 on my Mac, OS 8.6. I've built a page which is uploaded to my site - http://www.federguide.com/one-stop_media_center.html

On this page, there are lots of links that the user can use to download different formats.
They all work except for two: the high-res jpeg and lo-res jpeg next to the heading "Full color book cover (front, spine, back)". It's the third line from the bottom and looks like this:

Full color book cover (front, spine, back) Hi-res jpeg* *Lo-res jpeg**tif* PDF

It's very strange because the other high-res jpeg and lo-res jpeg links work fine, with the two that are a problem, it opens up a new window (as it should) but the new window has the name of the jpeg and "26x26 pixels" written next to it as it's title. It shows only a little box with a red "x" in it. I have tried redoing the links, cutting and pasting the other lines with links that do work and changing the links, resaving the jpegs with new names - nothing works. It makes no sense to me at all why the same type of link would work fine on the lines above and below the line that has a problem. I've added plenty of links before and never had a problem like this. Any ideas??

Thanks very much,

Erik

Here's the source code for that page:

<html>
<head>
<!-- #BeginEditable "doctitle" -->
<title>The Feder Guide to Where to Park In Manhattan (and Where Not to Park It!)</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--

function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_nbGroup(event, grpName) { //v3.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
if ((nbArr = document[grpName]) != null)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,l astKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
//-->
</script>
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,p ropNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+ ')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}

function MM_initTimelines() {
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(1);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 16;
document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0].lastFrame = 16;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#999999" onLoad="MM_preloadImages('images/How_to_use_down.gif','images/How_to_use_clicked.gif','images/inspiration_down.gif','images/inspiration_clicked.gif','images/about_author_clicked.gif','images/about_rhythmo_down.gif','images/about_rhythmo_clicked.gif','images/buy_federguide_down.gif','images/buy_federguide_clicked.gif','images/buy_rhythmo_down.gif','images/samples_down.gif','images/samples_clicked.gif','images/Buy_Rhythmo_clicked.gif','images/about_author_down.gif','images/contact_down.gif','images/contact_clicked.gif','images/buy_ebook_down.gif','images/buy_ebook_clicked.gif','images/what%27s_next_down.gif','images/what%27s_next_clicked.gif','images/How_to_use_over_dot.gif','images/inspiration_over_dot.gif','images/about_author_over_dot.gif','images/about_rhythmo_over_dot.gif','images/contact_over_dot.gif','images/buy_federguide_over_dot.gif','images/buy_ebook_over_dot.gif','images/buy_rhythmo_over_dot.gif','images/samples_over_dot.gif','images/what%27s_next_over_dot.gif');MM_timelinePlay('Time line1')" background="images/yellow_background_3_04_05.gif">
<div id="Layer1" style="position: absolute; left: 1px; top: 13px; width: 274px; height: 55px; z-index: 1"><a href="index.html"><img src="images/federguide_banner.gif" width="273" height="54" name="federguidebanner" border="0"></a></div>
<div id="Layer7" style="position: absolute; left: 572px; top: 13px; width: 142px; height: 62px; z-index: 7"><a href="about_rhythmo_productions.html"><img src="images/rhythmo_logo.gif" width="142" height="62" name="logo" border="0"></a></div>
<div id="Layer8" style="position: absolute; left: 26px; top: 906px; width: 619px; height: 14px; z-index: 8">
<div align="left"><font face="Arial, Helvetica, sans-serif">Problems with this
website? Contact the webmaster at: <a href="mailto:webmaster@federguide.com">webmaster@f ederguide.com</a></font></div>
</div>
<div id="Layer4" style="position:absolute; left:2px; top:100px; width:226px; height:400px; z-index:9">
<p>&nbsp;</p>
<p><a href="how_to_use.html" onClick="MM_nbGroup('down','group1','how_to_use',' images/How_to_use_down.gif',1)" onMouseOver="MM_nbGroup('over','how_to_use','image s/How_to_use_over_dot.gif','images/How_to_use_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="how_to_use" src="images/How_to_use_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="inspiration.html" onClick="MM_nbGroup('down','group1','inspiration', 'images/inspiration_down.gif',1)" onMouseOver="MM_nbGroup('over','inspiration','imag es/inspiration_over_dot.gif','images/inspiration_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="inspiration" src="images/inspiration_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="about_the_author.html" onClick="MM_nbGroup('down','group1','about_author' ,'images/about_author_down.gif',1)" onMouseOver="MM_nbGroup('over','about_author','ima ges/about_author_over_dot.gif','images/about_author_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="about_author" src="images/about_author_up.gif" border="0" onLoad=""></a><a href="about_rhythmo_productions.html" onClick="MM_nbGroup('down','group1','about_rhythmo ','images/about_rhythmo_down.gif',1)" onMouseOver="MM_nbGroup('over','about_rhythmo','im ages/about_rhythmo_over_dot.gif','images/about_rhythmo_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="about_rhythmo" src="images/about_rhythmo_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="contact_us.html" onClick="MM_nbGroup('down','group1','contact','ima ges/contact_down.gif',1)" onMouseOver="MM_nbGroup('over','contact','images/contact_over_dot.gif','images/contact_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="contact" src="images/contact_up.gif" border="0" onLoad=""></a><a href="http://www.netmemberservices.com/members/federguide/cart/inv.php?catid=1" onClick="MM_nbGroup('down','group1','buy_federguid e','images/buy_federguide_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_federguide','i mages/buy_federguide_over_dot.gif','images/buy_federguide_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_federguide" src="images/buy_federguide_up.gif" border="0" onLoad=""></a><a href="buy_ebook_version.html" onClick="MM_nbGroup('down','group1','buy_ebook','i mages/buy_ebook_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_ebook','images/buy_ebook_over_dot.gif','images/buy_ebook_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_ebook" src="images/buy_ebook_up.gif" border="0" onLoad=""></a><a href="buy_other_rhythmo_products.html" onClick="MM_nbGroup('down','group1','buy_rhythmo', 'images/buy_rhythmo_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_rhythmo','imag es/buy_rhythmo_over_dot.gif','images/Buy_Rhythmo_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_rhythmo" src="images/buy_rhythmo_up.gif" border="0" onLoad=""></a><a href="free_samples.html" onClick="MM_nbGroup('down','group1','samples','ima ges/samples_down.gif',1)" onMouseOver="MM_nbGroup('over','samples','images/samples_over_dot.gif','images/samples_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="samples" src="images/samples_up.gif" border="0" onLoad=""></a><a href="whats_next.html" onClick="MM_nbGroup('down','group1','whats_next',' images/what%27s_next_down.gif',1)" onMouseOver="MM_nbGroup('over','whats_next','image s/what%27s_next_over_dot.gif','images/what%27s_next_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="whats_next" src="images/what%27s_next_up.gif" border="0" onLoad=""></a></p>
</div>
<div id="Layer2" style="position:absolute; left:228px; top:139px; width:523px; height:153px; z-index:10">
<p><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2">Download
the media kit from our &quot;One-Stop Media Center&quot; for<br>
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><font face="Verdana, Chicago, New York, Charcoal">"The
Feder Guide to Where to Park Your Car in Manhattan (and Where <u>Not</u> to
Park It!)" - Downtown Edition:</font></b></font><br>
</font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">**We have prepared
our press materials in a variety of formats so that you can pick the file
type that best suits your needs. Click on the file type next to the document
or image name below with which you prefer to work**</font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Press release
&nbsp; </font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Rhythmo%20press%20release.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="Rhythmo%20press%20release.html">HTML</a> &nbsp;&nbsp;<a href="text/rhythmo%20press%20release.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Rhythmo%20press%20release.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Stat/Sell Sheet&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/federguide_sell-stat_sheet.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_stat-sell_sheet.html">HTML</a> &nbsp;&nbsp;<a href="text/stat-sell%20sheet.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/federguide_sell-stat_sheet.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Author Bio&nbsp;&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Erik_Feder_author_bio.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_author_bio.html">HTML</a> &nbsp;&nbsp;<a href="text/author_bio.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Erik_Feder_author_bio.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Sample Q &amp;
A with the author&nbsp;&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/erik_feder_sample_Q&amp;A.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_sample_Q&amp;A_page1.html">HTML</a> &nbsp;&nbsp;<a href="text/Sample%20Q&amp;A.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/erik_feder_sample_Q&amp;A.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Table of Contents
from &quot;The Feder Guide... - Downtown Edition&quot;<br>
</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Table%20of%20Contents.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="table_of_contents.html">HTML</a> &nbsp;&nbsp;<a href="text/table%20of%20contents.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Table%20of%20Contents.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2"><a href="news_pegs.html">News
&quot;Pegs&quot; you can build a story around</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color book
cover (front only)&nbsp;&nbsp;<a href="images/federguide_cover_hi-res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/federguide_cover_lo-res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp; &nbsp;<a href="images/front_cover.tif" target="_blank">tif</a>&nbsp;&nbsp;&nbsp;<a href="images/front_cover.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color book
cover (front, spine, back) <a href="images/fullcoverhires.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/FederGuide_cover_for_press.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;<a href="images/front__spine_back_cover.tif" target="_blank">tif</a>&nbsp;
<a href="images/front_spine_back_cover.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color author
picture&nbsp;&nbsp;<a href="images/Erik%20Feder_hi_res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/Erik%20Feder_lo_res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;<a href="images/Erik%20Feder.tif" target="_blank">tif</a>
&nbsp;&nbsp;<a href="images/Erik%20Feder.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">A different full
color author picture&nbsp;&nbsp;<a href="images/author_pic_hi-res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp;&nbsp; <a href="images/author_pic_lo-res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;&nbsp;<a href="images/author_pic.tif" target="_blank">tif</a>
&nbsp;&nbsp;<a href="images/author_pic.pdf" target="_blank">PDF</a></font></p>
<p>&nbsp;</p>
</div>
<div id="Layer6" style="position:absolute; left:235px; top:102px; width:279px; height:14px; z-index:13"><font face="Arial, Helvetica, sans-serif" size="2"><a href="index.html">Back
to federguide homepage</a></font></div>
<div id="Layer9" style="position:absolute; left:26px; top:887px; width:316px; height:12px; z-index:14"><font face="Arial, Helvetica, sans-serif" size="2"><a href="index.html">Back
to federguide homepage</a></font></div>
</body>
</html>
erikfeder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-21-2005, 06:35 PM
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
I noticed a javascript error in IE. However, this may not be the problem.
First, I would make sure that the image paths are correct and they are spelled correctly.
Second I would fix the Javascript error. Try this:

<html>
<head>
<!-- #BeginEditable "doctitle" -->
<title>The Feder Guide to Where to Park In Manhattan (and Where Not to Park It!)</title>
<!-- #EndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--

function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_nbGroup(event, grpName) { //v3.0
var i,img,nbArr,args=MM_nbGroup.arguments;
if (event == "init" && args.length > 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
}
else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : args[i+1];
nbArr[nbArr.length] = img;
}
}
else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
if ((nbArr = document[grpName]) != null)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
}
}
}

function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,l astKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
}
else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
//-->
</script>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
}
}
// -->
</script>
<script language="JavaScript">
<!--
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,p ropNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+ ')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
}
else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}

function MM_initTimelines() {
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(1);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 15;
document.MM_Time[0][0] = new String("behavior");
document.MM_Time[0][0].frame = 16;
document.MM_Time[0][0].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0].lastFrame = 16;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#999999" onLoad="MM_preloadImages('images/How_to_use_down.gif','images/How_to_use_clicked.gif','images/inspiration_down.gif','images/inspiration_clicked.gif','images/about_author_clicked.gif','images/about_rhythmo_down.gif','images/about_rhythmo_clicked.gif','images/buy_federguide_down.gif','images/buy_federguide_clicked.gif','images/buy_rhythmo_down.gif','images/samples_down.gif','images/samples_clicked.gif','images/Buy_Rhythmo_clicked.gif','images/about_author_down.gif','images/contact_down.gif','images/contact_clicked.gif','images/buy_ebook_down.gif','images/buy_ebook_clicked.gif','images/what%27s_next_down.gif','images/what%27s_next_clicked.gif','images/How_to_use_over_dot.gif','images/inspiration_over_dot.gif','images/about_author_over_dot.gif','images/about_rhythmo_over_dot.gif','images/contact_over_dot.gif','images/buy_federguide_over_dot.gif','images/buy_ebook_over_dot.gif','images/buy_rhythmo_over_dot.gif','images/samples_over_dot.gif','images/what%27s_next_over_dot.gif');MM_timelinePlay('Time line1')" background="images/yellow_background_3_04_05.gif">
<div id="Layer1" style="position: absolute; left: 1px; top: 13px; width: 274px; height: 55px; z-index: 1"><a href="index.html"><img src="images/federguide_banner.gif" width="273" height="54" name="federguidebanner" border="0"></a></div>
<div id="Layer7" style="position: absolute; left: 572px; top: 13px; width: 142px; height: 62px; z-index: 7"><a href="about_rhythmo_productions.html"><img src="images/rhythmo_logo.gif" width="142" height="62" name="logo" border="0"></a></div>
<div id="Layer8" style="position: absolute; left: 26px; top: 906px; width: 619px; height: 14px; z-index: 8">
<div align="left"><font face="Arial, Helvetica, sans-serif">Problems with this
website? Contact the webmaster at: <a href="mailto:webmaster@federguide.com">webmaster@f ederguide.com</a></font></div>
</div>
<div id="Layer4" style="position:absolute; left:2px; top:100px; width:226px; height:400px; z-index:9">
<p>&nbsp;</p>
<p><a href="how_to_use.html" onClick="MM_nbGroup('down','group1','how_to_use',' images/How_to_use_down.gif',1)" onMouseOver="MM_nbGroup('over','how_to_use','image s/How_to_use_over_dot.gif','images/How_to_use_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="how_to_use" src="images/How_to_use_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="inspiration.html" onClick="MM_nbGroup('down','group1','inspiration', 'images/inspiration_down.gif',1)" onMouseOver="MM_nbGroup('over','inspiration','imag es/inspiration_over_dot.gif','images/inspiration_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="inspiration" src="images/inspiration_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="about_the_author.html" onClick="MM_nbGroup('down','group1','about_author' ,'images/about_author_down.gif',1)" onMouseOver="MM_nbGroup('over','about_author','ima ges/about_author_over_dot.gif','images/about_author_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="about_author" src="images/about_author_up.gif" border="0" onLoad=""></a><a href="about_rhythmo_productions.html" onClick="MM_nbGroup('down','group1','about_rhythmo ','images/about_rhythmo_down.gif',1)" onMouseOver="MM_nbGroup('over','about_rhythmo','im ages/about_rhythmo_over_dot.gif','images/about_rhythmo_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="about_rhythmo" src="images/about_rhythmo_up.gif" border="0" onLoad="" width="216" height="36"></a><a href="contact_us.html" onClick="MM_nbGroup('down','group1','contact','ima ges/contact_down.gif',1)" onMouseOver="MM_nbGroup('over','contact','images/contact_over_dot.gif','images/contact_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="contact" src="images/contact_up.gif" border="0" onLoad=""></a><a href="http://www.netmemberservices.com/members/federguide/cart/inv.php?catid=1" onClick="MM_nbGroup('down','group1','buy_federguid e','images/buy_federguide_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_federguide','i mages/buy_federguide_over_dot.gif','images/buy_federguide_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_federguide" src="images/buy_federguide_up.gif" border="0" onLoad=""></a><a href="buy_ebook_version.html" onClick="MM_nbGroup('down','group1','buy_ebook','i mages/buy_ebook_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_ebook','images/buy_ebook_over_dot.gif','images/buy_ebook_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_ebook" src="images/buy_ebook_up.gif" border="0" onLoad=""></a><a href="buy_other_rhythmo_products.html" onClick="MM_nbGroup('down','group1','buy_rhythmo', 'images/buy_rhythmo_down.gif',1)" onMouseOver="MM_nbGroup('over','buy_rhythmo','imag es/buy_rhythmo_over_dot.gif','images/Buy_Rhythmo_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="buy_rhythmo" src="images/buy_rhythmo_up.gif" border="0" onLoad=""></a><a href="free_samples.html" onClick="MM_nbGroup('down','group1','samples','ima ges/samples_down.gif',1)" onMouseOver="MM_nbGroup('over','samples','images/samples_over_dot.gif','images/samples_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="samples" src="images/samples_up.gif" border="0" onLoad=""></a><a href="whats_next.html" onClick="MM_nbGroup('down','group1','whats_next',' images/what%27s_next_down.gif',1)" onMouseOver="MM_nbGroup('over','whats_next','image s/what%27s_next_over_dot.gif','images/what%27s_next_clicked.gif',1)" onMouseOut="MM_nbGroup('out')"><img name="whats_next" src="images/what%27s_next_up.gif" border="0" onLoad=""></a></p>
</div>
<div id="Layer2" style="position:absolute; left:228px; top:139px; width:523px; height:153px; z-index:10">
<p><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2">Download
the media kit from our &quot;One-Stop Media Center&quot; for<br>
</font><font face="Arial, Helvetica, sans-serif" size="2"><b><font face="Verdana, Chicago, New York, Charcoal">"The
Feder Guide to Where to Park Your Car in Manhattan (and Where <u>Not</u> to
Park It!)" - Downtown Edition:</font></b></font><br>
</font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">**We have prepared
our press materials in a variety of formats so that you can pick the file
type that best suits your needs. Click on the file type next to the document
or image name below with which you prefer to work**</font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Press release
&nbsp; </font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Rhythmo%20press%20release.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="Rhythmo%20press%20release.html">HTML</a> &nbsp;&nbsp;<a href="text/rhythmo%20press%20release.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Rhythmo%20press%20release.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Stat/Sell Sheet&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/federguide_sell-stat_sheet.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_stat-sell_sheet.html">HTML</a> &nbsp;&nbsp;<a href="text/stat-sell%20sheet.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/federguide_sell-stat_sheet.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Author Bio&nbsp;&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Erik_Feder_author_bio.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_author_bio.html">HTML</a> &nbsp;&nbsp;<a href="text/author_bio.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Erik_Feder_author_bio.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Sample Q &amp;
A with the author&nbsp;&nbsp;&nbsp;</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/erik_feder_sample_Q&amp;A.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="view_sample_Q&amp;A_page1.html">HTML</a> &nbsp;&nbsp;<a href="text/Sample%20Q&amp;A.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/erik_feder_sample_Q&amp;A.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Table of Contents
from &quot;The Feder Guide... - Downtown Edition&quot;<br>
</font><font face="Verdana, Chicago, New York, Charcoal" size="3"><font size="2"><img src="images/word.gif" width="16" height="16" align="absmiddle"></font></font><font face="Verdana, Chicago, New York, Charcoal" size="2">&nbsp;<a href="text/Table%20of%20Contents.doc" target="_blank">WORD</a>
&nbsp;&nbsp;&nbsp;<a href="table_of_contents.html">HTML</a> &nbsp;&nbsp;<a href="text/table%20of%20contents.pdf" target="_blank">PDF</a>
&nbsp;&nbsp;<a href="text/Table%20of%20Contents.txt" target="_blank">Plain
Text</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2"><a href="news_pegs.html">News
&quot;Pegs&quot; you can build a story around</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color book
cover (front only)&nbsp;&nbsp;<a href="images/federguide_cover_hi-res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/federguide_cover_lo-res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp; &nbsp;<a href="images/front_cover.tif" target="_blank">tif</a>&nbsp;&nbsp;&nbsp;<a href="images/front_cover.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color book
cover (front, spine, back) <a href="images/fullcoverhires.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/fullcoverlores.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;<a href="images/front__spine_back_cover.tif" target="_blank">tif</a>&nbsp;
<a href="images/front_spine_back_cover.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">Full color author
picture&nbsp;&nbsp;<a href="images/Erik%20Feder_hi_res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp; &nbsp;<a href="images/Erik%20Feder_lo_res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;<a href="images/Erik%20Feder.tif" target="_blank">tif</a>
&nbsp;&nbsp;<a href="images/Erik%20Feder.pdf" target="_blank">PDF</a></font></p>
<p><font face="Verdana, Chicago, New York, Charcoal" size="2">A different full
color author picture&nbsp;&nbsp;<a href="images/author_pic_hi-res.jpg" target="_blank">Hi-res
jpeg</a>&nbsp;&nbsp; <a href="images/author_pic_lo-res.jpg" target="_blank">Lo-res
jpeg</a>&nbsp;&nbsp;&nbsp;<a href="images/author_pic.tif" target="_blank">tif</a>
&nbsp;&nbsp;<a href="images/author_pic.pdf" target="_blank">PDF</a></font></p>
<p>&nbsp;</p>
</div>
<div id="Layer6" style="position:absolute; left:235px; top:102px; width:279px; height:14px; z-index:13"><font face="Arial, Helvetica, sans-serif" size="2"><a href="index.html">Back
to federguide homepage</a></font></div>
<div id="Layer9" style="position:absolute; left:26px; top:887px; width:316px; height:12px; z-index:14"><font face="Arial, Helvetica, sans-serif" size="2"><a href="index.html">Back
to federguide homepage</a></font></div>
</body>
</html>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Last edited by kline11; 06-21-2005 at 06:36 PM.. Reason: typo
kline11 is offline
Reply With Quote
View Public Profile
 
Old 06-21-2005, 08:35 PM
Average Talker

Posts: 23
Trades: 0
Thanks for trying, but it didn't help the problem with the link not working. I double checked that the path and file names are correct. I juat don't get it.
erikfeder is offline
Reply With Quote
View Public Profile
 
Old 06-22-2005, 02:16 PM
kline11's Avatar
SearchBliss Web Tools

Posts: 1,782
Name: John
Location: USA
Trades: 0
Try this.
Open the images that aren't showing up into your image editor, then save them again as
"fullcoverhires" and "fullcoverlores" (replacing the original jpegs). Then upload them onto the server
to once again replace the originals. Next, test out the links.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
kline11 is offline
Reply With Quote
View Public Profile
 
Old 07-11-2005, 10:06 AM
Average Talker

Posts: 23
Trades: 0
I figurd out the problem - they were originally saved in photoshop as cmyk files. Changed to rgb and it worked.
erikfeder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Why in the world don't these links work? (DW 3)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.66901 seconds with 12 queries