Click here to Skip to main content
15,886,067 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Postback question Pin
ToddHileHoffer6-Jul-06 9:26
ToddHileHoffer6-Jul-06 9:26 
GeneralRe: Postback question Pin
leckey6-Jul-06 10:03
leckey6-Jul-06 10:03 
QuestionTiff file Pin
roopeshgangwar6-Jul-06 3:53
roopeshgangwar6-Jul-06 3:53 
AnswerRe: Tiff file Pin
ToddHileHoffer6-Jul-06 9:29
ToddHileHoffer6-Jul-06 9:29 
GeneralRe: Tiff file Pin
roopeshgangwar6-Jul-06 17:32
roopeshgangwar6-Jul-06 17:32 
QuestionPopup blocker window Pin
MalikRizwan6-Jul-06 3:41
MalikRizwan6-Jul-06 3:41 
AnswerRe: Popup blocker window Pin
Sushant Duggal6-Jul-06 18:18
Sushant Duggal6-Jul-06 18:18 
AnswerRe: Popup blocker window Pin
Vuks6-Jul-06 21:32
Vuks6-Jul-06 21:32 
function openMyWindow(){
var PagetoPopup;
PagetoPopup= '<%=Session["app_path"]%>' + "MyWindowName.aspx";

var newWin = null;
newWin = window.open(PagetoPopup,"MyPopupWindow","toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=yes,titlebar=0");

if ( (newWin == null)
|| (typeof(newWin) =="undefined")
|| (typeof(newWin .location.hash) != "string") ) {

alert('Please ensure that pop-ups are enabled!');
} else {
if (self.name != 'MyPopupWindow') {
top.close(); // Use this if you want to close the main/parent window ; otherwise comment out this code
}
}

I hope this is what you wanted.The code notifies the user if the popup blocker is activated, so that the user can de-activate it and try to open the window again.


Vuks
GeneralRe: Popup blocker window Pin
MalikRizwan6-Jul-06 22:36
MalikRizwan6-Jul-06 22:36 
QuestionCombobox : Is there a max length on the ValueMember? Pin
Ronsch6-Jul-06 3:27
Ronsch6-Jul-06 3:27 
QuestionOpenCurrentDatabase..HANGING!!! ...Automation MS Access 2003 [modified] Pin
Vuks6-Jul-06 2:58
Vuks6-Jul-06 2:58 
QuestionCHAT Engine Pin
lehya6-Jul-06 2:56
lehya6-Jul-06 2:56 
Questionexporting data to MS-OutLook Calendar Pin
Dhruvil6-Jul-06 2:42
Dhruvil6-Jul-06 2:42 
Questionlist of Email clients installed on my computerlist of Email clients installed on my computer Pin
sharma sanjeev6-Jul-06 2:19
sharma sanjeev6-Jul-06 2:19 
AnswerRe: list of Email clients installed on my computerlist of Email clients installed on my computer Pin
Not Active6-Jul-06 2:39
mentorNot Active6-Jul-06 2:39 
Questionlist of Email clients installed on my computer Pin
sharma sanjeev6-Jul-06 2:18
sharma sanjeev6-Jul-06 2:18 
Questionlist of Email clients installed on my computer Pin
sharma sanjeev6-Jul-06 2:17
sharma sanjeev6-Jul-06 2:17 
Questionhow to store images in database of sqlserver2005 and retreive images from database Pin
vishal7056-Jul-06 2:07
vishal7056-Jul-06 2:07 
AnswerRe: how to store images in database of sqlserver2005 and retreive images from database Pin
_AK_6-Jul-06 2:12
_AK_6-Jul-06 2:12 
GeneralRe: how to store images in database of sqlserver2005 and retreive images from database Pin
Not Active6-Jul-06 2:43
mentorNot Active6-Jul-06 2:43 
GeneralRe: how to store images in database of sqlserver2005 and retreive images from database Pin
_AK_6-Jul-06 3:21
_AK_6-Jul-06 3:21 
QuestionSession problem in mozilla Pin
Malayil alex6-Jul-06 1:32
Malayil alex6-Jul-06 1:32 
AnswerRe: Session problem in mozilla Pin
Talal Sultan6-Jul-06 2:59
Talal Sultan6-Jul-06 2:59 
QuestionTextfile to Database Pin
aaraaayen6-Jul-06 1:25
aaraaayen6-Jul-06 1:25 
AnswerRe: Textfile to Database Pin
mnaveed6-Jul-06 2:47
mnaveed6-Jul-06 2:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.