ajpis
Regular Member
- Aug 5, 2013
- 242
- 368
I only have basic coding knowledge so this may seem as a bit of a silly question for some people on here.
This code redirects my visitors to another url after so many seconds
Can anyone help me adapt this piece of code so that it will open a new url in a new window instead.
Thanks in advance
This code redirects my visitors to another url after so many seconds
Code:
<meta http-equiv="refresh" content="0; url=http://mysite.com" />
Can anyone help me adapt this piece of code so that it will open a new url in a new window instead.
Thanks in advance