Quote:
Originally Posted by nhawk
Sometimes it's the obvious that will kill you.
Newthread editor is a form and you can't have a form inside of a form like you have now.
Just add the <div> sections without the form attributes.
Code:
<vb:if condition="$show['member'] AND $vboptions['enable']">
<div>Select ThreadID To Post:
<select id="threadid" name="threadid" onChange="javascript:get(this.parentNode);">
<option value="0" selected="selected">0</option>
{vb:raw mytest}
</select>
</div>
<div id="threadid"></div>
</vb:if>
|
But change with code above, i can't Select ThreadID To Post, because it is not show value.
In temp, line:
Code:
<form name="threadid" action="javascript:get(document.getElementById('threadid'));" id="threadid" method="POST">
error:
Code:
Parse error: syntax error, unexpected T_STRING in C:\server\htdocs\testvb4\includes\class_core.php(4633) : eval()'d code on line 82
(I have to leave it temporarily is no value to be free from defects)
--------------- Added [DATE]1353760275[/DATE] at [TIME]1353760275[/TIME] ---------------
pls help me fix
--------------- Added [DATE]1353771301[/DATE] at [TIME]1353771301[/TIME] ---------------
bump bump