Website is having a memory problem

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
toadservant
500 Command not understood
Posts: 1
Joined: 2013-06-12 06:24
First name: Asa
Last name: Fortney

Website is having a memory problem

#1 Post by toadservant » 2013-06-12 07:34

My website has been experiencing memory problems when I enlarge about 20 or more images

This is the code I'm using to

Code: Select all

<img src="../images/imageicons/radio1156-2.jpg" alt="yellow zenith 5 knob floor model radio" width="200" height="200" onclick="MM_openBrWindow('../images/image_radio/radio1156-2.jpg','col in2','scrollbars=yes,resizable=yes,width=1000,height=1000')" />
Honestly I'm not even sure if this is the problem. The memory doesn't free back up until I completely end all the google chrome process.

Is there a way to free up the memory after they close a picture?

User avatar
botg
Site Admin
Posts: 35558
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Website is having a memory problem

#2 Post by botg » 2013-06-12 19:07

No of course not, memory can only be used once. It's disposable commodity.

User avatar
boco
Contributor
Posts: 26934
Joined: 2006-05-01 03:28
Location: Germany

Re: Website is having a memory problem

#3 Post by boco » 2013-06-13 08:30

That would be a problem of Chrome, no? Try to use a real browser.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply