in reply to Re^5: How to add hyperlink for every table data using perl?
in thread How to add hyperlink for every table data using perl?

http://cad.psd.log.com/apps/dev/adkb/dc_checklist/DEMO/top/DV/
Here dc_checklist folder will have some .html files .If i click .html files from dc_checklist it should point to folders in DEMO.and then if click .html files from DEMO folder it should point to top folder.Likewise it should follow .
  • Comment on Re^6: How to add hyperlink for every table data using perl?

Replies are listed 'Best First'.
Re^7: How to add hyperlink for every table data using perl?
by huck (Prior) on Mar 30, 2017 at 11:15 UTC

    That does not explain things any better at all.

    are you trying to say that the links on that page should be to http://cad.psd.log.com/apps/dev/adkb/dc_checklist/DEMO ? and the links on http://cad.psd.log.com/apps/dev/adkb/dc_checklist/DEMO should be to http://cad.psd.log.com/apps ?

    if so then just put those addresses into the href="" then. wasnt that easy?

    by now you should know how to do that