-
Need a popup window
Hello,
I need a popup window for an ASP+ web app, the windows needs to take in
a prameter or two, allow the user to update it then check to see if it
is in range by doing a dn lookup.
I just need to know how to popup a form/window with out closing the parent.
Thanks,
Zack
-
Re: Need a popup window
The only way as far as i am aware is to use plain old javascript
for example in your page do:
<script language="javascript">
window.open("windowname.aspx");
</script>
you can pass more parameters to the window open function to customize the
way it looks etc.
You can find more information from other javascript sites such as:
http://www.javascripts.com
Paul Hinett
Fox Online
Paul@Foxonline.co.uk
-
Re: Need a popup window
Thanks Paul,
What I am trying to do is allow a user to change the opperating parameters
on a pressure controller, each controller has different operating parms
based on the type, so when a user changes the cut off setting, I want to
make sure it is in range.
Thanks
Michael "Zack" Wassermann
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|