1
vote
3answers
70 views

php check if img src is image [closed]

I have this code, which should display image if it gets one generated, or write "no image" if not. <body> <?php $src = "somescript.php"; // if (getimagesize($src)) { ...
-3
votes
0answers
40 views

how to get img src jpg from php? [duplicate]

This is very easy, but I dont find using google how to get img src jpg from php ? normal : <img src="http://domain.com/horse.jpg"> I want : <img ...
0
votes
1answer
31 views

Changing a an image src file using javascript wont change picture displayed

essentially i have this div <div id="trafficcam" style="text-align:center;display:none;"> <img id="image" ...
0
votes
1answer
18 views

Entire image link with a section of the image mapped elsewhere

When you link an entire image like in the HTML code below, can you still use image mapping to link a specific area on that image to a different address than what would be specified in the code below. ...
1
vote
1answer
22 views

Get specific tag from api code

I want to get the IMG SRC tag from the following code: <pod title="Scientific name" scanner="Data" id="ScientificName:SpeciesData" position="200" error="false" numsubpods="1"> <subpod ...
0
votes
2answers
30 views

set new image source permanently

I'm trying to randomly replace images in a grid. The new images flash briefly (in Chrome) every time the function is triggered, but then the old images reappear. I know there's a very simple ...
0
votes
4answers
62 views

Changing a large image with JavaScript when clicking a thumbnail image

