converting a shtml to html

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hai2gnm
    New Member
    • Feb 2008
    • 1

    converting a shtml to html

    var slideshowpath=' http://www.thecsusmpri de.com/home/index.cfm?event =displaySlideSh ow&islides=';

    // from query.
    var aSectionNames = new Array();
    var aSectionLinks = new Array();
    aSectionNames[0] = 'News';
    aSectionLinks[0]='/news/2008/02/12/News/';
    aSectionNames[1] = 'Sports';
    aSectionLinks[1]='/news/2008/02/12/Sports/';
    aSectionNames[2] = 'Features';
    aSectionLinks[2]='/news/2008/02/12/Features/';
    aSectionNames[3] = 'Opinion';
    aSectionLinks[3]='/news/2008/02/12/Opinion/';
    aSectionNames[4] = 'Entertainment' ;
    aSectionLinks[4]='/news/2008/02/12/Entertainment/';
    aSectionNames[5] = 'Police Beat';
    aSectionLinks[5]='/news/2008/02/12/PoliceBeat/';
    aSectionNames[6] = 'Travel';
    aSectionLinks[6]='/news/2008/02/12/Travel/';




    if u see the above code it is an shtml content i am not getting to track on this
    is there any way to convert into absolute urls ....
    thanx in advance
    ----murthy
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Possibly with server_name:
    SHTML

    Comment

    Working...