Passing value from one page to another page

I gave input in the text box when the user clicks the submit button the input value pass from one page to another page by using Url.

Unfortunately the issue is not clear. Couldn’t you clarify the issue and the expected result?

I like to know how to place the image and data in the grid using dhtmlx, and how to allocate the grid count. then if i press the grid it should pass to the next view.

If you need to add the “image with a link” to your cell you may place a html href with the image title.
For example:

<cell><![CDATA[<a href="http://www.some_address.com"><img src="image.png"></a>]]></cell>