Advertisement

01.18.2004 at 11:12AM PST, ID: 20854494
[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!

6.8

Loading Images

Asked by librazone in JavaScript

Tags: ,

When I run my code on a netscape browser the image size is limited to the size of the original image.Is it possible to load images into a page without using a place holder so that the images load at their true size?

This is the code I'm using.My original method of doing the image flip has been commented out.My problem now seems to be with the document.src statement.

<HTML>
<HEAD>
<TITLE>SECOND FRAME</TITLE>
<SCRIPT language="Javascript">
<!--
                    
               var str="montreal/12canal/";
             //var y=parseInt(str);
           var y=12;
              for (var num=1;num<(y+1);num++) {
   
                  eval("phot"+num+"=new Image()");
                       eval("phot"+num+".src='"+str+num+"jmg.jpg'");
                          }
       
         var num=1;

         function imgflip(x) {
             if(x==0) {
                 num=1;
                         y=0;
                 return;
                 }
          document.src=eval("phot"+num+".src");
                   num++;
               if(num>y) num=1;      
             setTimeout('imgflip(1)',111500);
return;
}

//-->
</SCRIPT>
<SCRIPT >
imgflip(1);
</SCRIPT>
</HEAD>
<BODY BGCOLOR="1f0000">
<DIV align=center>
<FONT SIZE=6><FONT FACE="serife" color="14aa00">

I WAS USING THIS
<!--<A HREF="MONTREALLOAD.HTML"   onLoad="javascript:imgflip(1)"; onUnload="imageflip(0)"><IMG SRC="door.gif" name="mypics" BORDER="0"> </A>-->

AND NOW I'M TRYING THIS
<SCRIPT >
imgflip(1);
</SCRIPT>

</DIV>
<B>
</FONT>
</BODY>
</HTML>
Start Free Trial
[+][-]01.18.2004 at 11:44AM PST, ID: 10141627

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.18.2004 at 02:22PM PST, ID: 10142257

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.18.2004 at 05:48PM PST, ID: 10143104

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.19.2004 at 02:54AM PST, ID: 10145417

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.19.2004 at 08:29AM PST, ID: 10147568

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.18.2004 at 06:26AM PST, ID: 10392619

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.22.2004 at 11:25AM PST, ID: 10427090

View this solution now by starting your 7-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: JavaScript
Tags: javascript, image
Sign Up Now!
Solution Provided By: PashaMod
Participating Experts: 6
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32