Dinesh Santhalingam

Dinesh Santhalingam

  • NA
  • 737
  • 358.5k

Load the link in a div tag

Jan 11 2017 3:42 AM
  1.  <a href="WebForm1.aspx">Form1</a>  
  2. <a href="WebForm2.aspx">Form2</a>  
  3. <a href="WebForm3.aspx">Form3</a>   
  4. <div id="content"> </div>  
  5.    
Here I have Three links in my page .If i click the link it will go to the assigned page .Now i want to load this page into my div tag. 

Answers (1)