econnections
IS-IT--Management
Hello,
I'm creating a TechNotes DB where I can store solutions to problems I have had when coding. It allows me to copy code into a Textarea which is submitted to a meno field in an MS Access DB.
The problem is then viewing the code when retrieved from the DB without it running in the page. To resolve this the code put it into a Textarea but as shown only part of the code is now visable although its all in the DB.
Any ideas, please.
...................................
This is what is submitted and stored in the DB:::::::::::
<html>
<head>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<textarea name="textarea"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>
This is what is displayed:::::::::
<html>
<head>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<textarea name="textarea">
I'm creating a TechNotes DB where I can store solutions to problems I have had when coding. It allows me to copy code into a Textarea which is submitted to a meno field in an MS Access DB.
The problem is then viewing the code when retrieved from the DB without it running in the page. To resolve this the code put it into a Textarea but as shown only part of the code is now visable although its all in the DB.
Any ideas, please.
...................................
This is what is submitted and stored in the DB:::::::::::
<html>
<head>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<textarea name="textarea"></textarea>
</p>
<p>
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>
This is what is displayed:::::::::
<html>
<head>
</head>
<body>
<form name="form1" method="post" action="">
<p>
<textarea name="textarea">