Hi,

On my webpage I have a simple textbox that will change user inputs using a javascript. I'm basically trying to share my textbox and the js behind it to other ppl so they can use it on their webpage (~API). I know I can share using iFrames, but I was wondering if there are other ways to do it? Like just pointing to an aspx or js file and that will do the trick...

Thanks