Possible Duplicate:
button javasript works on IE but not firefox window.navigate()
I want pass Question ID to Answer Page Along with URL but it's not working on Chrome and Firefox I'm using ASP.Net,
Navigate Method is not working , what are other methods for this ?
function display(QuestionID)
{
window.navigate("Answer.aspx?TutID=" + QuestionID);
}
please Help