If Image - Show Image Else Show Default Icon?

Feb 16, 2010

How do I show the default icon for pdf, doc, etc... else show the image? Show the default icon for pdf, doc, etc... else show image.

Default icon:
'<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"></a>' +
The image:
'<img alt="" src="' + fileUrl.replace( /'/g, '\'') + '" height="36" border="0"></a>' +
Attempted javascript onError but only certain browsers support that or it's my code.
'<img alt="" src="' + fileUrl.replace( /'/g, '\'') + '" height="36" border="0" onerror="this.src=images/icons/' + sIcon + '.gif"></a>' +

View 6 Replies


ADVERTISEMENT

Show Image In The Image Box Without Stretching Its Original Size Of The Image?

Sep 27, 2011

i have image button i need to display image .if the size of the image button is 100*100 and image size is 50*50 .the remaining space of the image button should be empty.the image should not stretch.

View 1 Replies View Related

Image Slide Show Won't Show In Some Pages?

Aug 8, 2010

I have a problem on my wordpress blog that is integregated with a 3rd party shopping system. What I'm finding is that the Image Slide Show will not show up on the product page but will show up on other pages. obviously there is some conflict but I don't know where.Example: here is the product listing page while in the header the slide show seems to work fine.Now here is the page if you select one of the t-shirts but as you will see the image slide show in the Header vanishes?

View 2 Replies View Related

Image Preloading - Show The Loading Sign Until The Main Image Loads Completely?

Nov 17, 2010

In one of my web page I want to show an image preloader. ie When I clicked on the small thumbnail in my web page then the main large image will load. My code looks something like this

$("#images li").click(function(){
var image=this.href;
$("#mainImage").attr('src',image);
});

I want to show the Loading sign until the main image loads completely.

View 1 Replies View Related

Perform Images - Page HTML - Show 1 Image And After 5 Sec It Will Change The Other Image

Nov 9, 2010

I have a page HTML. In HTML have 1 button, when click into button that'll appear 1 window. In this window, it's show 1 image and after 5s it will change the other image. I can't do this.

View 5 Replies View Related

Slide Show Gets To The Last Image After The Last Image All Photos Disappear And It Resets Itself Changing The Format Of The Webpage

Jun 12, 2009

I found this slide show [URL]. I got it to work on my website [URL] using Firefox, but when it is viewed in Internet Explorer it will not work. Second question, When the slide show gets to the last image, after the last image all photos disappear and it resets itself changing the format of the webpage. Any way to not have the images disappear while it loops itself or is there a code to have it stop on the last photo and not loop.

View 1 Replies View Related

Show Page Loading Icon ?

Jul 7, 2009

This thing is being seen on many websites...! while page is loading.. user see a page loading Icon until the page loads..! i dont knw wht exactly it is called.? some links or script so that i can us e it for my page..!

View 2 Replies View Related

Show A Custom Icon For My Google Maps?

Mar 23, 2011

I would like to show a custom icon for my google maps .I have created a .PNG image and uploaded it but doesn't seem to be showing?

<script type="text/javascript">
//<![CDATA[
function load() {[code]......

View 3 Replies View Related

Jquery :: PrettySociable - Change The Tooltip (that Shows Up When You Drag An Image) To Default To An Image On Server

Jul 3, 2010

I've been using prettySociable on my site (can be downloaded here. I use the uncompressed version). I want to be able to change the tooltip (that shows up when you drag an image) to default to an image on my server, rather than to the page title. I think I've tracked down the code on line 265 of the jquery.prettySociable.js file, but I'm unsure how to change it:

[Code]...

View 4 Replies View Related

Show A Prosses Bar/icon When Iframe Start And Finished To Laod

Apr 9, 2009

how can i show a prosses bar/icon when iframe start and finished to laod - well same as the ajax updateProsses control,

View 4 Replies View Related

Way To Show / Hide Image

Sep 20, 2009

I have an image code...

I want to be able to have this hidden as default then when i submit my page code...

View 4 Replies View Related

Show Image Instead Of Text?

Nov 14, 2011

I am using this script for showing who is on the air. I would like to know if anyone has an idea how to make this show a picture file instead of text for who is on air. The script is great in that the gmt offset works. I would just rather have it show an image instead of text.

<span id = "dj" style="font-size:12px; font-weight:bold; font-family: Tahoma; color: #6600FF;"></span>
<script type = "text/javascript">

[code]....

View 6 Replies View Related

Show Image In A Static Box?

Jul 18, 2009

<html>
<head>
<script type="text/javascript">

[code]....

View 1 Replies View Related

Show An Image Only If Theres Something In The Variable

Mar 3, 2011

I'm trying to figure out how to show an image in a div in a certain order (but only show if the variable that corresponds for that image has something in it).

I basically need something like the following...

But that code doesn't work.

View 1 Replies View Related

Show Image On Rollover

May 8, 2006

i created a search for products on my site. and right now all the results have an image next to them to show the product. this creates some lag when theres tons of results because its loading all the images, so i was thinking is there a way i can use javascript to just show the image for each product when rolled over kinda like ask.com does?

im using php do echo the results like this:

while($row = mysql_fetch_array( $result )) {
    $i += 1;
    echo '<p>'.$i.") ";
    echo '<img src="product_images/'.$row['product_id']._sm_.$row['product_image_sm'].'" height="37" width="37" />'
    echo "<a href='product.php?pid=".$row['product_id']."'><b> ".$row['product_name']." </b></a><br>";
    echo $row['product_description']."</p>";
  }

but it looks like this once it hits the page:

<p>1) <img src="product_images/214_sm_19S.gif" height="37" width="37" />
<a href='product.php?pid=214'><b> Citrine and Diamond Pendant </b></a>
<br>This classic cit....</p>
(repeated numerously)

