English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

actually , what i need is ,in the first page there is submit button if the user clicks the submit button it should display a pop window and in that pop window it should display two text boxes and after submiting the values ,it should return to the normal page ....i need the coding for this ??? can anyone help me ?

2007-03-21 21:06:05 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

function showpopup(){
var divelement=document.getElementById("submitted");

divelement.style.display='show';

}






2007-03-24 06:36:58 · answer #1 · answered by G K 2 · 0 1

use javascript to open the new window.
window.open is the funtion that allows you to open the window.

This function takes parameters like Title for the window,url to open etc. There is an option for Modal Window which what you should use. You can open the HTMl as designed by you for the purpose.

2007-03-22 04:57:43 · answer #2 · answered by Satya 3 · 0 0

You need to use the JavaScript function prompt.
ie.


2007-03-22 05:13:14 · answer #3 · answered by oracle128au 7 · 0 0

fedest.com, questions and answers