SRC is a common attribute in HTML used to identify the location of a resource which relates to an element.
4
votes
1answer
1k views
How to dynamically set “src” for browser or iframe element (Firefox extension)
I am trying to create a Firefox extension that uses a flex application. I have tried to wrap it in XUL types (<iframe> and <browser>) and I have no preference as to which one I use... whichever ...
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 ...
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 = ...
2
votes
1answer
158 views
Google translate detect selection, so images can be swapped
I have Google translate running on my site and it works great. It has a small drop down at the top and it can translate the whole webpage correctly. One thing remains is the images, definitely google ...
2
votes
1answer
398 views
Missing IMG src leading to multiple unknown server requests
Hey my application has a map that is drawn with custom marker images rendered on OpenLayers VectorLayer. The problem here is that I see a lot of requests to the page that has this map and this comes ...
2
votes
1answer
857 views
changing src reference based upon https
I'm adding a facebook comment widget to a website. I'm placing this widget in a file that is included on everypage. The navigation is relatively linked so it switches back and forth from http and ...
1
vote
1answer
1k views
dijit.form.button with img src in programmatic
Is there a way to add img src tag in programmatic for a dijit.form.button?
In declarative, we can do something like this :
<div dojoType="dijit.form.Button"><img ...
1
vote
1answer
978 views
Extjs Image change dynamically through browse
I have written application like this. But when i click on EDIT it is giving pop-up of some editable fields. In that PROFILE-PHOTO also there. All text fields updating but IMAGE is not updating.Code is ...
1
vote
1answer
139 views
Cannot Switch HTML5 Audio SRC
All,
I have a web app that streams audio in html5/javascript/css
When I start it and select a stream, that stream plays as expected.
When I attempt to switch from that stream to another url, the ...
1
vote
1answer
593 views
Change img src in ASP.NET with Ajax
I have a .aspx page with an <img> tag which has an src subject to change depending on some controls values on the page. Pratically I change src with a runtime built-in querystring that cause src ...
1
vote
1answer
619 views
How to get frame's current src using chrome extension?
I have a webpage which contains 2 frames:top and main.
main frame is not under my domain, and it could be any websites.
Yes I can get $("#main").attr("src") but it could only reach the "first" src, ...
0
votes
1answer
16 views
What is the right way to write my script 'src' url for a local development environment?
I'm working on a local environment and I'm not sure if I've written my src URl correctly because my functions aren't working. The bold script tag has the src in question.
<!DOCTYPE html>
...
0
votes
1answer
24 views
How to replace src attribute of embed tag using JavaScript?
In my webpage, I am inserting a youtube video just like this:
<object width="640" height="360">
<param name="movie" ...
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
58 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
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 ...
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 ...
1
vote
0answers
58 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
0answers
58 views
src can't work when use external website in FireFox
My website is www.abc.com
and i have a html .It's code is like this:
<iframe src="http://www.otherwebsite.com"></iframe>
<iframe src="http://bbs.otherwebiste.com"></iframe>
...
1
vote
0answers
45 views
iframe closes when trying to change its src value
I am at an absolute loss in this situation. I've tried changing the src value of an iframe with pure JS and jQuery, but both attempts just close the iframe object!
I have an iframe in the HTML as ...
0
votes
0answers
14 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 :
...
0
votes
0answers
24 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
0answers
6 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
0answers
11 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
0answers
36 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
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
0answers
86 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
0answers
42 views
Eclipse placing Classes outside the “src” Folder
Currently using Eclipse for Java EE Developer (Juno Service Release 1); Running Apache Tomcat 7 and following a tutorial on http://viralpatel.net/blogs/spring-3-mvc-handling-forms/
Eclipse's Dynamic ...
0
votes
0answers
19 views
How to replace src of api with session variable
I have an api like below.
"iframe src="http://api.virool.com/offers/wall/memberid?suid=[USER_ID]" scrolling="no" height="100%" width="100%"
Now I want to replace [USER_ID] with the user id of the ...
0
votes
0answers
85 views
reference error cannot find variable TinyMCE
I am trying to run my tinyMCE.js from localhost
<script type="text/javascript" src="http://localhost/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>
I am getting error ReferenceError: ...
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
0answers
79 views
Refresh src with jquery and facebox
I want to refresh the src of an image, this src is selcected by an iframe thats contents a gallery of photos loaded by facebox, but i cant make it look this code of the iframe:
$('#my_image').on({
...
0
votes
0answers
79 views
Change img src based on dropdown selected value
I'm looking for a some lines of code that will help me change the SRC of a image, based on the dropdown selected value.
I myself was thinking of something like
$(function(){ // ...
0
votes
0answers
24 views
Change SRC based on selected option in drop down
Probably an easy one, but I'm not sure how to do it right now, as i'm currently looking for tutorials already.. So I hope someone wants to help me out.
http://jsfiddle.net/blackvibes/wFCU7/1/
I've ...
0
votes
0answers
70 views
Change img SRC on dropdown selected option
Probably an easy one, but I'm not sure how to do it right now, as i'm currently looking for tutorials already.. So I hope someone wants to help me out.
http://jsfiddle.net/blackvibes/wFCU7/1/
I've ...
0
votes
0answers
42 views
Will turning multiple divs (which contain .GIF images) invisible reduce the memory used for a page?
I have a website that features lots of divs. Each div contains a different animated image. Now, as you scroll down more divs with animated images are added.
After a while, a lot of GIFs are on the ...
0
votes
0answers
74 views
Keep getting img empty src attribute
This is driving me crazy. I load an image and in the src attribute i give it a static link, but it does not load and when i check the 'inspect element' on the browser, it gives me an empty src. The ...
0
votes
0answers
106 views
How to 'hide' Wordpress path for @font-face
I'm trying to hide every clue which shows that my site is powered by Wordpress.
Using
sub-domain,
apache settings,
v-host etc..
But i can't hide @font-face path in
src: url(relative path)
...
0
votes
0answers
426 views
Internet Explore 8 won't change image src with .attr()
I have set up a page which will flick through a sequence of images as the user scrolls with their mouse or trackpad. I'm using jQuery to measure the distance from the top of the page - scrollTop() - ...
0
votes
0answers
33 views
How to use source folder (src) and package(default) in Eclipse
How to use source folder (src) and package(default) in Eclipse?
For example, if I create a Java Project "Assignment", and inside the Java Project I want to group it separately according to week. ...
0
votes
0answers
92 views
CKEDITOR not working properly
<head>
<title>Sample CKEditor Site</title>
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<table width='800' ...
0
votes
0answers
119 views
On IE, changing the src of an internal iframe to an supported scheme URL will lead to page redirection
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>
test = function(){
var ...
0
votes
0answers
20 views
Web SRC Confusion
I think i am still havng issues with firefox, I though I solved this issue using @ to remove all . My code behind constructs the FileName value = /office/charts/temp/chart.jpg but when I run it on ...
0
votes
0answers
93 views
HTTP header target URL of image
I am working on extension for browser where I am need to get the target URL of each request.
Here I found that when there is image tag requesting image, its target URL is displaying the URL of the ...
0
votes
0answers
393 views
get iframe src same-origin policy
I am at :
www.x.com/ and create an iframe
www.x.com/x.html x.html redirects to /connect/red.html and redirects back to /connect/ok.html#bla
but I can't read new location of iframe by ...
0
votes
0answers
1k views
Getting iframe current src url in cross domain
I have an iframe in my web app and I need to get its current url from the parent document (also when the user navigates the frame and change the original source url).
Url is needed simply to social ...
0
votes
0answers
231 views
How do I reload an image with Jquery? (in case it couldn't load)
I have a script, that loads and shows an image,
initially, the images I want to show have got an EMPTY src,
the script just updates the src, and triggers the .load or .error events.
It sometimes ...
0
votes
0answers
205 views
Android Measure WITH SRC CODE not available in my country
Does anyone know where I could get hold of Measure (WITH SRC CODE) app , because every-time I try to download I get an error Message that this VIDEO is not available in your country (I live in South ...
0
votes
0answers
259 views
How to Diplay the content of src attribute from right to Left (rtl) using HTML iframe Tag
I am new to HTML and javascript.I was assigned a bug which should display the text inside the iframe from right to left for few languages(like Arabic).
for that i wrote one example.html:
...
-1
votes
0answers
52 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,
...
