Hello,
I have a problem with fields that should appear after a click of a link
When I test in IE though the fields appear,
Here is the part of the source code where the problem lies:
<tr>
<td>Thumb :</td>
<td>
<a href="#" id="url_thumb" class="button grey" onclick="show_input_thumb('url'); return false;">URL D'IMAGE</a>
<a href="#" id="upload_thumb" class="button grey" onclick="show_input_thumb('upload'); return false;">UPLOAD D'IMAGE</a>
<input type="text" name="url_thumb" id="url_thumb" style="display:none;" />
<input name="upload_thumb" id="upload_thumb" type="file" style="display:none;" />
</td>
</tr>
I want the fields "url_thumb" appears when click on the link : "URL D'IMAGE".
Out, even when I manually click on the link : "URL D'IMAGE" field does not appear: (
Thank you in advance


Reply With Quote




Bookmarks