problem in the site search
-
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 -
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 thanksWould 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 -
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 -
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 -
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 -
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 Levinsonplease 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
-
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