Web Technology
Accenture Technical PrimermediumWeb TechnologyJavascript

Ram's banking website has a 'Check Interest Rates' button that should redirect users to a separate page. Which JavaScript code accomplishes this?

Answer options

A
location.href = "url"
B
url.newlocation
C
window.redirect("url")
D
document.location("url")

Correct answer: location.href = "url"

Explanation

Quick AnswerThe correct answer is location.href = "url" because it directly addresses the core logic of Web Technology.

window.location.href (or location.href) is the standard JavaScript property used to redirect the browser to a different URL.

Related Accenture Web Technology questions

Practice more Accenture Web Technology questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!