regarding reading elements to array from dialog
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
0
Views
1
Watching
-
regarding reading elements to array from dialog ,i.e i want to read elements from text box and put that in array and display them.any one can can give me.
-
regarding reading elements to array from dialog ,i.e i want to read elements from text box and put that in array and display them.any one can can give me.
This is best handled by javascript. Try doing a google search for "javascript popup writing to parent". The basic logic of it is when you open a popup window, there s a special reference to the parent window in javascript. You can use this to fill out a variable or array from the popup window. all the best! cjoki