View Full Version : Java Script text link
Conard
19-08-2002, 19:29/07:29PM
Can't believe this is the first post here,
any way I have a client that want a few links set up inside of a script. I played and no joy. Here is a sample of the text link:
<A href="http://sample.com" target="_blank" class="c9"><STRONG>Sample text</STRONG>
How can I do this with Java Script?
plattypus
19-08-2002, 19:57/07:57PM
<script language="javascript">
document.write('<A href="http://sample.com" target="_blank" class="c9"><STRONG>Sample text</STRONG>');
</script>
or have i missed the point?
Conard
19-08-2002, 20:58/08:58PM
Thanks plattypus,
I hope this does what he wants.
It looks like 3 of his very close friends have been hit by a PR 0 problem and he does not want to remove their links, just hide them from Google.
plattypus
20-08-2002, 14:21/02:21PM
In that case don't do it. Google are working on being able to read this, won't be long. Remove the links temporarily and get him to get the people to clean up their sites and beg google for forgiveness.
bigDugan
20-08-2002, 15:18/03:18PM
>>he does not want to remove their links, just hide them from Google
:green:
More likey to hurt him than help. Do as plattypus suggests and REMOVE them.
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.