andrew simac

Greenhorn
+ Follow
since Jun 10, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by andrew simac

Is there a way to pass variables between 2 JSP pages?
20 years ago
JSP
Sorry it will be a simple <UL> List.
20 years ago
JSP
No all i want is when the user clicks submit after entering and address I want that be added to a list. Then when they add another address I want that address along with the first one to appear on the list. Some kind of growing list.

Thanks
20 years ago
JSP
I am new to JSP but here is my problem. I allow users to enter an address in a text box. I need to take that address the user entered and add it to a list. Any ideas here.
20 years ago
JSP
HI everyone

Here is the problem that I am having. I am designing a website using JSP. THe website is split into two framesets. The left frameset which is a seperate JSP page allows the user to enter an address and submit it. The page allows the user to submit more than one address. Here is the problem that I am having. I need the right frame which is a seperate JSP page to form a list and each time the user submits an additional address it will be added to the list. Does anyone have any idea how I can form the list from what the user enters. Or have any other ideas how to do this. Examples would be great to see also. Thanks
20 years ago
JSP