Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. problem in the site search

problem in the site search

Scheduled Pinned Locked Moved ASP.NET
helpquestion
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    Bataineh
    wrote on last edited by
    #1

    Hello i make an web site and make on it search engine local to my web site and it work god in the localhost but wen i do it over the internet an error happen i think the erro in this code public Search(string URL) { string[] SplitWebSitePath = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString().Split('/'); for (int i = 3; i < SplitWebSitePath.Length-2; i++) { if (this._WebSitePath == string.Empty) { this._WebSitePath = SplitWebSitePath[i]; } else { this._WebSitePath = this._WebSitePath + "\\" + SplitWebSitePath[i]; } } int ha= URL.IndexOf(SplitWebSitePath[SplitWebSitePath.Length-3]); this._URL = URL.Substring(0, ha ) + SplitWebSitePath[SplitWebSitePath.Length - 3] + "/"; WebSiteFiles.Columns.Add("HeadLine"); WebSiteFiles.Columns.Add("Content"); WebSiteFiles.Columns.Add("URL"); } another problem in the same project when i open it on firefox explorer the menu hiden behind the fash how can i fix it it work god in microsoft internet explorer and thanks

    V 1 Reply Last reply
    0
    • B Bataineh

      Hello i make an web site and make on it search engine local to my web site and it work god in the localhost but wen i do it over the internet an error happen i think the erro in this code public Search(string URL) { string[] SplitWebSitePath = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString().Split('/'); for (int i = 3; i < SplitWebSitePath.Length-2; i++) { if (this._WebSitePath == string.Empty) { this._WebSitePath = SplitWebSitePath[i]; } else { this._WebSitePath = this._WebSitePath + "\\" + SplitWebSitePath[i]; } } int ha= URL.IndexOf(SplitWebSitePath[SplitWebSitePath.Length-3]); this._URL = URL.Substring(0, ha ) + SplitWebSitePath[SplitWebSitePath.Length - 3] + "/"; WebSiteFiles.Columns.Add("HeadLine"); WebSiteFiles.Columns.Add("Content"); WebSiteFiles.Columns.Add("URL"); } another problem in the same project when i open it on firefox explorer the menu hiden behind the fash how can i fix it it work god in microsoft internet explorer and thanks

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Would this help you? <param name=wmode value=transparent> Source Courtesy: http://www.mix-fx.com/tutorials/flashtransparency.html[^]

      Vasudevan Deepak Kumar Personal Homepage
      Tech Gossips
      A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

      E B 2 Replies Last reply
      0
      • V Vasudevan Deepak Kumar

        Would this help you? <param name=wmode value=transparent> Source Courtesy: http://www.mix-fx.com/tutorials/flashtransparency.html[^]

        Vasudevan Deepak Kumar Personal Homepage
        Tech Gossips
        A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

        E Offline
        E Offline
        eyeseetee
        wrote on last edited by
        #3

        If Vas response doesnt work can you post the error message for the code

        V 1 Reply Last reply
        0
        • E eyeseetee

          If Vas response doesnt work can you post the error message for the code

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          You ought to have posted this reply to him. :)

          Vasudevan Deepak Kumar Personal Homepage
          Tech Gossips
          A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

          E 1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            You ought to have posted this reply to him. :)

            Vasudevan Deepak Kumar Personal Homepage
            Tech Gossips
            A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

            E Offline
            E Offline
            eyeseetee
            wrote on last edited by
            #5

            :doh:

            1 Reply Last reply
            0
            • V Vasudevan Deepak Kumar

              Would this help you? <param name=wmode value=transparent> Source Courtesy: http://www.mix-fx.com/tutorials/flashtransparency.html[^]

              Vasudevan Deepak Kumar Personal Homepage
              Tech Gossips
              A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson

              B Offline
              B Offline
              Bataineh
              wrote on last edited by
              #6

              please Enter www.gkc-jo.com Home page there are an error in the firefox in tab control and in the news thank you for the help in the menu problem

              E 1 Reply Last reply
              0
              • B Bataineh

                please Enter www.gkc-jo.com Home page there are an error in the firefox in tab control and in the news thank you for the help in the menu problem

                E Offline
                E Offline
                eyeseetee
                wrote on last edited by
                #7

                can you post the error message and example code it is pointing at

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups