/    Sign up×
Community /Pin to ProfileBookmark

hide broken images

Hi,

I have a problem that my website uses a template where a page can display up to 6 images. Some of the pages for example only show 2, some up to 6. It depends on the content of each page. My problem is that if the page only shows two pictures, then 4 broken images will show up in there place. How would i go about hiding these with java script??

thanks

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@mityaJun 22.2009 — To my knowledge JS has no way of checking the integrity of paths, including image src paths.

PHP and other server-side languages do.

[CODE]if (file_exists($path))
echo "<img src='$path'>";
else
echo "something else instead";[/CODE]
Copy linkTweet thisAlerts:
@CharlesJun 22.2009 — JavaScript does have a way to check images. Well, two ways actually and I expect that there is some AJAXy third way as well. But JavaScript is way iffy and it's far better to do this server side.
×

Success!

Help @twoseasons spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...