Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesHow can one pre-load images using JavaScript in a custom ASCX module?How can one pre-load images using JavaScript in a custom ASCX module?
Previous
 
Next
New Post
1/18/2018 6:42 PM
 

Dear DotNetNuke Developers,

Please help.

How can one pre-load images on a DotNetNuke 8.0.3 page?

I have a custom module (built as and ASCX).

In the custom module, I have some pretty typical JavaScript to pre-load.

But, it is not fast enough, it seems.

My code snippet is below.

Is there another way?

Here is what I have so far...

in...

div class="hidden"

....I have...

...inside a script tag...

if (document.images)
{
var myImage0101 = new Image();
var myImage0201 = new Image();
var myImage0301 = new Image();
var myImage0401 = new Image();
var myImage0501 = new Image();
var myImage0601 = new Image();
var myImage0701 = new Image();

myImage0101.src = "/portals/0/Images/l-PIC-1-v01.jpg";
myImage0201.src = "/portals/0/Images/l-PIC-2-v01.jpg";
myImage0301.src = "/portals/0/Images/l-PIC-3-v01.jpg";
myImage0401.src = "/portals/0/Images/dl-PIC-4-v01.jpg";
myImage0501.src = "/portals/0/Images/l-PIC-5-v01.jpg";
myImage0601.src = "/portals/0/Images/l-PIC-6-v01.jpg";
myImage0701.src = "/portals/0/Images/l-PIC-7-v01.jpg";
}


What do you think?

Please advise.

Thanks.

-- Mark Kamoski
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesHow can one pre-load images using JavaScript in a custom ASCX module?How can one pre-load images using JavaScript in a custom ASCX module?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out