Tagged Questions

0
votes
0answers
16 views

Can’t get URL changed from IFRAME

Hi there, I have an IFRAME with a src that is a login, i'd like to know, in any way, if it has been logged in, so i tried to check if the URL has changed getting the .src property, and it is the same …
0
votes
3answers
79 views

img src & jQuery?

I have an image, and using jQuery I've turned it into a button. The so called button has two states: regular and pushed. Using jQuery I detect a "mousedown" and "mouseup" and replace the "src" …
1
vote
1answer
44 views

Opera: Altering img src attribute does not automatically update display?

When using javascript to swap images the HTML is updated fine but what Opera actually displays is not unless you scroll or resize the window. A picture of what happens when you scroll explains it …
2
votes
4answers
58 views

JavaScript Source Query

While browsing the code of some websites I sometimes notice that some JavaScript files are included like this: <script type="text/javascript" …
1
vote
3answers
128 views

PYTHON: Replace SRC of all IMG elements using Parser

Python Newbie. I am looking for a way to replace the SRC attribute in all IMG tags not using Regular expressions. (would like to use any out-of-the box HTML parser included with default Python …
0
votes
2answers
15 views

Unable to resolve uploaded images paths in partial view on server.

My ASP.NET MVC web app requires the upload of image files. These image files are then displayed via a partial view rendering where the path of the image file is inserted into the scr parm of the image …
1
vote
1answer
148 views

.ashx ASP.NET Handler Image not displayed in html img-element

Hi, I have a strange problem. I created an ASP.NET Handler (AccidentMap.ashx) that gets a bitmap and returns it. Here is the handler: using System; using System.Collections.Generic; using …
0
votes
3answers
632 views

jQuery function attr() doesn’t always update img src attribute

Context: On my product website I have a link for a Java webstart application (in several locations). My goal: prevent users from double-clicking, i. e. only "fire" on first click, wait 3 secs before …
0
votes
3answers
438 views

Changing IMG SRC with Javascript

I'm new at javascript and while there are many more complex solutions, I don't understand them and hope I don't have to at this point. I have a main picture... <img src="main-picture.jpg" …
1
vote
4answers
225 views

jQuery: use the “name” as img “src”

Hellou Folks! my question: i have an img tag <img class="myclassname" src="1.jpg" name="2.jpg"> i'd like to change the img source (currently 1.jpg) to the one i wrote in the "name" attribute …
-1
votes
3answers
664 views

img src won’t work with php variables

<a href="'.$productLink.'" alt="'.$productName.'"> <img src="'.$productImg1URL.'" alt="'.$productName.' '.$productType.' "> </a> Hello the img src is actually in a different …
1
vote
2answers
251 views

Scrape FULL image src with PHP

I am trying to scrape img src's with php, I can get the src fine, but if the src does not include the full path then I can't really reuse it. Is there a way to grab the full path of the image using …
1
vote
7answers
308 views

Javascript set img src

I am probably missing something simple but it's quite annoying when everything you read doesn't work. I have images which may be duplicated many times over the course of a dynamically generated page. …
0
votes
1answer
46 views

Opera Bug: src=”” generated by asp:image is empty

Hey, I have the following problem with Opera. The following asp.net code <asp:Image runat="server" ID="imgExpand"/> <ajaxToolkit:CollapsiblePanelExtender ID="cpe" runat="Server" …
0
votes
5answers
343 views

Pass vars to JavaScript via the SRC attribute

In my HTML file I have linked to the JS with: src="myscript.js?config=true" Can my JS directly read the value of this var like this? alert (config); This does not work, and the FireFox Error …

1 2 next
15 30 50 per page