Hello Everyone. I have done internal linking on same page by using code:-
class GREATDEVELOPERS  : public Wt::WContainerWidget {
    private:
    public:
        GREATDEVELOPERS ();
        virtual ~GREATDEVELOPERS ();
};
GREATDEVELOPERS::
GREATDEVELOPERS() {
    WContainerWidget *cw = new     WContainerWidget();


        cw->addWidget(new WText(" Always rise yourself for sky"));
        cw->addWidget(new WBreak());
    cw->addWidget(new WText("Nothing is impossible because impossible itself
says i am possible"));
    this->addWidget(cw);
}

GREATDEVELOPERS ::~GREATDEVELOPERS () {

}
but now i want to do linking between two pages. Please tell me how to do.
Thank You.


--
Rupinder Kaur
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to