pilau
08-08-2006, 05:55 PM
Hi, I was wondering if I could get a property's value within a code like this:
for (property in object)
{
if (property == 'src')
{
// get the value here
}
}
Thanks
for (property in object)
{
if (property == 'src')
{
// get the value here
}
}
Thanks