Hi ICebol,
Sorry but this didn't work for me. But I didn't include enough detail. Here's more:
I have some HTML code that looks like this:
*Start Loop*
<img src="<!--Image-->">
*End Loop*
Where the value of <!--image--> looks something like this:
Code:
http://1.1.1.1/path/imagename.jpg
So what I want to do is have a javascript that runs within this loop, and inserts a character at a specific spot of that URL.
Does that help?
Or put another way:
*Start Loop*
*Load Image URL*
*Javascript find character N and insert X after N*
<img src = "use new URL to display image">
*end Loop*