My website is located at www.freetv.info. When loading the root domain, freetv.info, the website redirects to the url: https://freetv.info/index.php/Main_Page
I would appreciate it if someone could help me with modifying my existing .htaccess file and/or writing a simple rewrite rule that will...
I get this error when using MSXML2.XMLHTTP6.0
Microsoft VBScript runtime error '800a01b6'
msxml6.dll error '800c0005'
The system cannot locate the resource specified.
I do not know what version of TLS. I am running it on Windows 7 localhost IIS.
I am receiving the following error when using the code below. This code worked fine for many years up until a short while ago. Does anyone have a fix for this?
msxml3.dll error '80072f7d'
An error occurred in the secure Channel support
sURL = "https://mywebaddress.com"
Set oXMLHttp =...
I am using the following code to open brand new browser windows when our users use our website. I would like to integrate a popup blocker detector within the below code. If the users' pop-up blocker is enabled on our website, the below code cannot open the new browser sessions. If this is the...
I am using the following rule in my web.config file and I am having a few issues. I hope someone can help:
<rewrite>
<rules>
<rule name="Shopping">
<match url="^([_0-9a-z-]+)" />
<action type="Rewrite" url="?thesearch={R:1}" />
</rule>...
I have the following function called within a large PHP script. All this function does, is it checks to see if any special character(s) have been submitted in a form. If a special character has been submitted, than an error message is sent to the user to fix their form entry. Right now, this...
I am using the following code to create tables within a MySQL database:
// Connect to the database
mysql_connect("$mysql_host","$mysql_username","$mysql_passwd") or die (mysql_error());
mysql_select_db("$mysql_dbase") or die (mysql_error());
// Create the tables
mysql_query("CREATE TABLE...
Chris,
That is not my question. I am looking for a way to prevent SUBSEQUENT javascript from executing. This infinite scrolling actually uses Jquery. Jquery has a .stop() method. I just don't know how to properly use it for what I need.
Hello,
I am using the following code to provide endless scrolling of content on my website. The code works fine and I have no problems with any of it with the exception of one minor thing. When I have no more results to display, the endless scrolling Javascript continues to activate and tries...
Hello,
We own the website http://popularauctions.com. Our standard url for searching is popularauctions.com?thesearch=keywords+here
I was told that you could set up some simple rules in the web.config file so that the search URLs entered into the browser could be entered in this format...
Do you guys know how to give the same navbar a raised effect? Specifically, I would like to place the same gradient shadow along the bottom border as shown on the navbar on this page:
https://www.w3schools.com/bootstrap/bootstrap_navbar.asp
That is interesting. I am using Sitelock firewall on the website. Right now it is set to allow only U.S.A. and Canada based traffic. If you are located outside of these regions even if you are using a proxy, you won;t be able to access it. Where is vacunita and ChrisHirst located? If you guys...
I have created a fixed navigation bar that remains at the top of the screen when the user scrolls through content on a webpage. The navigation bar is very similar to what LinkedIn uses and very similar to what Facebook uses at the top of the screen. You can see it here...
Does anyone know if there is a way, in classic ASP, to determine the height and width of an external image, that is not located on the server, and store these values in seperate classic ASP variables?
For example, I would like to determine the height and width of the following image without...
Hello,
Thanks for your response. That is not working. The browser does not scroll to the "display2" when the the "display1" input box is clicked. I've tried placing the above Javascript in the head and then within the body of the document. Here is the code I am using:
<html>
<head>...
I have a input form box at the very top of my webpage that is used solely for displaying text for reference to the visitor. This input box is used because the look and feel of a form input box fits the look and feel of the webpage. I do NOT want to use it as an actual form entry. The real form...
Thanks for your response.
Could you provide more detail? I am only an intermediate javascript programmer and I don't use it that often..
Thanks again for your help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.