User Profile

Collapse

Profile Sidebar

Collapse
nareshtatipelli
nareshtatipelli
Last Activity: Sep 23 '09, 05:29 PM
Joined: Aug 10 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nareshtatipelli
    replied to issue with document.writeln
    Acoder,
    Thanks for your reply
    I have used following window.open
    Code:
    window.open ("C:/Program Files/2500_TV_Stereo.jpg","mywindow","menubar=1,resizable=1,width=350,height=250");
    It is giving Access denied error.

    Thanks
    See more | Go to post
    Last edited by gits; Sep 24 '09, 01:53 PM. Reason: added code tags

    Leave a comment:


  • nareshtatipelli
    started a topic issue with document.writeln

    issue with document.writeln

    Hi,
    I want to open a image in new window from one tool.
    In IE7 window.open giving Access Denied error.
    So, I have used following code

    Code:
    function newWindow() {
    var msg='<html><body><form><img src="2500_TV_Stereo.jpg" /></form></body></html>\n';
    var win = open('','',params); 
    win.document.writeln(msg); 
    win.document.close(); 
    }
    ...
    See more | Go to post
    Last edited by gits; Sep 23 '09, 03:17 AM. Reason: added code tags

  • nareshtatipelli
    replied to issue with 2D array
    in Java
    Sorry, inplace of
    Code:
    temp[temp.length-1][0] = " ";
    I have used

    Code:
    //temp[temp.length-1][0] = " ";
    //temp[temp.length-1][1] = " ";
    temp[temp.length-1] = header[header.length-1];
    See more | Go to post

    Leave a comment:


  • nareshtatipelli
    started a topic issue with 2D array
    in Java

    issue with 2D array

    I have following 2D array
    Code:
    String[][] header = { {"Display Name", "text" }, {"Status", "text"}, 				{"Creation  time", "date"  , "Y" }, 		
    		{"Order Number","text"}, 				                {"State","text"}, 						{"Ticket Number", "text" }, 					{"Scenario Name", "text" },					{" ",
    ...
    See more | Go to post
No activity results to display
Show More
Working...