search open url new window and headers

search open url new window and headers

I have created a search form using a stateless form with the following on click:
openUrl(" https://creator.zoho.com/<myapp>/customer-support/view-perma/Customer_Report/Customer_Name=" + input.Search_Customer, "new window");
Three questions please:
  1. This works ok if same window is used. Using new window gives no result - how do I overcome?
  2. When I use same window and I get the Customer Report results there are no headers (i.e. dashboard tabs) and I need to use the back button on the browser. How do I get the headings?
  3. Only results with the exact search phrase are returned. EG if I have a customer - Fred Jones Engineering - and I search for Fred Jones (without the Engineering I get a null result. How do I overcome please?
Thanks