imjjss 0 Report post Posted November 24, 2010 I have multi forms on my blog. For each form, I added a convert button to convert text in textarea before submit button. So, there are 3 jobs-- get textarea value, calculate text, replace old text with new text. The calculation is done by myfunction(), the button is coded like this: <a onclick="myfunction()" class="button" href="java script:void(0)">Convert</a> When click, nothing happend. I consulted the progammer of the function, he said he couldn't make it work in his blog posts either. The only way he can make it work is to set a seperate blog with only one page to display this convert tool-- that's where I found this tool.Is it because WordPress block javascript inputing in posts? or any idea to solve the problem?Regards Share this post Link to post Share on other sites
angryatti 0 Report post Posted February 17, 2012 id and innerHTML tell stg? Share this post Link to post Share on other sites