I have a form.
I need to pass the data to another window. I'm planning to do that with javascript with document.open() and put the data of the form in there. My question is how can I open that window in the current frame and not in a new window. Is that possible? I guess there should be a way, but I'm looking in my book and I don't see how can I target that new window to the frame.
Since I'm not submitting the form, I'm using Onclick to call the javascript function to open the window.
Please HELP
I need to pass the data to another window. I'm planning to do that with javascript with document.open() and put the data of the form in there. My question is how can I open that window in the current frame and not in a new window. Is that possible? I guess there should be a way, but I'm looking in my book and I don't see how can I target that new window to the frame.
Since I'm not submitting the form, I'm using Onclick to call the javascript function to open the window.
Please HELP