
December 27th, 2002, 09:33 AM
|
|
Junior Member
|
|
Join Date: Nov 2002
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
inner HTML Solutions for jsp Part 1
All jsps need to be inserted into the server. This is an iframe editor uses a bankID and ABA # as an unique number. It also has validation functions for both bankID and ABA#. editor2.jsp shows the results of the inputs from editor1.jsp and requires a confirmation to accept or to reject the inputs. If you choose to reject the inputs, you will be directed to editor4.jsp.
A temporary html is written. "You have to change the directory structures according to your local server in this"
If you accept the inputs, a file will be written in a 'banks' folder but you have to first create the folder. "You have to change the directory structures according to your local server in this" A success page is shown if you accept the inputs in editor3.jsp.
You also need to add cut,copy,paste and print gifs.
This TextEditor also takes care of double spacing problems (by downloading editor.jsp) and back page problems by pressing the cancel button on editor2.jsp.
Good Luck!
Editor.jsp
<html>
<head>
<title>Text Editor</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div>
</body>
</html>
|