I've got a page (lets call it mainpage) that will have a search link. Clicking on that link will create a popup (lets call this popup) popup will be a search criteria form. AFter filling in the criteria, pressing "go" will post the form to an iframe on mainpage.
Is this possible, and is there any difference between using <a href=....></a> and window.open(...)for the popup?
Is one better than the other?
Thanks for the Help.
Is this possible, and is there any difference between using <a href=....></a> and window.open(...)for the popup?
Is one better than the other?
Thanks for the Help.