Ok.. here's my problem...
I have a html page with a form on it that has an action of an asp page. The asp page calculates some stuff from the html page and is supposed to display a result. What I would like it to do is just display the result in a small window (preferably with no menus and stuff) and still have the main window with all of the details entered displayed. So that's just two windows. I can sort of get this by setting the target property of the form to _blank, but this creates a new browser window with all of the menus and stuff on it.
Any thoughts?
I have a html page with a form on it that has an action of an asp page. The asp page calculates some stuff from the html page and is supposed to display a result. What I would like it to do is just display the result in a small window (preferably with no menus and stuff) and still have the main window with all of the details entered displayed. So that's just two windows. I can sort of get this by setting the target property of the form to _blank, but this creates a new browser window with all of the menus and stuff on it.
Any thoughts?