A Solution A way to go around this limitation woould be to put a script in each page that checks to see if the page was loaded with the proper frames. If the user types in a direct URL, the script redirects you to the index page which loads the site using the proper frameset. read more
Category Archives: Scripts
How to get list file names of folder
To generate a list of file names, you’ll need to use a DOS command typed in a DOS command window. To open a DOS command window: 1. Click the Windows Start button 2. Click Run 3. Type “cmd” (no quotes) and press Enter. if “cmd” doesn’t work, use “command”. You’ll get a window like the read more
Replace String
For Mysql – use this string to replace keywords from in the table UPDATE table_name SET column_name = REPLACE(column_name,“original_string”,“replace_string”)
Simple Classic ASP Captcha
Simple Classic ASP Captcha http://www.betapotata.com/simple_classic_asp_captcha/demo.asp
jquery plugins
http://www.sastgroup.com/jquery/240-plugins-jquery http://www.noupe.com/ajax/45-fresh-out-of-the-oven-jquery-plugins.html
Add www to domain name
In case his service provider won’t allow him to edit his IIS configuration, assuming he is using ASP he can do the following: Setup a server side include at the top of each page with the following asp script. <% PathInfo = Request.ServerVariables(“PATH_INFO”) ServerName = Request.ServerVariables(“SERVER_NAME”) IsWWW = InStr(ServerName,”www.mysite.com”) If IsWWW < 1 Then NewLocation read more





