15,120 Topics
| |
HI, I would like to know if there is a way to write data to a text file from the HTML controls in a website creation. If so please explain how to go about it Thanks, Priya | |
------------PART ONE------------------ [code=syntax] if(navigator.appName == "Netscape"){ xmlHttp = new XMLHttpRequest(); xmlHttp.open("GET",xmlfile , false); xmlHttp.send(null); docObj = xmlHttp.responseXML; var objNodesname = docObj.getElementsByTagName("name"); }else{ var docObj = new ActiveXObject("MSXML.DOMDocument"); docObj.load(xmlfile); var objNodesname = docObj.getElementsByTagName("name"); } [/code] ------------PART TWO------------------ [code=syntax] for (i = 0 ; i < objNodesnames.length ; i++) { if(navigator.appName == … | |
Hi All, Can any one help me out by giving the code for javascript calendar. Thanks in advance. | |
I been seening ajax all over the place. The only time I have used is in the news feeds script I got from dynamic drive. The first question I have, is do you need to have a database dns sort of thing to be able to begin learning it. Where … | |
I am wanting to learn more about ajax. But I don't know if you need a database the server to be able to learn it. Since I don't have one of those. I am not sure if I should move on to something else. Where would be the best place … | |
Hi there i have a window(A) which has a button which when clicked opens a new window(B) which is for authentication tht is for username and password once the username and password r validated a new window should open in the first window(A) how can i achive this please help … | |
I am making a google map as part of a university project. [URL="http://intweb.tech.bcuc.ac.uk/~20318219/project/index.php"]here[/URL] and am having a few problems. Basicly for some reason my markers are not appearing as i don't think my array is being read. Using the firebug plugin i am getting the following error message: markers is … | |
how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that? | |
Hi, i need to buld an application that goes to a PHP (over ajax) and gets currency quotes every 1 seccond. (I have set the PHP code and its working fine). if you take a look at the table in the next page: [url]http://www.forex-markets.com/quotes_exotic.htm[/url] ([B]just an example[/B]) i need to … | |
I was recently given a criticism that a project of mine seems to be designed for "small screen". This is true as most of the work has been done on 17inch screens. I need some general advise and suggestions on what I should be most concerned about: fonts, iframe sizes, … | |
I have been back at scripting for about a year now. I first learned basic 1.1 back in the 80's. Now I have the IQ of a house plant. The only way I have been able to learn javascript. Is to see some easy code and play with it. So … | |
Javascripters plz help I have made a little slider below(not perfect i know)....and i have some bugs in it...... help me debug them plz i want 'marq_box' to hide as soon as height of 'slide_box' is less than 219px. therefore i made the function hideInnerSlide(); which ofcourse is wrong that … | |
hi all, i need to open indesign, framemeker, pdf files using java script. i have tried in many ways but i cant get the result. pls help me. thanks in advance hidash. | |
Hi all, I would like to get some help with something i would like to see working. It's hard to explain but i'll give it my best shot. I want to retrieve the result from a DB by selecting multiple selections in 2 or 3 or even more select boxes. … | |
I have made a mouseover layer menu. Click on the link to keep it open. The only way to close the layer is to reload the page. Is there anyother way to do it. link to script. [URL="http://www.stupidharold.com/dani/clicktokeepopen.htm"]http://www.stupidharold.com/dani/clicktokeepopen.htm[/URL] Page trying to fix. [URL="http://www.stupidharold.com/Harold1/acessScripts.htm"]http://www.stupidharold.com/Harold1/acessScripts.htm[/URL] I have another question. I am running … | |
Hello, I would like to use ThickBox script in my Web page ([url]http://jquery.com/demo/thickbox/)[/url], but this script is supported on Safari 2.0.4+ and my Web page has to be compatible with Safari 2.0.3 too! Do you know a script which detects browser version? A script which allows to use a specific … | |
I get flickering images when i use this code for an image rollover change, i used the same code on a different website a while back and it worked but now i only get a flicker instead of the second image... If anybody knows why please respond :) (website where … | |
Its easier to make games for websites in javascript or in flash?? | |
Professional javascripters plz help or illl be screwed at work.....plz guys..... I have made this sliding div....but i am having a big problem.....i dont want the div to appear in the first place....but in the code below its is already open when the page refreshed....I want it to open when … | |
I'm using sIFR ([url]http://www.mikeindustries.com/blog/sifr/[/url]) in a website along with some javascript. The javascript makes the sizes of the two divs equal. And the javascript is run on window.onload. The problem is the sIFR seems to get rendered AFTER the scripts specified by window.onload. This means that the divs are made … | |
I was just wondering if there is anyway to do an AREA SHAPE COORDS with an onClick without using an image. For instance, I want to basically be able to click on the page somewhere (not on an image) and be able to do an onClick. Is this possible at … | |
Hello, Im having trouble getting a button to link to a banquet page, I know its probably somethign simple but i cant seem to figure it out DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> [code=javascript]<HTML> <HEAD> <TITLE> New Document </TITLE> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT=""> <META NAME="Keywords" CONTENT=""> <META … | |
Hi All, I need help in switch type menu. I have a code for switch type menu (when u click on link sub links will come), but same effect i need on mouse over its self (without clickng i need this effect). Plzzzzzzzzzzzzzzzzzzz | |
I have been reading alot about the Firefox and Iframe issue but really have seen no fix for it. I am sure its a simply tweak in my html but i cant seem to find the fix. I am new to html, I am just using frontpage and everything looks … | |
Hello, I have a very interesting issue that I want to solve but I need some help because I do not know if it is possible. I am using some radio buttons on my website, but instead of the user actually clicking a radio button to set it as "checked" … | |
sorry i'm beginner in javascript. I've problem.. i have a listbox with some value. if i selected a value i.e:'success' so another listbox become visible. anyone can help me..? thanks all | |
How to limit the user to decimal (10,2) when he enters number in the textfield? Can anyone show how to do it in javascript? | |
Hi friends I don't know much about ajax and javascript.In my project i want to use ajax Please help me. I want to do two drop down list box . when i select first drop down box the corresponding data should be loaded in the second drop down box from … | |
Trying to build a cute little php site statistics script, now I'm stuck with getting the average visiting time on site. How to do that? I'm using JS badge. HTTP is stateless, if that is the case how the server knows when the visitor navigates away? JS onunload? | |
Hi, I have list of items on a PHP page, and a <div> for each which i wish to populate with an AJAX request. Each <div> has a unique ID. The code that i am using falls over due to the apparent static nature of this line: [CODE] document.getElementById("full-details").innerHTML=xmlHttp.responseText [/CODE] … |
The End.