Javascript Website
Dec 28, 2006Are there any GREAT javascript websites out there?? or an Official
site??
I'm looking for an MSDN / PHP / JAVA style-site with examples and (for
gods sake) FREE samples of Tabbed Menus.
Are there any GREAT javascript websites out there?? or an Official
site??
I'm looking for an MSDN / PHP / JAVA style-site with examples and (for
gods sake) FREE samples of Tabbed Menus.
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.
Does anyone here know of a way using javascript to detect if a specific website is up (by accessing a specific url for example), and then once it responds to redirect the user to it?
View 5 Replies View RelatedBasically I am working on the development of a database where a user enters
an address (street, city, state, zipcode). Based on the user input of the
address, I need to dynamically determine the latitude and longitude of that
address from the internet. Code:
I am trying to include some javascript in my website which rotates some
stored images. I have attached the code for the index page of my
website as i am having some problems getting it to work. Can anyone see
where i am going wrong? This is my first attempt.
Here is the source script:
Have any of you come across a way that would allow you to essentially record a small sound clip through a website using your microphone?
I was thinking that it would be nice to allow friends and family record a little message on our family's website for us to play back for our daughter.
I currently have a "send us a message" form on our website that emails me the messages friends and family type... but what about audio?
I am assuming this would be a javascript solution.... have any of you come across something like this? It wouldnt have to be very fancy... just a button that you could maybe click and hold, speak, and then let go of the button. Maybe a little sound meter would be nice, too...
The javascripts files in my website are constantly getting injected with malicious codes which redirects my website
View 2 Replies View RelatedI'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:
View 5 Replies View RelatedI 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:
[Code]...
Suppose I want to allow a user of a website to add a poll to the website for everyone to see/vote on. How exactly would I write a script for that?
View 8 Replies View RelatedI have a webpage and i want to put a section of another website on to my own website..
The Section i want to put on my website is on this page www.bebo.com/thegaadiscos and i only want to put the section with the comments on it...
What i want is a bit like the face book section of this website [URL]
we use <link rel="Shortcut Icon" href="favicon.ico"to define the
website icon.
But I view the source of apple.com and yahoo.com, I find there is no this tag but they can show the icon very well. What is this technique?
i am developing a site where should remain the option of adding this site adding as homepage of user. but i did not do anything like this in previous.
View 3 Replies View Relatedway to get all the links in a web page using javascript?
View 1 Replies View RelatedI have a website and i want to have a counter. how i do that? I mean a counter count all who go in my wedsite.
View 2 Replies View RelatedI 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.
Here is the code:
Can someone point me in the direction of a site which gives you a free script for have a bookmark link on your website.
View 2 Replies View RelatedI'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...
View 2 Replies View RelatedI 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?
View 2 Replies View RelatedI 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?
View 5 Replies View RelatedWe 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?
How do i pass info into another website which is not mine into a popup
window.
I have simple web contents in a page on one server, [URL] and want to plant that in a page on a second server, [URL]
This code doesn't work:
$(function(){
$("#test").load("http://foo.bar.org/test.shtml");
});
although it does work if I put test.shtml on the second server, bar.org, and refer to it relative to root.