473,399 Members | 3,603 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

can i create a new window or frame at onsubmit in a form

28
I have a jsp page where i have a checkbox and a submit buttonin a form,
when i submit that button, a new window or an inline frame must be generated in a frame.
Nov 1 '06 #1
3 3418
r035198x
13,262 8TB
I have a jsp page where i have a checkbox and a submit buttonin a form,
when i submit that button, a new window or an inline frame must be generated in a frame.
In the strict sense, submit would submit to the server and so from there you would be able to generate a new jsp page with anything you want. So where exactly is the problem.
Nov 2 '06 #2
ramapv
28
In the first jsp file there is a form where some checkboxes are present indicating the group names.when we click submit we will get the checked values in jsp2 file ,here i need to get the components with those group names and display the components in each group in an individual inline frames.

can i dynamically create an inline frame for each .
here i need to mention the src="" which is the same jsp file(as the results from the db and the request parameters are present.).
Nov 2 '06 #3
r035198x
13,262 8TB
In the first jsp file there is a form where some checkboxes are present indicating the group names.when we click submit we will get the checked values in jsp2 file ,here i need to get the components with those group names and display the components in each group in an individual inline frames.

can i dynamically create an inline frame for each .
here i need to mention the src="" which is the same jsp file(as the results from the db and the request parameters are present.).
If the components are stored in the db then the second jsp connects to the db, retrives the components and displays them any way it feels like. You can dynamically create table rows in jsps. I do not really get what you mean by inline frames.
Nov 2 '06 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: GTi | last post by:
Hello... I have a page located in a frame. This page contains a form. When the user submit this form I want to popup a "Please Wait" window popup window The post may take some time for the...
4
by: Marcello | last post by:
Hello I have a page of 2 frame: menu (menu.php) corpo (corpo.php) In menu.php i have: <script> function selAut(){ aut=autore.selectedIndex; aut=autore.options.value;
4
by: Kai Grossjohann | last post by:
I have two frames. Frame "search" contains a search form specifying an onsubmit action like so: <form ... onsubmit="foo();"> ... </form> The other frame contains a <img ......
1
by: Richard Bell | last post by:
Why doesn't this seem to work? var win; // window handle function onloadfunction( arg ){ // replace cnn with google win.navigate( "http://www.google.com" );// never executes } win =...
1
by: Mike R | last post by:
Whenever I try to change the html code below to produce the search results in a frame or new window it always does it always does it in the same window. I assume the problem is it must be...
1
by: humbads | last post by:
I am trying to get a popup window to work for editing notes in my application. Here's how I implemented it: The original frame is called ORIGINALFRAME and contains a link like this: <a...
5
by: Tim Johnson | last post by:
Howdy: Let's suppose for illustration that I have a web page with 3 frames: Let's call them 'fStates', 'fCounties', and 'fCities'. On loading the page, fStates has a select list of states and...
4
by: Helmut Jarausch | last post by:
Hi, I'm an absolute beginner with JavaScript. Say, I am in a window which I call WinA There I have <script> var WinA=self </script>
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.