Click here to Skip to main content
15,887,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problem in Default.aspx Pin
N a v a n e e t h23-Sep-09 23:37
N a v a n e e t h23-Sep-09 23:37 
AnswerRe: Problem in Default.aspx Pin
sashidhar23-Sep-09 23:47
sashidhar23-Sep-09 23:47 
AnswerRe: Problem in Default.aspx Pin
S.Dhanasekaran23-Sep-09 23:47
S.Dhanasekaran23-Sep-09 23:47 
QuestionRe: Problem in Default.aspx Pin
nazimghori24-Sep-09 3:01
nazimghori24-Sep-09 3:01 
AnswerRe: Problem in Default.aspx Pin
sashidhar24-Sep-09 1:35
sashidhar24-Sep-09 1:35 
QuestionPopuup window in javascript is not displaying the window title Pin
meeram39523-Sep-09 23:17
meeram39523-Sep-09 23:17 
AnswerRe: Popuup window in javascript is not displaying the window title Pin
Nisha Agrawal24-Sep-09 2:55
Nisha Agrawal24-Sep-09 2:55 
GeneralRe: Popuup window in javascript is not displaying the window title Pin
meeram39524-Sep-09 19:49
meeram39524-Sep-09 19:49 
Sorry for late reply. Thanks for the same.

I tried to put the code and run the appln, but I am getting the error "object Expected" yellowish line highlighted at the code ,

onclick="return (DisplaySecurityGroupSummary());"

I am not getting any clue why the error is happening. Below is my code:
StringBuilder javascriptFunctionSB=new StringBuilder();
       javascriptFunctionSB.Append("function DisplaySecurityGroupSummary() ");
       javascriptFunctionSB.Append("{");
       javascriptFunctionSB.Append("var title=\'" + GetLocalResourceObject("SecurityGroups").ToString() + "\';");
       javascriptFunctionSB.Append("var summaryPopup = window.open(\"\",\"\" , \"menubar=0, resizable=0, width=350, height=350,scrollbars=1,toolbar =1\");");
       javascriptFunctionSB.Append("summaryPopup.document.Title = 'mywindow')");
       javascriptFunctionSB.Append("summaryPopup.document.getElementsByTagName(\"body\")[0].innerHTML = \"\";");
       javascriptFunctionSB.Append("summaryPopup.document.getElementsByTagName(\"body\")[0].innerHTML = \"" + summarySB.ToString() + "\";");
       javascriptFunctionSB.Append("summaryPopup.moveTo(300, 300);");
       javascriptFunctionSB.Append("summaryPopup.focus(); return false;");
       javascriptFunctionSB.Append("}");


Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

AnswerRe: Popuup window in javascript is not displaying the window title Pin
Nisha Agrawal25-Sep-09 2:31
Nisha Agrawal25-Sep-09 2:31 
Question[Message Deleted] [modified] Pin
VikashGohil23-Sep-09 22:13
VikashGohil23-Sep-09 22:13 
AnswerRe: CreateObject Not Working in VBScript Pin
Manas Bhardwaj23-Sep-09 22:21
professionalManas Bhardwaj23-Sep-09 22:21 
Questionhow tochange the order of gride view colunm . Pin
rinku soni 2323-Sep-09 21:59
rinku soni 2323-Sep-09 21:59 
AnswerRe: how tochange the order of gride view colunm . Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:03
professionalVimalsoft(Pty) Ltd23-Sep-09 22:03 
QuestionViewstate Pin
prasadnjoshi23-Sep-09 21:53
prasadnjoshi23-Sep-09 21:53 
AnswerRe: Viewstate Pin
Abhijit Jana23-Sep-09 21:54
professionalAbhijit Jana23-Sep-09 21:54 
AnswerRe: Viewstate Pin
Christian Graus23-Sep-09 23:27
protectorChristian Graus23-Sep-09 23:27 
QuestionViewstate Pin
prasadnjoshi23-Sep-09 21:52
prasadnjoshi23-Sep-09 21:52 
AnswerRe: Viewstate Pin
Abhijit Jana23-Sep-09 21:58
professionalAbhijit Jana23-Sep-09 21:58 
Questionsql Pin
ritasaumya23-Sep-09 21:46
ritasaumya23-Sep-09 21:46 
AnswerRe: sql Pin
Vimalsoft(Pty) Ltd23-Sep-09 22:12
professionalVimalsoft(Pty) Ltd23-Sep-09 22:12 
AnswerRe: sql Pin
Manas Bhardwaj23-Sep-09 22:24
professionalManas Bhardwaj23-Sep-09 22:24 
AnswerRe: sql Pin
Christian Graus23-Sep-09 23:29
protectorChristian Graus23-Sep-09 23:29 
QuestionValidation Without Page Refresh . Pin
Priyagdpl23-Sep-09 21:36
Priyagdpl23-Sep-09 21:36 
AnswerRe: Validation Without Page Refresh . Pin
Abhijit Jana23-Sep-09 21:52
professionalAbhijit Jana23-Sep-09 21:52 
AnswerRe: Validation Without Page Refresh . Pin
Nisha Agrawal23-Sep-09 21:55
Nisha Agrawal23-Sep-09 21:55 

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.