Connecting Tech Pros Worldwide Help | Site Map

Opera 9 problem

  #1  
Old July 18th, 2006, 02:25 PM
andrei.vish@gmail.com
Guest
 
Posts: n/a
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

  #2  
Old July 18th, 2006, 03:15 PM
Randy Webb
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Opera problem with auto centered menu totalstranger answers 5 February 29th, 2008 06:55 AM
Opera - Problem determening the selectedIndex via JavaScript/DOM Reinhold Schrecker answers 2 June 7th, 2006 02:15 PM
Opera problem with onkeydown Tony answers 4 July 23rd, 2005 08:54 PM
iframe resizing on opera problem Paul Fi answers 5 July 23rd, 2005 04:26 PM