i know you can redirect users using the response.redirect command but is there any way of passing a variable to open a new browser window and leave the other one open ???
still trying to get my head round asp.net
any help greatly appreciated :p :p
Printable View
i know you can redirect users using the response.redirect command but is there any way of passing a variable to open a new browser window and leave the other one open ???
still trying to get my head round asp.net
any help greatly appreciated :p :p
Do you want to do this explicitly in .Net???? I would tend to use the javascript window.open command....
regards
Mark
I've been reading through the stuff in .net and it seems to suggest using the window.open command but i'd have thought that microsoft might have included some function to do this.
@ the moment im very disappointed with asp.net i dont think its all it cracked up to be
but . . . i think im going to give that macromedia mx a go see if its is easyier to use
do u want a sort of preview window ????
what i need to do is open a window display the results from a calculation from another form, but couldn't understamd why there wasn't a simpler way of opening a window rather than using the window.open command as opposed to response.redirect
:rolleyes: :rolleyes:
its not too important now but may need to know how to do this in the future