Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - problem after run forum
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

problem after run forum

 Post Reply Post Reply
Author
yanirmal View Drop Down
Newbie
Newbie


Joined: 06 June 2007
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote yanirmal Quote  Post ReplyReply Direct Link To This Post Topic: problem after run forum
    Posted: 06 June 2007 at 5:36pm
i try to add the forum to my web site and its work very well but after i load the fourm my web page not loading/
i found the code that make the problem and if i delete it , the web was work. but i need this code ...
the code :
 
 <% 
      Dim myArray(100)
      Dim i
      i=0
      for each item in application.contents
         myArray(i)=application.contents(item)
         i=i+1
      next
      response.write "<script language='javascript'>"
      response.write "arrcom = new Array ;"
      response.write "var n=" & myArray(0) & ";"
      for t=0 to i-2 step 1
        response.write "arrcom[" & t & "]=" & "'" & myArray(t+1) & "';"
      next 
      response.write "</script>"
   %>
i load from global.asa names of banners and fill array with the name
it's simple asp code.
what the running forum doing that after i run the forum this code get error ?
 
please help me (-:
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.