Page Linking

  •  05-12-2004, 7:07 PM

    Page Linking

    Bit of a tough one to explain but I will try...

     

    I have got the editor creating pages and storing them to a MYSQL DB which is cool and all works fine. The problem is that I need to somehow put an extra button on the tool bar so a custom button can call a function to show a list of all the pages that have been saved in the DB to allow for users to highlight text and use that to link to one of the pages stored within the DB. I can create a generic ASP page that just needs an ID passed to it to allow the link to work, but i need to know if i can do that else linking to created pages is a pain and the only was is to educate the user to remember (for example page.asp?id=x) where x is the unique page id created when the page is saved to use as the link via the normal hyper link box...

     

    Does that make sense and can it be done.....

     

    Adam?

View Complete Thread