SRC is a common attribute in HTML used to identify the location of a resource which relates to an element.

learn more… | top users | synonyms

0
votes
1answer
27 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
2answers
27 views

I can't figure out why my JavaScript file won't display when linked

I can't figure out what's wrong here and I'm not getting any output from the Javascript file. I am trying to use src to be able to type my javascript file outside of the index file. This just prints ...
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. ...
0
votes
1answer
52 views

R cannot be resolved into a variable when integrating two packages

i try to integrate Twitter project to Facebook project by copying and paste all the relevant files and clean the integration project. However, in the GEN file(R.java and BuildConfig.java) the twitter ...
0
votes
0answers
13 views

Variable name of a GetUserMedia request?

I'm using a JavaScript DOM element called Photobooth seen here: PhotoBooth Demo It uses getUserMedia to get the users video, There is a src of the video element normally for example : ...
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
28 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
0answers
22 views

How to save URL content locally for Dojo using PhoneGap in Xcode

I'm developing an application in Dojo using PhoneGap in XCode IDE. There is a link http://serverapi.arcgisonline.com/jsapi/arcgis/3.4compact/ This src file is available online. Its functionality is ...
0
votes
4answers
49 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) { ...
-1
votes
2answers
21 views

get src atribute in a code like this with jquery

<div class="thumb"> <a class="clip-link" data-id="45778" title="Title" href="http://mysite.com"> <span class="clip"> <img src="http://mysite.com/17.jpg" ...
-1
votes
0answers
50 views

script src within prototype ajax response

I'm trying the prototype javascript library and having problem executing the result HTML FILE: ... <span id=container></span> <script> var myAjax = new Ajax.Updater( container, ...
0
votes
0answers
5 views

Change part of a src of an iframe inside a div

I want to replace part of the src of an iframe that is inside some divs on the webpage. I've searched the web and i came up with this. I tried to select the iframe by it's class which is photoset. ...
0
votes
2answers
20 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
3answers
52 views

How do I access a .gif file in a package in the src folder?

I'm working on a Java program using Eclipse. Right now, I have an src folder that contains 2 packages: memory.views and memory.resources. In the memory.views package, I have my Main.java file. In the ...
0
votes
1answer
42 views

jQuery src replace crossfade on hover

I have a couple of images on my Joomla site, each one with a black&white version and a color version. I'd like to change a part of the src ('bw' to 'color') when hovered over with a nice ...
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
88 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
10 views

Alt text while iFrame Source is loading?

How can I make an iFrame show Alternate text if the source is taking a bit to load? Right now it just looks like a big empty square in the page with no indication that anything goes there until it ...
0
votes
1answer
45 views

In javascript: Changing “src” for a newly created script-element doesn't work..?

I'm very new to javascript, but I've managed to stitch the following together from different code-snippets, and forum-posts: var s = document.createElement("script"); s.src = ...
0
votes
0answers
35 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
48 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
24 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
2answers
110 views

Jquery can't find image with class?

Hy all, It's probably something verry simples and stupid, but i don't see it... I've got an menu that slides in and out. I've got 2 images ( 1 on the left, other on the right ) wich controls the ...
0
votes
1answer
85 views

Ajax GET HTML returning undefined 'src' for images

I have worked with this before and had no problem targeting div's but this time I am targeting images buried in a table that has been on the intranet site for a long time. I finally found the code ...
0
votes
1answer
98 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 ...
1
vote
0answers
56 views

swap rollover img for src img onclick

I'm wondering how to go about coding my images (with rollover/hover states) so that when they are clicked, the rollover state remains even when the cursor is not over the img itself. And have the ...
1
vote
3answers
49 views

How to slice a String Object and return the new value in jQuery?

So basically I have a gallery script in jQuery. When a user clicks on a thumbnail image the image attribute src is then transferred to the main gallery img element. However I now want the user to be ...
0
votes
1answer
45 views

What to do? Yslow reports Empty src and href

So I tested my site on GTmetrix, and yslow is detecting 2 js empty src or href. It detects most of the time, a few time it's not detected. my website is www.homelifepartners.com, it is using joomla ...
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
75 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
2answers
95 views

How to click this button?

Hi all I am a beginner in Visual Basic. Your help is highly appreciated. How can i click this button in a webpage? <a class="buttonRed" href="what_would_you_do.html" onclick="this.blur();"> ...
7
votes
3answers
172 views

JSfiddle: What is my fiddle's javascript (*.js) url ? so I can reuse it by src

What is the url to get and only get this fiddle's javascript code ? So later on, I may use it for tests by calling it using a <script rel="" src=""></script> link, something like : ...
0
votes
5answers
101 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
83 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
89 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
51 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
3answers
79 views

What does `//` in javascript's src attribute do? [duplicate]

I'm using Facebook's javascript sdk and it has double forward slashes. What do they mean? <script src="//connect.facebook.net/en_US/all.js"></script> I know a single / means root ...
0
votes
1answer
79 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
196 views

JQuery Change An Embeds Src Attribute

I am having trouble changing my <embed> src attribute. (JQuery) for (index in Forcast) { var imageurl = "http://localhost/DesktopVersion/Inc/Images/Weather/"; var imagename = ...
0
votes
1answer
87 views

My src folder in Eclipse is empty. Cannot code apps [closed]

I'm trying to code a java app (never used Eclipse before). I watched a few tutorials on YouTube, and I noticed that there is a problem. My "src" folder is empty, which is apparently where the most ...
-1
votes
1answer
64 views

Chrome Extension Get All Elements And Use Them

I'm here to ask how to get all the elements from the current chrome tab, and be able to use it like this (example: document.getElementsByTagName("img");). I already have the script that I'm going to ...
0
votes
2answers
239 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
223 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 ...
1
vote
1answer
105 views

jardesc creates a “src” folder in jar file

My jardesc was working great until yesterday when I converted my project to maven. Now for some reason when I create a jar file containing code and packages: org.javacode and org.resource, I get the ...
0
votes
0answers
84 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
387 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
107 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 2 3 4 5 10