how to i make ASP.NET HyperLynk to open uri with window size parameters?

Viewed 35

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!!!

0 Answers
Related