Re: [PHP-WIN] Opening Search results in a New Window

2004-06-10 Thread Sudeep Zamudra
Hi Raj, I would suggest u to use javascript.window.open() function. There u can specify the parameters of the new window to be open. ...SuDeEp... Raj Gopal <[EMAIL PROTECTED]> wrote: Hi All, I have a Form with a Search button and when the user types the Search word and clicks on Search,

Re: [PHP-WIN] Opening Search results in a New Window

2004-06-10 Thread Steve Douville
lt;[EMAIL PROTECTED]> Sent: Thursday, June 10, 2004 3:10 PM Subject: [PHP-WIN] Opening Search results in a New Window > Hi All, >I have a Form with a Search button and when the user types the > Search word and clicks on Search, I would like to open a New Window and > present

[PHP-WIN] Opening Search results in a New Window

2004-06-10 Thread Raj Gopal
Hi All, I have a Form with a Search button and when the user types the Search word and clicks on Search, I would like to open a New Window and present the search results.I have already developed a PHP function using Oracle oci8.dll and tested it. It takes a search criteria as Input, connects to