|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by cignex_india in Scripting Languages, JScript
Hi,
I have html content includes <form ... action... tags in my HTML script.
when I update html content from html editor from tinyMCE and again try to modify it, again opening it, it is removing my <form> tag from my HTML code.
How do I prevent from being such things. I want to preserve <form> tag.
Which file to refer for change and what to change inside it. ?
is it tinyMCE bug or do I need to change something?
example like:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
|
<html>
<body>
<form action="test.html" method="post" >
<input type="text" />
<input type="submit" value="test" />
</form>
</body>
</html>
|
20091111-EE-VQP-89 - Hierarchy / EE_QW_3_20080625