I have a www.dominio.com.br
domain.
On a given page, I need to put a link to google + from the client. I'm using:
a href="www.google.com" target="_blank"
For tests, and what is happening is that instead of the system opening a new tab with the address www.google.com
it is trying to redirect into my domain ( www.dominio.com.br/www.google.com
)
Does anyone know how I can resolve this?