[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

repeat region but need an if then in javascript asp in case the image does not dowload

Asked by wdeley in Adobe Dreamweaver

Tags: region, repeat

In my database, I have about 1 file link for every four rows (of the same Advertiser).  The file link is a logo of the advertiser.  Right now I get this ugly "x" where the 2-4 other non-images exist.  Instead, I would like to replace it with a 1x1 transparent pixel.
I tried putting the following where the repeat region exists but can get it to work.

Here is what Webwoman suggested in a different forum for VBscript.  I couldn't get this to work in Javascript
Like this...

<% if rs("sm_image")<>"" then %>
  <img src="default_images_path/<%=rs("sm_image")%>">
<%else%>
  <img src="default_image.gif">
<%end if%>

You'd do the same for the other images. If you don't want to display a default image (I just do 'photo not available' as a graphic), you could display text that says the same thing.


In my case, This is the link and name of the recordset in my cell <img src="../image88/<%=(Recordset1.Fields.Item("ImageURL").Value)%>">


Please write me an if then that works in javascript asp
[+][-]08/08/03 10:12 AM, ID: 9109658Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Adobe Dreamweaver
Tags: region, repeat
Sign Up Now!
Solution Provided By: kanary
Participating Experts: 2
Solution Grade: B
 
[+][-]08/08/03 06:49 PM, ID: 9112445Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/08/03 07:00 PM, ID: 9112456Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/09/03 01:34 AM, ID: 9113168Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/09/03 07:36 AM, ID: 9113755Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08/09/03 03:21 PM, ID: 9115276Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/09/03 05:41 PM, ID: 9115587Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/09/03 11:03 PM, ID: 9116213Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81