Can I add a custom button to email the topic page?
I"m trying to add a custom button to a responsive HTML5 layout, and trying to use the script referenced here in the Javascript code:
Here's the code I enter:
window.location=('mailto:someone@theirdomain.com?Subject=Useful Information&body=This page might help: ' + window.parent.frames[1].frames[1].document.title +' ' + escape(window.parent.frames[1].frames[1].document.location))
But each time I save the skin, the name of the new custom button reverts back to "button3" and the code I pasted into the OnClick field disappears.

Can anyone provide some guidance?
