| Welcome to Webforumz.com. |
|
Feb 7th, 2008, 13:05
|
#1 (permalink)
|
|
New Member
Join Date: Feb 2008
Location: mumbai
Age: 23
Posts: 4
|
Creating Pop up Windows
Hi there,
This is Jitesh, can anyone help me how to create the Pop up Windows
in ASP.Net.
Anyone like to suggest is most welcome.
Thank you
Jitesh
Last edited by Daniel; Feb 7th, 2008 at 13:12.
Reason: No signature until 10 posts.
|
|
|
Feb 11th, 2008, 14:35
|
#3 (permalink)
|
|
Junior Member
Join Date: Oct 2006
Location: London
Age: 27
Posts: 29
|
Re: Creating Pop up Windows
Quote:
Originally Posted by spinal007
|
Can it be done only with javescript?
|
|
|
Feb 11th, 2008, 15:30
|
#4 (permalink)
|
|
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,609
|
Re: Creating Pop up Windows
It can only be done with Javascript.
ASP.net runs on the server - nothing to do with browsers and popup windows.
|
|
|
Feb 11th, 2008, 16:22
|
#5 (permalink)
|
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,749
|
Re: Creating Pop up Windows
Quote:
Originally Posted by Hunter
Can it be done only with javescript?
|
It can be done with HTML... Until the "target" attribute became depreciated.... although if you aint bothered about validation, you can use it. 
__________________
I'm back!!!! 
|
|
|
Feb 11th, 2008, 16:49
|
#6 (permalink)
|
|
Administrator
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
|
Re: Creating Pop up Windows
Moved to JavaScript Section.
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.
|
|
|
Feb 12th, 2008, 09:04
|
#7 (permalink)
|
|
Highly Reputable Member
Join Date: Oct 2007
Location: Stockport
Age: 16
Posts: 739
|
Re: Creating Pop up Windows
Quote:
Originally Posted by Marc
It can be done with HTML... Until the "target" attribute became depreciated.... although if you aint bothered about validation, you can use it. 
|
If you really want to open a new window, and you don't mind having site that doesn't validate or angry users, then use
- HTML: Select all
<a href="http://www.example.org/" target="_blank">Example</a>
|
|
|
Feb 12th, 2008, 17:06
|
#8 (permalink)
|
|
New Member
Join Date: Feb 2008
Location: usa
Posts: 2
|
Re: Creating Pop up Windows
Quote:
Originally Posted by dilipv
Hi there,
This is Jitesh, can anyone help me how to create the Pop up Windows
in ASP.Net.
|
Why a popup? Why not a 'floater' object, even with a 'backshield' to disable clicking on the page otherwise?
Some installations will block spawning popup windows, or will open them full size as a new window.
|
|
|
Feb 13th, 2008, 16:51
|
#9 (permalink)
|
|
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,609
|
Re: Creating Pop up Windows
Quote:
Originally Posted by fside
Why a popup? Why not a 'floater' object, even with a 'backshield' to disable clicking on the page otherwise?
|
This post started with "can anyone help me how to create the Pop up Windows in ASP.Net", I think complex javascript, lightboxes and in fact anything that involves more than 2 lines of code will be way too complicated...
|
|
|
| Thread Tools |
|
|
| Rate This Thread |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|