0

I want to send the content of a text area from a webpage to the text area in codepad.org. How can I do that ? This and this link did not help in doing this ....

If this is not possible, then how can I use "codepad.org" in other webpages ...... ???

Community
  • 1
  • 1
Animesh Pandey
  • 5,900
  • 13
  • 64
  • 130

1 Answers1

1

Unless the site has coded specific support for it (which I don't think codepad does), you cannot provide pre-defined values for the form elements, nor can you modify the textarea from your code.

I would create a paste and then embed it into your website using frames and the specific URL it gives you for your new paste.

Jesse Bunch
  • 6,651
  • 4
  • 36
  • 59