S
Solvig
Server side and client side actions on one button in ASP.NET
I am stuck. How do I find a start to a solution.
After checking all fields in a form I want to save changes in the database,
open a new window without toolbar with a fixed size and close the existing
web window. Or change the web window to above. The new window is a Flash
application where you can not use back and forward arrows.
I use VB.NET in ASP.NET.
This is what my customer wants:
The window should be opened using the following line of Javascript:
window.open('http://www.zzzzz.com/htw.htm?id=XXX...lbars=no,resizable=no,toolbar=no,status=no');
with XXXXXX replaced with the correct ID.
XXXXXX is an argument when the form was opened.
The problem as I find it is that I want to do server side checking and then
open/close window at client side.
I am stuck. How do I find a start to a solution.
After checking all fields in a form I want to save changes in the database,
open a new window without toolbar with a fixed size and close the existing
web window. Or change the web window to above. The new window is a Flash
application where you can not use back and forward arrows.
I use VB.NET in ASP.NET.
This is what my customer wants:
The window should be opened using the following line of Javascript:
window.open('http://www.zzzzz.com/htw.htm?id=XXX...lbars=no,resizable=no,toolbar=no,status=no');
with XXXXXX replaced with the correct ID.
XXXXXX is an argument when the form was opened.
The problem as I find it is that I want to do server side checking and then
open/close window at client side.