This is a discussion on "change the document object value" within the JavaScript Forum section. This forum, and the thread "change the document object value are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
change the document object value
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
change the document object value
hi,
i using this code to change the value of a textfield function carregar() { top.window.objecto.value="asd"; } this work in ie 6 with no problems but in firefox this dont work how can i put this working in firefox too? the objetive is click inside a iframe and they change the textvalue that is outside of that iframe thanks a lot for your help |
|
|
|
|||
|
Re: change the document object value
It looks like you're using JavaScript. Please post questions about JavaScript in the JavaScript Forum. Thanks!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
||||
|
Re: change the document object value
When you're referring to another window, you can drop the reference to "window"
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| document.getElementById and document.getElementByName is not working in FF | dhineraj | JavaScript Forum | 3 | Jul 26th, 2007 20:23 |
| Object ID firefox help | russtuk | Web Page Design | 1 | May 21st, 2007 15:21 |
| ufo object issue in IE | jwalker80 | JavaScript Forum | 0 | Feb 25th, 2007 14:14 |
| Object Detection | RobinDeanDotCom | JavaScript Forum | 4 | Sep 11th, 2006 18:30 |