Target blank?
Target blank?
Out of context: Reply #1
- Started
- Last post
- 1 Response
- neverblink0
location.href = x
means set this windows location to href (url) what you want to do is
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank">link</a>
location.href = x
means set this windows location to href (url) what you want to do is
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank">link</a>