Announcement

Collapse
No announcement yet.

ME LOST

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ME LOST

    IF I
    Put This
    <pre class="ip-ubbcode-code-pre">
    &lt;!-- #include file="/includes/header.asp" --&gt;
    &lt;%

    redim arrTemp(11)
    arrTemp(0) = "MY STUFF"
    arrTemp(5) = "Yes"
    arrTemp(6) = 0
    arrTemp(11) = ""

    %&gt;
    &lt;%=CustomHeader(arrTemp)%&gt;

    &lt;p&gt; Body Stuff Here &lt;/p&gt;

    &lt;%=CustomFooter%&gt;

    </pre>

    into a file asp file

    I Get this Error

    Script error: Type mismatch: 'linkfile'Response.Send Cstr( CustomHeader(arrTemp))

    WHAT AM I MISSING

    StePhan McKillen

    My Pages

    #2
    What's arrTemp(11)? I looked at my pages and none of them have an 11 in them. Could this be the problem.

    -Rupp

    How come "abbreviated" is such a long word?
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      You need to add:

      &lt;!-- #include file="/includes/misc_functions.asp" --&gt;

      the 'linkfile' function is in that include.

      Rupp,
      arrTemp(11) is for putting your own message to scroll between the logobar and the menu links. If you have "Yes" selected for "Show Page Scroll" on the includes setup page, then the header will scroll WeatherMan data. StePhan, what are you trying to accomplish setting it to ""?


      Paul

      Comment


        #4
        Just try to get it working

        StePhan McKillen

        My Pages

        Comment


          #5
          Here is a page that explains what the various includes are for.
          And it has a list of what the parameters do for the header.

          http://www.c-website.com/securelinks5.htm

          Jeff Farmer
          HomeSeer user since March, 2000

          --
          Jeff Farmer
          HS 3, HSPhone
          My HS3 Plugins: CFHSExtras, Random, Restart, Tracker, WeatherXML, PanaBluRay
          Other Plugins In Use: APCUPSD, BLOnkyo, Device History, EasyTrigger, HSTouch Server, PHLocation2, Pushover, RFXCom, UltraGCIR3, UltraMon3, UltraPioneerAVR3, X10, Z-Wave

          Hardware: GoControl Irrigation Controler, Schlage Lever Lock, Schlage Deadbolt, Way2Call Hi-Phone, RFXCom RFXrec433 Receiver, WGL 800, TI-103, Z-Net, Pioneer 1120, Pioneer 1021, Pioneer LX302, Panasonic BDT-110, Panasonic BDT-210 x2

          Comment

          Working...
          X