Issue Passing Search Parameter to HTML Embed Form

Issue Passing Search Parameter to HTML Embed Form

I am trying to embed a search box and a report in a custom HTML page and pass search parameter from search to view. I have tried using openURL and am not sure what is the correct way to accomplish this task. Any input will be appreciated.

We really want to include a lookup in the search box also to find records in the embedded view if possible.

I tried this in the stateless search form On Click event:

openUrl(" https://creator.zoho.com/..../..../#View:Master_Schedule1?input.Employee_ID_Number=" + input.ID, "iframe", "<frame1>"); However the resultset is the same prior to doing the search. 

I have blanked out owner name and application name intentionally.