deth_by_uv
Power Member
- Feb 26, 2008
- 525
- 428
I'm working on a client's site that runs on a corporate site builder type of deal and a lot of the sites functions runs Javascript...which I am no expert at...
I was trying to add anchor text links for some on-page SEO and realized that the built in editor wasn't capable of making links to other pages, how stupid is that?...I thought that was a pretty critical thing...
So I found some code on the net which takes care of the job fine enough:
<a name="" onClick="window.open('http://javascript.internet.com/new')">Click Here</a>
The code above for text link works, opens page in a new tab and all, but it doesn't turn the text blue like in HTML and I was just wondering if search engines cared whether or not the text links were in HTML or Javascript?...
Appreciate any help...
I was trying to add anchor text links for some on-page SEO and realized that the built in editor wasn't capable of making links to other pages, how stupid is that?...I thought that was a pretty critical thing...
So I found some code on the net which takes care of the job fine enough:
<a name="" onClick="window.open('http://javascript.internet.com/new')">Click Here</a>
The code above for text link works, opens page in a new tab and all, but it doesn't turn the text blue like in HTML and I was just wondering if search engines cared whether or not the text links were in HTML or Javascript?...
Appreciate any help...