HTML OR SCRIPT QUESTION?
Q&A: SCRIPT FOR 3 FEMALES?
about 1 day ago - 1 comment
Question by made_in_demise: Script For 3 Females? So, I need a free script for three girls, no guys. I have already searched google and ask and havent found a thing. So random links to google or other search engines probably wont help. If you have a recommendation, just say it. I am getting desperate at
HOW TO CONNECT PRODUCTS TO A SHOPPING CART WITH A SCRIPT.?
about 5 days ago - No comments
Question by Steve: how to connect products to a shopping cart with a script.? I need to add products to my shopping cart, which I have done btw, then make them appear on fly pages and also create deep links [single products on a page] to appear both when product is clicked AND when a
QUESTION ABOUT DOMAINS AND SEARCH ENGINE RANKINGS?
about 6 days ago - 2 comments
Question by Aspurtaime Dog Sneeze: Question about domains and search engine rankings? Question about domains and search engine rankings I am building a website for a realtor. It seems that if the domain contains the search words (e.g “homes” and “Denver” and “realtor” to denverrealtor.com or denverhomes.com) it would rank higher in search engines than
LOOKING FOR STOCK QUOTE SCRIPT (PHP)
about 1 week ago - No comments
Question by Delete: Looking for Stock Quote Script (PHP) I am looking for a free detailed stock quote script to at to my website. I would like a perl script that is crawl-able by search engines. Thanks for your help! —————————————— Answer by Skillz CheckNone of the free scripts are of any value, they all
PHP READING FILES SCRIPT PROBLEM?
about 1 week ago - No comments
Question by : PHP Reading files script problem? I am having trouble with my PHP classes and was hoping someone could help me complete this script because it has me beat. I realize that this is suppose to be very basic, I am just having a very difficult time with it. So basically, I need
Q&A: WHERE CAN I FIND A WEB ACTIVITY SCRIPT FOR MY WEBSITE?
about 4 weeks ago - 1 comment
Question by HyperNet99: Where can I find a web activity script for my website? I am building a website and I have seen around on other sites a script showing how many users are on the web and their location. For example: There are a total of 150 visiters currently online. 10 downloading games 35
Q&A: SCRIPT FONT TATTOO, HELP NEEDED?
about 1 month ago - No comments
Question by ♪Music On My Mind♪: Script font tattoo, help needed? I’m looking for a certain font for a tattoo I want. I saw it the other day and the name of it was “brush script”, but when I typed it in my search engine, it came up with a million different things. I would
Q&A: IE SCRIPT ERRORS? I’M GETTING SCRIPT ERROR MESSAGES WHENEVER I CLICK LINKS FROM SEARCH ENGINES, EMAILS, ETC.?
about 1 month ago - 1 comment
Question by Elizabeth: IE script errors? I am getting script error messages whenever I click links from search engines, emails, etc.? If the link is simply to another page on the same website then the link will usually work. I have tried refreshing the page, and have disabled world wide web explorer script debugging and
SEARCH ENGINE SCRIPT?
about 2 months ago - No comments
Question by hollar905: search engine script? Winzy.com and Blingo.com My question is will a site like Google pay ME to use there search engine script if I have a site like that? Can I get money for using their script? Thanks. —————————————— Answer by mburxNO if you use intelectual property from someone else you are
Q&A: WHERE CAN I FIND THE SCRIPT FROM GUS VAN SANT’S “LAST DAYS”?
about 2 months ago - No comments
Question by stroderexistential: Where can I find the script from Gus Van Sant’s “Last Days”? Been looking for it for days now. Tried all the major search engines, turned up empty each time. I really need this… —————————————— Answer by TurkI am a massive Gus Vane Sant fan but was not a fan of that

about 1 year ago
redirect
about 1 year ago
First of all, I wouldn’t recommend doing this, since it tends to annoy people.
That being said, the simple way is to redirect the first page to another one using window.location.
For example, let’s say a person goes to index.html. You want to immediately redirect them to index2.html. On index.html, put:
Then you would put the page you want the person to see on index2.html.
That way, if someone hits back, they go to index.html and are redirected again to index2.html. It creates a loop.
about 1 year ago
You can’t actually do this reliably.
Google will give you some ways that work for most situations, see link below