Window pop up

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

Hello everyone,
I have a question and I hope someone could answer it for me. I have a APSX
page that is a container and when needed it loads one of many user controls.
One of my user controls that is been loaded need to be able to pop another
window. This is supposed to happen when submitted button is clicked and page
goes back to the server. I would be able to write out java script to pop a
page when it comes back but I already have a function that happens on load
of the body tag of the container page.

Thank you.
 
Ruslain,

Check out the Javascript component on my website, www.aboutfortunate.com,
It's free and you can download the visual studio.net project. If you click
on the code library link and then click the Javascript button in the menu on
the left you can download it from there. The component has many useful
javascript functions in it including one that can be attached to any button
(from the code-behind page) to popup a new window.

Even if you don't want to use the component you can use the code to get
started on your own popup.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
 
Back
Top