Code:<script language="JavaScript"> <!-- var r_text = new Array (); r_text[0] = "http://google.com"; r_text[1] = "http://yahoo.com"; r_text[2] = "http://hotmail.com"; var i = Math.floor(3*Math.random()) document.write(r_text[i]); //--> </script>
when i put this script in html page
the links appear randomly but with no hyper link so the visitor can't enter the site by clicking link but he should copy it and put it in the browser
so what i should do to hyperlink the links ?
srry 4 bad eng
thanks


Reply With Quote
Bookmarks