I have a very basic doubt. When I click on ‘Close’ button that page should unload and a new page should get loaded
How to specify the url of the new page to be loaded ?
Please reply.
Example
I have two html pages
ABC.html and PQR.html.
When I click on a ‘close’ button in ABC.html. That page should close and PQR.html should open.
How to do this…?
is the ABC.html page loaded into an iframe:
…
{ view:“iframe”, id:“mypage”, src:“ABC.html” },
…
?
If it is, you need to call define() method as follows:
Its just that I want to know how to navigate between TWO DIFFERENT HTML pages written in DHTMLX Touch.
Example
For my application,
First will be the login page. After clicking on “Submit”, how to navigate to the next page which will show file list. I have created 2 .html files
Actually the problem is similar to the situation mentioned below.
Every application has a login page. When the user clicks on submit, a new html page should open and the previous one should open.
Both the html pages are created separately.
Its like automatically changing the url in the address bar and loading a new page.
Please help. Thank you.
If you have two pages and want to redirect to new page on a click,
I used the following code which is very basic code of javascript
var newpage ="./ABC.html";
parent.location=newpage;
The above address is relative address. U can hard code by putting absolute address also.
This has got nothing to DHTMLX TOUCH. When I posted this query, I was doing web based programming for the first time. I didn’t know anything about javascript also. So I posted this query.
Hope this helps you
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan