Hi,
i have got a popup box on a aspx page using JavaScript - what i would like to happen is after the user clicks the box for the browser to navigate to a different aspx page.
i have tried using response.redirect and other methods - to no avail. i think that i need to modify the javascript - but i have no idea how.
free cyber sweeties to anyone that can solve my issue :) lol
//Displays a pop up box
string message = ("<script type = 'text/javascript'> window.onload=function(){alert('Drink Added!')};</script>");
ClientScript.RegisterClientScriptBlock(this.GetType(), "alert", message);
thanks :) xx