Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 12th, 2005, 04:01 AM
Authorized User
 
Join Date: Apr 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default pop-up window

hi all ,

i have to pop-up some reminders in a new window to the users . it is just like when we open a website ads related to that site come in new window .

what i have to do that , when a specific user logs in , a new window will open to remind him about some thing

i think , you will be getting my requirement .

how can i do this ?

Rgds
Rajiv

 
Old April 12th, 2005, 06:11 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi Rajiv..

To open a new window through asp.net, you need to use
javascript. After the user has been validated, you can
write this:

Response.Write("<script language=javascript>window.open('popup.aspx','new' ,'height=100,width=100,resizable=no scrollbars=no,status=no,toolbar=no,menubar=no,loca tion=no');</script>")

Cheers..
Spacy :)







Similar Threads
Thread Thread Starter Forum Replies Last Post
Window refresh and window pop up in Java Script Aleksandra Javascript How-To 2 March 2nd, 2007 06:47 PM
Pop Window testsubject General .NET 1 July 2nd, 2006 01:29 PM
pop up window sankar VB How-To 0 July 29th, 2003 01:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.