On selenium 1 you can create browser instance as -
Selenium selenium = new DefaultSelenium(seleniumServerHost, seleniumServerPort, browser, appURL)
where browser is the instance of browser.
Does this help?
Also please try to be more descriptive in your questions.
~ seleniumtests.com