Vidhi Patel

Vidhi Patel

  • NA
  • 44
  • 16.8k

facing the issue in progressbar

Sep 24 2016 2:48 AM
**My Question:**I have developing Mvc application in this application i have profiling.cshtml page. =>In that page i have put the progress bar link n that progress bar complete that process after that redirect to another page which name is recommendedportfolio.cshtml =>I m facing the problem in javascript that not work properly.
  1. <div>  
  2.                     @Html.ActionLink("PROFILING . . .""recommendedportfolio""Home", null, new { @class = " process progress-label ;", @Target = "_self", @onclick = " data()", @id = "Prog" })  
  3.                        </div>  
  4.                 </div>  
  5.             </div>  
  6.         </div>  
  7.         <script type='text/javascript'>  
  8.   
  9.             function data() {  
  10.                 debugger;  
  11.                 window.open = "http://localhost:2303/Home/recommendedportfolio";  
  12.                    }  
  13.          </script>  
 

Answers (1)