Results 1 to 2 of 2

Thread: Menu File

  1. #1
    Join Date
    Jul 2004
    Posts
    39

    Menu File

    I am setting the menu params based on an external file
    EX:
    Dim hmenu As New Tornado.Z()
    With hmenu
    .dbUnit = 527
    .dbMenuParams = "type=2|style=5|ve=false| wi=600|he=20| buttontype=2| menudatafile=menufile.txt"
    Response.Write("<Center>" & .ASPdbMenu() & "</center><BR>")
    End With

    The problem with the menu params, is that if I make the links relative... ie putting "Nextfile.aspx" as opposed to "http://www.boguswebapp.com/Nextfile.aspx" the links are not relative... I get the links pointing to a Jars directory in Tornado... ANY IDEAS?

    Thanks
    John M

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    what link? use the example files indemo and point out th eproblem.

    FK

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •