how to open new window with params

  • Thread starter Thread starter Marc Miller
  • Start date Start date
M

Marc Miller

I writing a vb.net web app. and I need to open a new window with only the
titlebar (no menu, toobar, location bar, etc.) and specifying the size.

In my calling form I attached javascript to a webcontrol button to open a
new window, however, I also need to pass variables to it. I tried
using a session var., but soon realized that the new window opens
before the session var. gets stuffed.

Any ideas or direction will be well appreciated.

m. miller
 
Back
Top