I have used the following HTML/JavaScript code to make a webpage where I can change a larger image by clicking a thumbnail image: <script type="text/javascript"> function ChangeImage(a) { ...
0
votes
2answers
21 views

PHP/html/mysql Image display

Hey my php/mysql/html people, I have this variable that holds a path to an image and then insert it into a db (yes, I am using mysql_real_escape_string) which works perfectly. $file_name = ...
0
votes
1answer
22 views

How to load a different image depending on the page content?

I want to be able to have one image that loads into static html pages based on a conditional argument; so if X="something" then src="something.jpg", if X="another" then src="another.jpg" and so on. I ...
0
votes
1answer
21 views

How to allow insertion of the internal images in MediaWiki?

Allow img tag to be used in wikitext. $wgAllowImageTag = true; This variant works <IMG SRC = "http://picasa.google.com/images/thumb_edit.png"> Cuts the src attribute for images from my ...
-2
votes
1answer
98 views

Dynamically setting img src tag with c#

Im trying to set the source of the image tag with C# because the module is not always on the same page with the same path although it is not working. <img id="3ways" src='"<%= ...
0
votes
0answers
37 views

Setting Image src to CDN URL

Here is what I am trying to do I have a jQuery UI dialog with a large number of images like the ones below <td><a id='ai42' class='ancico' title='Key'><img/></a></td> ...
0
votes
1answer
50 views

How to change the image src in my html so I can create other CSS styles for handheld or mobile devices using the CSS

This is the code for the links on one of my pages <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html ...
0
votes
0answers
24 views

Pull images from a souce and add to a specific ul

I had set up a simple fade in out function, which I then found a better version (from CSS tricks or something similar) so I upgraded to that one. I now need to create a function that will pull ...
0
votes
1answer
25 views

Script only working with .jpg image types, needs to work with .png and .gif also

This script tries to replace a thumbnail image with a full size image where available, but currently it only works when the full size image source is a .jpg. I'd like it to work with all image types, ...
0
votes
1answer
103 views

Onclick background value change to HTML tag in CSS

I have my page setup and navigation in order. I also have my background image appearing correctly. Now my goal is to make the background image change onclick. My background is achieved in a ...
0
votes
3answers
37 views

Finding the src of an image via Javascript

I found the answer to my question via a simple Google search, although, there is a slight problem that I ran into. So far, I have an image on my HTML page with the ID of newAvatar. I am attempting to ...
1
vote
4answers
84 views

Swap image src with jquery

I have one big image and small thumbs, i am trying to swap their src with each other. Here i am changing thumb img in bottleWrapper img, but i want to swap their src. Pls help! HTML <div ...
0
votes
5answers
113 views

Html Image control not displaying image

Below is my html image control: <img alt="" src="C:\Users\hkalidindi\Desktop\Feedback.jpg" style="height: 19px; width: 20px"/> But after debugging it is not showing me any image: I am ...
0
votes
1answer
42 views

trying to add an image in html

I've just added a new widget to my blog, using a label-search url to pull up specific posts. This is working very nicely. However, I want to add an image next to the link, and this is not working. ...
0
votes
2answers
88 views

changing image source with javascript

So im new with javascript and found this one to solve my problem: Change image source with javascript But the example does not work for me. <script type="text/javascript"> function ...
0
votes
2answers
98 views

Hide span if a related div has img src“”

I'm a new bee here... I have been fighting with jquery for a while. (in my learning curve) This is what i m trying to do: I'm using a list as below: <ul> <li class="li-listb"><span ...
0
votes
2answers
53 views

JavaScript - Changing the src of an image with DDL

looked around for this for a while and can't find anything that seems to suit what I need. I want to be able to change the image of a t-shirt to one of a different colour, depending which colour is ...
0
votes
1answer
82 views

Hard code product images in Magento with dynamic references

In Magento, I have a page where I'm hard coding the images of certain products. Rather than simply using the products' image URLs to do so, I'd like to use dynamic references to the products' ...
0
votes
2answers
259 views

Img Src correct, but still not working in index.php

I believe I've correctly sourced an image in html for a (super-basic) wordpress theme I am developing; however it still does not display. This dialogue: Img Src on local computer shows the process so ...
0
votes
2answers
233 views

Retrieve image in img html control from oracle blob with VB or C#?

I have a webform application and I tried different ways for retrieving an blob image from Oracle but I couldn't. I want to show the blob image in <img src="" /> on my .aspx. I hope you can ...
0
votes
0answers
91 views

Change a specific img src within a fancybox iframe

I am not that good with javascript and having trouble changing a specific img src within a fancybox iframe. I can do it fine in Chrome with this code: I create a global var: var newImage = new ...
0
votes
2answers
541 views

jquery changing image src

The code with $("#adminLink") works just fine, but the $("#itemLink") doesn't. I've tried everything I can think of. I think i need a fresh pair of eyes. All I'm trying to do is change the src of ...
0
votes
2answers
114 views

jQuery image src change every 8 seconds

I have a div with the ID of header, what id like is the first image found in this id to change every 8 seconds. The image name is image1.jpg and after 8 seconds id like it to change image1 to image2 ...
1
vote
2answers
65 views

how src attribute of img tag is executed?

Consider the following code : <img src="http://website.com/Page/1"/> "1" is a parameter to insert in some table in the "Page" page in website.com. Will the visitor to this page (that ...
3
votes
1answer
88 views

jQuery comparison not working on first call :SOLVED:

I've ran into a small problem that is confusing me. Purpose: vote.php limits voting on each post to one per IP. The jQuery checks the old vote value compared to the new vote value. If the vote ...
-1
votes
1answer
163 views

change img src and unbind hover on menu selection jquery

First question using stackoverflow! yay! I have a site I'm developing. It uses images as the menu options, and on hover, I've changed the img src in jquery When you click the menu you want to go to, ...
0
votes
3answers
90 views

random image want to change src

I want to load 3 random images from an array that contains the names of all of the images. I did this but the src doesn't work. I don't know why! Here is my code: var images = ['image1.jpg', ...
1
vote
2answers
340 views

Pass variables to code <input type=“image” src=“imageSrc;” >

hope someone can help a noob. Many thanks in advance. I have an index page with links to hundreds of other pages holding song words. I have built each song page but it would be MUCH simpler to have ...
0
votes
2answers
36 views

how to extract first image of some strings

i have this variable $img = $_POST['cur_image']; where the content of cur_image and so $img is: <img style="display: inline;" ...
1
vote
2answers
89 views

determine if image src has changed

I have img tag that a shows the user avatar. When he pushes a button to edit the image and selects a new one, the img src on the page changes to the new image src. How can I know when the src ...
0
votes
3answers
114 views

Using src in <image> to display html

I'm using < img src="logo.php" > to call a php page that writes some stuff to the database before displaying the actual gif image. Let's call this VERSION 1 On any given page, the code looks like ...
0
votes
1answer
67 views

find multiple src and apply css background to their parent divs

I've been researching this but can only see posts using .replace and other methods using a single image. Not sure how to do this one but put together a fiddle to show what I'm working towards. There ...
0
votes
1answer
96 views

Hide / Change / Add an image

What I am ultimately trying to do is have a box and an image hidden initially then depending on the result of other functions then un-hide the box (by giving it a background color) and image as well ...
0
votes
2answers
128 views

jQuery - Replacing image sources dynamically for mouse events

I've got a sample navigation list with images as buttons. There are two additional states for the buttons for when the user hovers over the button and when the mouse is clicked. Each button has the ...
0
votes
0answers
54 views

Hot to use path in static html with tomcat.

I have a GWT application in which I created a custom error page in HTML. When I run the application in tomcat and get to the page I can see the text content but the images and the css are missing. ...
0
votes
1answer
57 views

updating wordpress img urls

Ive recently ported a wp site to a new host, i did this by exporting the db and then updating it to the new host, its all come across pretty easily but the main problem im having is the img src urls ...
0
votes
5answers
312 views

How to get img src attribute from an ul of images?

<ul id="ulGall"> <li><img src="gaLL/red.jpg"/></li> <li><img src="gaLL/blue.jpg"/></li> <li><img src="gaLL/white.jpg"/></li> ...
1
vote
5answers
119 views

Access all images of a div and display the count of images which has undefined or no src

I would like to access all the images from a particular div like <div id="mydiv"> <div id="mydiv1"> <img src="pic.jpg"> <img src="pic.jpg"> <img src="">`enter ...
0
votes
1answer
407 views

setting variable value in src attribute of image tag to a base64 encoded image in javascript/ajax

I have an image byte code base64 encoded which i am trying to set the tag's src attribute in the javascript/ajax. I don't want to directly set it as i am getting this byte code from reading the ...
0
votes
2answers
48 views

How to use a image as a submit button, to submit itself to server?

<form name="myform" action="app.py"> <div class="box"> <input type="image" id="image" src="http://mychickencoopplans.files.wordpress.com/2010/12/happy-chicken.jpg" > </div> ...
4
votes
3answers
338 views

Change images using Jquery (Circular motion)

Good day guys, I've a DOM like this <div class="Gallery"> <div class="GaleryLeftPanel"> <img id="img1" src="/Content/Public/images/1.png" style="z-index: 100" width="141" ...
1
vote
2answers
150 views

Edge Animate: Set image src within a symbol - How?

I have created a symbol in Edge Animate, which contains a rectangle as view area and an image and text as contents of that view area. I want to set text and image src before I start the animation of ...
2
votes
0answers
234 views

Mute icon for html5 video does not work on Chrome or Safari

I am facing a problem of which I do not understand the origin: I have a video playing on a website using the <video> tag. Client asked to add only a "mute" button in the shape of an icon that ...
2
votes
1answer
291 views

Variable in <img src> not working (PHP)

I am so confused and have no idea whats wrong. This img src code works fine in another page and I cant tell whats different. The PHP code is as follows: <?php $edit = $_GET['edit']; $user = ...

1 2 3 4 5