Supra,
Thanks for the reply. Let me be a little more detail in my situation. I have two images. Within each image tag I have onClick = "showFocus()". I am going to the showFocus function, but once I get there, I want to increase the border of the image I clicked. The code I have for that is:
if(document.frmName.imageName1.Focus = "True"
{
document.frmName.imageName.border = "35";
}
else if(document.frmName.imageName2.Focus = "True"
{
document.frmLineupWorkspace.imgImage2.border = "35";
}
I always increase the border of the first image no matter which image I click. I never increase the imageName2 even if I click it first. I believe I'm blowing it in the if statement, but I'm not sure where to go from here or if the statement is totally correct. Once again, thanks for your reply. Any further suggestions would be appreciated.
Vituz,
Thanks for your reply. I went another route that works. I tried you code, but didn't get the result I was expecting. Nothing happened. Thanks Again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.