Error: Valid Expression expected

Discussion in 'General troubleshooting' started by Steve, Feb 25, 2017.

  1. Hello

    While coding the following link in vb.net, I get an error under the word 'blank':

    Code:
    <a href='http://www.mysite.net target="_blank"'>http://www.mysite.net</a>
    What am I doing wrong, please?

    Thank you.
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    What was the error message? You might need to escape the quotes.
     
  3. mjp

    mjp

    RayH likes this.

Share This Page