light web form as popup window

  • Thread starter Thread starter greg
  • Start date Start date
G

greg

Hi

I want to use a web form to collect some data as a popup window
and set a hidden field in an opener web form by javascript
So basically it is kicked off by javascript by an opener web form
and on that popup web form there is no submit callback but a button onclick
JS
collects data and closes it
Why web form? To build dynamically (in page_load) a table of rows with entry
fields
with row number dependent on query string parameter passed in window.open

Question:

How do I make this web form the lightest i.e. no state no callbacks
I suspect something can be done


Thanks
GSL
 
Hi,

by creating HTML page ? all you need is pure DHTML and javascript.

Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
Back
Top