passing data to javascript pop up
Hay people, just signed up, dont know why i dident do it eariler, looking forward to using this great resource
Quick question 1:
I have a form, one text box, on hitting submit or enter i want it to pop up a new window, passing the textbox data to that page in the window.
2 ways i know of, POST and querrystring, dont mind what i use, just dont know how, have the window opening with javascript:window.open('page',..... but dont know how to get the form data to the page?
Quick question 2:
I have a login page in a popup, if the user logs in it resizes the popup, i would also like to add scrollbars on the resize, but the page dosent have them to begin with, so is there a way to add scrollbars to a page when the page is already open?
thanks for any help!
|