Click here to Skip to main content
15,900,589 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionASP.Net Forum Pin
deepaks314-Jun-06 23:54
deepaks314-Jun-06 23:54 
AnswerRe: ASP.Net Forum Pin
minhpc_bk15-Jun-06 16:26
minhpc_bk15-Jun-06 16:26 
QuestionAsp.net problem with Flash Pin
rapidtech14-Jun-06 23:43
rapidtech14-Jun-06 23:43 
QuestionShort cut keys Pin
Uma Kameswari14-Jun-06 23:29
Uma Kameswari14-Jun-06 23:29 
AnswerRe: Short cut keys Pin
minhpc_bk15-Jun-06 16:36
minhpc_bk15-Jun-06 16:36 
QuestionGenerate Popup window Pin
skysunil14-Jun-06 23:01
skysunil14-Jun-06 23:01 
AnswerRe: Generate Popup window Pin
_AK_14-Jun-06 23:04
_AK_14-Jun-06 23:04 
AnswerRe: Generate Popup window [modified] Pin
murtaza dhari15-Jun-06 0:53
murtaza dhari15-Jun-06 0:53 
check out this

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<script language="javascript" type="text/javascript">
<!--

var win=null;

function NewWindow(mypage,myname,w,h,scroll,pos){
if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
win=window.open(mypage,myname,settings);}

// -->
</script>

I invoke my pop up window as follows:

<a href="Name of a aspx application.aspx" tabindex=-1 onclick="NewWindow(this.href,'Name of aspx','800','550','yes','center');return false" onfocus="this.blur()"> href display name </a>

Murtaza Tahir Ali Dhari

-- modified at 6:53 Thursday 15th June, 2006
AnswerRe: Generate Popup window Pin
varshavmane15-Jun-06 5:23
varshavmane15-Jun-06 5:23 
QuestionERROR_SESSION_CREDENTIAL_CONFLICT Pin
jprabbu14-Jun-06 21:48
jprabbu14-Jun-06 21:48 
QuestionTree View node editing Pin
Uma Kameswari14-Jun-06 21:46
Uma Kameswari14-Jun-06 21:46 
QuestionOracleDataAdapter, OracleTransaction Pin
JernejR14-Jun-06 21:04
JernejR14-Jun-06 21:04 
QuestionPaging in datagrid Pin
Nagraj Naik14-Jun-06 20:50
Nagraj Naik14-Jun-06 20:50 
AnswerRe: Paging in datagrid Pin
Suamal15-Jun-06 1:01
Suamal15-Jun-06 1:01 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 4:34
Nagraj Naik15-Jun-06 4:34 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 18:57
Suamal15-Jun-06 18:57 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 19:49
Nagraj Naik15-Jun-06 19:49 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 20:11
Suamal15-Jun-06 20:11 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 21:38
Nagraj Naik15-Jun-06 21:38 
GeneralRe: Paging in datagrid Pin
Suamal15-Jun-06 22:58
Suamal15-Jun-06 22:58 
GeneralRe: Paging in datagrid Pin
Nagraj Naik15-Jun-06 23:22
Nagraj Naik15-Jun-06 23:22 
QuestionError : Page_Validators is undefined [modified] Pin
Praveen_S14-Jun-06 20:24
Praveen_S14-Jun-06 20:24 
AnswerRe: Error : Page_Validators is undefined Pin
minhpc_bk15-Jun-06 16:54
minhpc_bk15-Jun-06 16:54 
Questiondyamically generate 0 to n number of web charts within a templated control. Pin
uglyeyes14-Jun-06 19:47
uglyeyes14-Jun-06 19:47 
Questionsddfgfd Pin
surshbabuk14-Jun-06 19:44
surshbabuk14-Jun-06 19:44 

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.