how can i call another DHTMLPage2 from DHTMLPage1...
i mean thrz a button in DHTMLPage1 and clicking that i have to open the DHTMLPage2...
can anybody give me the answer plzzzzz
thanx in advance
Printable View
how can i call another DHTMLPage2 from DHTMLPage1...
i mean thrz a button in DHTMLPage1 and clicking that i have to open the DHTMLPage2...
can anybody give me the answer plzzzzz
thanx in advance
like other forms...we can call by Form2.show
so similarly can we call DHTMLPage2.show???