I added pics.I add in the editor file upload button.I want to open attachment popup page when its click.I added button but its not working didnt open attachment page.
my code:
PHP Code:
<input id="manage_attachments_button" class="button" tabindex="1" style="font-weight:bold; padding:5px; background:red; color:#fff;" value="File Upload" title="Bu Mesaja ait Eklentileri g?rmek yada değiştirmek i?in, buraya tıklayın" onclick="vB_Attachments.open_window(\'newattachment.php?$session[sessionurl]$attachurl&poststarttime=$poststarttime&posthash=$posthash\', 480, 480, \'$postid\')" type="button">
I want to like this when file upload link click.
Thanks.