this is what Iam looking for but displaying on a new page instead of the bottom of this one.
<html>
<script type="text/javascript">
function preview(id1, id2){
var NewText = document.getElementById(id1).value;
splitText = NewText.split(/\n/).join("<br />");
var DivElement =...
I am new to javascripting and am beating my head on the wall. I am trying to get the following page/code to work. When the submit button is pushed I am trying to get the information entered displayed in a new page. I think I have the basice but am not sure what to do for the page that is getting...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.