[Javascript] Changing an Objects ID and Name

Flávio Gomes flavio at economisa.com.br
Wed Sep 6 08:56:15 CDT 2006


  Havent tought a lot, but you could store all images informations in a 
array, then you make a simple function to swap them, taking care not to 
let two images with the same ID.

Terry Riegel escreveu:

> Sure, but then I would have an ID that represented the wrong image.  
> And any subsequent manipulations with that image would be for the  
> wrong ID.
>
> Swapping the src tag makes it look like it has swapped, but further  
> javascript queries are going to be referencing the wrong ID, height,  
> width, etc...
>
> Terry
>
>
> On Sep 6, 2006, at 9:11 AM, Mike Dougherty wrote:
>
>> wouldn't it be easier just to swap their src attributes?
>>
>> On Wed, 6 Sep 2006 08:56:00 -0400
>>  Terry Riegel <riegel at clearimageonline.com> wrote:
>>
>>> Hello,
>>> I would like to swap out an image in an application I am writing.   
>>> Basically I want to swap two image tags, the trick is I want to  
>>> swap  their ID and NAME tags also.
>>> The important thing Is I would like to swap all of the attributes   
>>> out. i.e. width,height,id,name,src
>>
>> _______________________________________________
>> Javascript mailing list
>> Javascript at LaTech.edu
>> https://lists.LaTech.edu/mailman/listinfo/javascript
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript


-- 
Flavio Gomes
flavio at economisa.com.br




More information about the Javascript mailing list