Connecting Tech Pros Worldwide Forums | Help | Site Map

Opera 9 problem

andrei.vish@gmail.com
Guest
 
Posts: n/a
#1: Jul 18 '06
Hello! i have such a problem:
document.forms[formName]['image'+orderID+'_'+lineID].click();

this code works only in IE! how can i make something same in Opera 9?
Thank You very much


Randy Webb
Guest
 
Posts: n/a
#2: Jul 18 '06

re: Opera 9 problem


andrei.vish@gmail.com said the following on 7/18/2006 9:26 AM:
Quote:
Hello! i have such a problem:
document.forms[formName]['image'+orderID+'_'+lineID].click();
>
this code works only in IE! how can i make something same in Opera 9?
Opera doesn't allow the programmatic clicking of elements.

IE is ignorant for allowing it.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Temporarily at: http://members.aol.com/_ht_a/hikksnotathome/cljfaq/
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Closed Thread