Rajveer singh

Rajveer singh

  • 802
  • 1k
  • 249.6k

file open in new tab in mozila

Jul 27 2015 1:47 AM
Hi all,
 
   I am using this this code :
  flnm = "WriteReadData/documents/" + doc;
string fullURL = "window.open('" + flnm + "', '_blank', 'height=1000,width=1500,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,titlebar=yes' );";
ScriptManager.RegisterStartupScript(this.Page, typeof(string), "_blank", fullURL, true);
 
this code open in new tab in chorme so good but this code open in popup window in mozila so not good ,i want open in new tab in mozila, how to solve this problem .please guide me
 
Thanks  
 

Answers (1)