I'm trying to set up my website for both Firefox and IE. I want to be able to change some CSS values if the user is using IE. I have a list of images that when the user hovers over them the place name appears. In Firefox the name is correctly displayed in the middle of the images. In IE it is off to the side. The CSS for this is code...
i have a website at [URL] and i want to allow access to only internet explorer and firefox users. I've heard Javascript is good for this. The reason i want to do this is because in Google Chrome my site messes up on several pages.
I'm trying to code a feature for my website using DHTML where the person viewing the website can rotate between viewing the positive/negative points of the website being reviewed. This example was in the publication called Using HTML 4 by Lee Anne Phillips. Code:
I have a ajax program on a page on website A. And I need to let it talk to a program on website B. I tried to put website B into the url of the parameter but it doesn't work.It gives me a "[objet XMLHttpRequest]" error.here is the code on website A:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title></title> <script type="text/javascript"> function TextScroll(scrollname, div_name, up_name, down_name, top_name){ [Code]...
When I use mouse wheel in Firefox to scroll contents of the DIV, memory usage in Firefox goes through the roof. Code above is a fully working page, if anyone would like to see what's up, just load it up, and start moving your mouse wheel in the area with text. You don't actually have to scroll the text, just moving the wheel back and forth in that DIV will do. Memory usage will start going up quite fast, and after you stop moving the wheel, it will finally come down a bit after a short while. I've highlighted in red the line where mousewheel event is registered for Firefox. I'm not sure if it's really a problem, but since Opera and IE don't have any strange memory usage, and Firefox does, maybe I did something wrong. In everyday use it shouldn't matter [don't expect to have kilometers of content to scroll], but anyway, it is a bit unsettling.
if ((window)&&(window.netscape)&&(window.netscape.security)) { // OK, this is Gecko/Firefox or someone mimicing it so well // that there is no way to catch it on the act. }
But I need Firefox *1.5 or higher* or another (but sure) way to know that this browser has native SVG support. Here I'm stock.
It seems there is window.navigator.productSub and on my Firefox 1.5 it's 20051111
But I'm not sure: this "build version" is going up guaranteed or it's random like CLASSID? Also is the same Firefox release has the same build for all platforms or not? mozilla.org seems silent.
I am crewating a website using HTML and Javascript. The website can be seen by everybody that has internet. Do I have to consider that some people don't have javascript enabled in their browsers?? I mean If someone has disabled javascript they wont see some part of the website.
I want a script to login to website without even typing the username and password while logging in.Its very annoying when you have to type the passwords to to login to multiple sites each time and open those sites one by one instead I could have somthing like a click on a file and all the websites open(no need to login)/OR a click on the bookmark and all the websites open(no need to login).
I know a bit of HTML/javascript(as well as windows shell scripting,C++,unix shell scripting). provide some working example in any one of these two languages if possible and how to use it.(I don't know ajax at all so please avoid ajax unless it becomes impossible to do without it).
EDIT:Any other language is also welcome but I would need the instructions to use your programme
Run exe file from website I used javascript code to open a application from a webpage link., its opening in my local PC but its not working in Apache server. I need to add this code to my intranet page. I want to put this script to my Intranet web page, I want to run notepad when i click the Link.
I was wondering how to get a form to request name and comment and then post them on a page. I know how to get it to post to a mysql database and then have the displaying page pull the data and post it in a table, but I'm not sure if this is the correct/best way to do it. Do most people use AJAX or something else, or just do the mysql thing?
I am building a website and on my homepage there is a small section where I want recent blogs to be posted. Of course I want a page for blogging also. how to do this?
We need to put a menu on a page on our website. The menu has to be in the vertical area of a frames page. Go to www.fqvictims.org . The menu choices on the left need to be categorized - and we need a menu system to "drop down" choices.
We will pay $100-$200 if someone could write a script with a working menu. I am working for a volunteer group called fqvictims (victims of fluoroquinolone antibiotics).
We have tried to get a menu working, even purchasing Allwebmenus pro - but that product is buggy as hell.
Please send us an email at fqvictim@fqvictims.org if you think you can help us. I can't imagine it would take that much time for someone that knows java/java script.
Is there a simple way to log IP's without CGI? I need to log the IP's of the visitors to a website I run. I used to have a CGI script but there's no CGI on the server I'm using now.
I am currently working on a static website for an auto parts company. I've spent quite a long time with the owner of the business in developing a javascript version of a windows explorer type of navigation to be able to find these parts.
I was just notified that the individual that wants this done also does not want the external .js file to be able to be copied, and someone else profit from his/our work. I know that you cannot hide a client side file; no matter how hard you try someone can get it. However, if I deciped to go with a database instead, could I use a variant of this file or convert it to another type that will allow me to use an access dbase that we have, and yet keep my navigation the way I programmed it?