Click to See Complete Forum and Search --> : [RESOLVED] how to open a new window


handshakeit
05-25-2006, 04:57 AM
Hello All

I want to open a new window in .Net
I am trying using JS finction
using window.Open();
it gives error
Its very urgent plz help
Thanx in Advance.............

TheBearMay
05-25-2006, 07:54 AM
window.open(URL) ....lower case "O"

handshakeit
05-26-2006, 03:32 AM
Thanx I got resolved this problem.