hello i have a hyperlink with navigateurl property set on code behind like this:
hlHistory.NavigateUrl = ConfigurationManager.AppSettings["URL"] + "RootFolder/Folder1/form.aspx?parameter=" + value;
I was wondering if theres a way i can add these properties used on window.open (from js):
center:yes;Width:800px;Height:380px;resizable:yes;status:no;help:no;
any ideas? Thanks!!!