Click to See Complete Forum and Search --> : Newbie HyperLink Question


mrirvies
August 31st, 2005, 06:06 AM
I have a HyperLink link in my code that passes a query string to page_load() in my code :

link.NavigateUrl = "slideViewer.aspx?picture=" + imageFolder;

When slideViewer.aspx opens I would like to open with no menus, toolbars at a specific window size etc.

is it possible to call the javascript window.open() from the HyperLink ?

Thanks

Paul