![]() | |
| |||||||
| Home | Register | Blogs | FAQ | Members List | Calendar | Downloads | Arcade | Mark Forums Read |
| Web Development Java/PHP/Perl/ASP and more |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 |
| наивная дурочка | return IE6 bug? Hello everybody, I wonder if any of you have experienced the same and if so, how did you manage to solve it. I have a form named 'xmlform' in my document, which has an element named 'xmlcontent'. I need to submit the form with use of JavaScript. function submit_form(a) { document.getElementById('xmlform').xmlcontent.valu e = a; document.getElementById('xmlform').submit(); return false; } Form code <form id="xmlform" method="post" action="NewLocation"> <textarea id="xmlcontent" name="xmlcontent" rows="12" cols="70"></textarea> </form> Somewhere in the document I have a code <a href="javascript:void(0)" onclick="return submit_form('lorem ipsum');"> That works well in all browsers, including IE6. But I need to call the 'submit_form' function from a flash application and I can't call return submit_form('lorem ipsum'), but only submit_form('lorem ipsum'), which makes the code non-workable in IE6. So, as obviously, IE6 understands only "Function(Values); return Something;" and not just "Function(Values)". Any ideas?
__________________ Я поняла, любовь - страна, Где каждый человек - притворщик. |
| | |
| | #3 |
| наивная дурочка | Not possible in Flash. It's only possible to call a name of the function with variables.
__________________ Я поняла, любовь - страна, Где каждый человек - притворщик. |
| | |
| | #4 |
| ***** | <a href="javascript:void(0)" onclick="return submit_form('lorem ipsum');"> es im dur@ chi galis <form onsubmit="return submit_form('lorem ipsum');"> es kogni ete chogni asa urish tarberakner karajarkem Der enqan tarberakner kan ![]()
__________________ Men's eyes were made to look, and let them gaze. |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Блог или кто что заметил 8 | Dionysus | Uncensored | 15225 | Nov 8, 2006 08:30 |
| JESUS WILL RETURN | mikal | General | 65 | Jul 16, 2005 14:19 |
| [java] Read return value of JavaScript | greka | Web Development | 0 | Jun 18, 2004 13:49 |
| The Kings' Cross - The Return Of The King | Dionysus | MusiCity | 3 | Jan 23, 2004 17:55 |
| RETURN FIRE ....Read PLZ Gamers | Yaki | Games | 2 | Jun 9, 2002 02:09 |