View 1 Replies View Related

Show An Image In The Browser?

Aug 2, 2010

My problem is : I have an image file located on the client machine in the 'd:imageemp1.jpg' I want to make a function that accepts the image filename -"d:imageemp1.jpg" as a parameter and display the image in anew page in the browser.

View 1 Replies View Related

Show Div Onclick Image?

Mar 21, 2009

[URL].. There is currently a hidden div called fullsize in the content which i have hidden by putting display:none in the css on that div. But I need to get that div to display when a user clicks on a thumbnail from the horizontal scrolling gallery.

I have been trying to get it to work for about 3 hours but can't see what it is.

View 21 Replies View Related

Show First Slideshow Image Only Once?

Jun 10, 2009

I'm going to set up a fade-in/fade-out slideshow, probably with jquery, that will loop through a list of images. But I only want the very first image to be shown once and then not again, even if the screen is refreshed. I don't know much about how to do that but I'm guessing it has something to do with a session, or cookies?

View 10 Replies View Related

Show Image On Certain Position?

Dec 7, 2009

I have this

var x = window.event.clientX;
var y = window.event.clientY;

i get the x and y coordinates on button click

i do this x = x+10;
y = y +10;

how can I now on this position X AND Y, pop up an imageon that position??

View 1 Replies View Related

Random Image Script With Default Image Shown First?

Feb 16, 2011

Here's what I usually use and have been using for years and it works great, just not for this particular purpose. I don't have a clue when it comes to javascript.

<noscript><img src="no_script_quote.gif" width="406" height="94"/></noscript><script language="javascript">
var delay=6000
var curindex=0

[code]....

But, now I want to be able to set a default picture to be shown first and have the random pics appear next. I also don't want the default pic to show up again in the random array. So basically, every time the page was first visited, or refreshed it would show the default picture then move into the random pics.

View 8 Replies View Related

JQuery :: Map Performance - Tooltips To Show Data When NPC Or Fort Icon Is Mouseovered?

May 3, 2011

i working on web map of MMORPG gamehttp:[url].....(here is "working" version dont comment a code, its shitty i working on funkcionality,i will perform code cleaning and optimalizacion after i implement all needed functions and solve all my problems)so i have 2 problems:

1) map performance when zooming.i need drawn ~600 dots of NPCs on map and recalculate their positions on map when zoom in/out, my current solution is slow ( cleaning and appending HTML into map content) i wana know if there is faster solution how do it ?

2)i using jQuery tooltips to show data when NPC or fort icon is mouseovered , it works great only with one problem, when i zoom with tooltip opened , it loose "connecion" with fort/NPC icon and tooltip stuck on screen...

View 3 Replies View Related

Show And Hide Image The Smooth Way ?

Nov 30, 2006

I wonder if its possible to show and hide a image with javascipt. I want the image to disapear from bottom and up very smooth, maybe under 3-4sec. Is it possible ? any tips ?

View 6 Replies View Related

JQuery :: Show Different Image On Hover?

Mar 29, 2011

I'm having some trouble with the following construction. I have a worldmap image with an image map where you can hover over a few countries. When you hover over a country a pane will slide down and show an image about the country.Now this is all working well except for the following.When you hover over a country and quickly hover over another the pane will slide back up and after the slide it will slide back down. All well except for the problem that the image change will start while the pane is sliding back up and not after it!Here's the code.

$(".TulipMap").hover(
function () {
mapname = "#d" + $(this).attr("ID");

[code]....

View 2 Replies View Related

JQuery :: Show H3 When Hovering Over An Image?

Mar 30, 2010

I'm currently writing my first application in Rails and am having a few problems with JQuery. I'm basically building something similar to Apple Trailers or Trailer Addict. When someone hovers there mouse over the poster for the film I'd like the title (in an <h3> tag in the same <li>) to display beneath it.

I've spent hours trying to accomplish it but feel like im in the dark, poking around. I've made some progress but it displays all <h3> tags when I hover over one film's poster.

View 1 Replies View Related

JQuery :: Show Image After Drop?

Apr 26, 2011

I've an image, and after a drop to another position, I would like to show this image.

How do I proceed?

View 1 Replies View Related

Show Image On Mouse Over From Database?

Apr 4, 2011

I have data for employees in ACCESS Database and ASP. I want to show image either from database or file system whe user put moue over emplyee name.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved