473,325 Members | 2,342 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,325 software developers and data experts.

two problems ( Search, Explorer ) problems

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

Expand|Select|Wrap|Line Numbers
  1. public Search(string URL)
  2.         {
  3.  
  4.             string[] SplitWebSitePath =   System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString().Split('/');
  5.             for (int i = 3; i < SplitWebSitePath.Length-2; i++)
  6.             {
  7.                 if (this._WebSitePath == string.Empty)
  8.                 {
  9.                     this._WebSitePath = SplitWebSitePath[i];
  10.                 }
  11.                 else
  12.                 {
  13.                     this._WebSitePath = this._WebSitePath + "\\" +  SplitWebSitePath[i];
  14.                 }
  15.             }
  16.             int ha= URL.IndexOf(SplitWebSitePath[SplitWebSitePath.Length-3]);
  17.             this._URL = URL.Substring(0, ha ) + SplitWebSitePath[SplitWebSitePath.Length - 3] + "/";
  18.             WebSiteFiles.Columns.Add("HeadLine");
  19.             WebSiteFiles.Columns.Add("Content");
  20.             WebSiteFiles.Columns.Add("URL");
  21.         }


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
May 6 '08 #1
1 914
Frinavale
9,735 Expert Mod 8TB
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

Expand|Select|Wrap|Line Numbers
  1. public Search(string URL)
  2.         {
  3.  
  4.             string[] SplitWebSitePath =   System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase.ToString().Split('/');
  5.             for (int i = 3; i < SplitWebSitePath.Length-2; i++)
  6.             {
  7.                 if (this._WebSitePath == string.Empty)
  8.                 {
  9.                     this._WebSitePath = SplitWebSitePath[i];
  10.                 }
  11.                 else
  12.                 {
  13.                     this._WebSitePath = this._WebSitePath + "\\" +  SplitWebSitePath[i];
  14.                 }
  15.             }
  16.             int ha= URL.IndexOf(SplitWebSitePath[SplitWebSitePath.Length-3]);
  17.             this._URL = URL.Substring(0, ha ) + SplitWebSitePath[SplitWebSitePath.Length - 3] + "/";
  18.             WebSiteFiles.Columns.Add("HeadLine");
  19.             WebSiteFiles.Columns.Add("Content");
  20.             WebSiteFiles.Columns.Add("URL");
  21.         }


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
What is the error?
Please copy paste what the error says.

Thanks

-Frinny
May 6 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Mark | last post by:
Ok thanks to you all i have resolved some problems. But there are still some things to be resolved. As you can see in: http://www.groningenbevrijd.nl/werk.asp These are the problems: 1)...
0
by: mm | last post by:
Can someone with Win 2K please help me here. Best yet, can some MVP duplicate it and report it to MS. I can't find any reference to this issue on the Web, or in MS Knowledge Base. I have been...
4
by: rh | last post by:
Hi, I'd like to add an incremental search to my windows form DataGrid that works like the one used in Windows Explorer. In Windows Explorer, when you type a character it jumps to the first item...
0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
0
by: Michael | last post by:
Hi Everyone, I recently installed VS 2005 and I'm having problems with the help. If I try to do a search for something I get "Search failed, Local Help has failed". I was searched for something...
2
by: swartzbill2000 | last post by:
In Windows Explorer, I search through source code subdirectories for files of type *.vb containing the word Public. Windows Explorer Search says it can find no such files, even though there are...
0
by: dio_mack | last post by:
MINIMIZE RISK BY CONFIRMING IDENTITY OF INDIVIDUALS Obtain the confidence you need to move forward quickly and accurately in business, institutional and personal matters with a full-spectrum check-...
2
by: rfeio | last post by:
Hello everyone, I'm using Dreamweaver 8 to create a simple web page and I'm using layers to design the layout. I have this layer where i want to put the Google "AdSense for Search". The layer...
0
by: =?Utf-8?B?TWFyY2VlcG9v?= | last post by:
I'm a newbie using Visual Studio and Vb.Net. The vbscript below opens a Windows Explorer Search Window. The Windows Explorer Search Window has fields in which the user can insert: (i) a search...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.