Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > JavaScript > Re: insert java...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 8 of 16 Topic 35563 of 37128
Post > Topic >>

Re: insert javascrpt into textarea?

by globalrev <skanemupp@[EMAIL PROTECTED] > May 11, 2008 at 03:51 PM

just want to say i really appreciate your help.  just find this
frustrating because its not really what i want to spend my time on,
want to spend it on my translator-program and just want a simple
working webapplication.
i guess also its fairly trivial once you know how to do it though.

now i have a valid strict html 4.01 do***ent.

how do i take the text in the textarea when i press submit, then
transform the text and put it back in the window(or somehwere else).

the actual transformastion ill obv do by myself but how to take it and
send it back i need to know. there just is no clear example anywhere i
look on how to do this which is weird since it is standard procedure
on a lot of apps.



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/
TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >

<title>robber's language</title>
<style type="text/css">
<!--
body {
  margin: 0px;
  padding: 0px;
}
#header {
  background: #FDD017;
  width: 100%;
  height: 10%;
  font-size: xx-large;
  text-align: center;
}
#content {
  background: white;
  float: right;
  width: 100%;
  height: 90%;
  text-align: center;
}
a:link {color: black; }
a:visited {color: white; }
a:hover {color: black; }
a:active {color: black; }
-->
</style>
</head>
<body>

<div id="header">
        <b>Robber's language encrypter/decrypter</b>
</div>
<div id="content">
    <textarea name="enc" rows="10" cols="30">
    </textarea>


</div>
</body>
</html>
 




 16 Posts in Topic:
insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 07:31:51 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-11 20:34:21 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 13:29:50 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-11 23:17:14 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 15:04:16 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-12 00:17:34 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-12 01:50:13 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 15:51:03 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 17:01:23 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 17:33:21 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-12 04:02:24 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 19:39:53 
Re: insert javascrpt into textarea?
Thomas 'PointedEars' Lahn  2008-05-12 04:46:43 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 20:05:52 
Re: insert javascrpt into textarea?
globalrev <skanemupp@[  2008-05-11 20:44:43 
Re: insert javascrpt into textarea?
Dr J R Stockton <jrs@[  2008-05-12 13:03:37 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Oct 10 13:56:58 CDT 2008.