Question: Which property would you use to redirect visitor to another page?
A
B
C
D
window.location.href
B
document.href
C
java.redirect.url
D
link.redirect.href
Note: Not available
<script type="text/javascript">
var cst = "Web Presence Solutions & Implementation";
var pattern = new RegExp("Implementation","i");
document.write(cst.match(pattern));
</script>