html_ajax.post and Opera

View: New views
1 Messages — Rating Filter:   Alert me  

html_ajax.post and Opera

by dstosch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

i use html_ajax.post in this form:
HTML_AJAX_Util.setInnerHTML('requestMessageContent', HTML_AJAX.post('/includes/pages/forms.inc.php?class=CWeekCalendar&methode=writeRequest',{array:selectedList, oldKw:thisKw, requestComment:comment}));

In Firefox and IE $_POST ist set with the values. In Opera, $_POST is empty.

Can somebody help me?