Yeah Thanks for replying....I checked out and indeed there were some hidden forms on the page so I had to change the index value to 3. Now things are working out smoothly except that the TEXTAREA problem still exists.
i tried innertext,innerHTML etc but nothing seems to work.The textarea simply doesnt fill in
I am really getting frustrated with this problem.Please could u have a look on my previous post #434 and see if u could find a solution
I guess the problem is the textarea field is hidden...Does that affect the program??
<td>
<textarea> '''' Its HIDDEN
</textarea>
<iframe>
<html>
</html>
</iframe>
</td>
GOD Knows whose value to set to get the message field filled up correctly.Thats the last of my problems bugging me now
P.S EDIT: Maybe I got the Problem but no solution till now.Maybe this will make things easier for u to find a solution
I found that the hidden textarea field value is only changed after submitting the post.However what really changes when I type my post,is the the value within the body tag which is inside the IFRAME.Maybe I need to set the Ifram's innertext but for some reason am not able to get to the iframe since it doesnt have a name only Id.I tried putting the ID but not Working...throws an exception
Here is an image I took with firebug working in action
Hope this makes it clear of my problem![]()






Reply With Quote