15,127 Topics
| |
Hi all, I've written some functions that seem to be able to handle parallel AJAX requests. However, I am not sure if they would work under all circumstances. My idea was to create a separate object for each AJAX request in order to bind the right handler function to the … | |
I need to stop this while without a brake or a better way solve it function validacion_contenidos(palabra) { j=0; if(palabra.length >= 4) { //dw("palabra valida"); while(j < palabra.length) { letra=palabra.charCodeAt(j); //dw(letra); if(letra >= 97 && letra <= 122 || letra >= 65 && letra <= 90) { val=true; } else … | |
Hi, I have to zoom a div. an image is placed as div background using css. while doing zoom in, what i did is increased width and height of div by 25px, but image which placed as div background is not streching. Also, when i zoom it, the text placed … | |
Hi frnds, I m new to ajax. I have implemented the ajax autocomplete <ajax:autocomplete source="tag" target="make" baseUrl="autocompleteTag.htm" className="autocompleteTag" indicator="indicator1" minimumCharacters="1" parser="new ResponseXmlToHtmlListParser()" /> this my partial code. The problem is that when i press any alphabet say suppose "a", i get all names starting with "a" say amy, admin, anuj … | |
I need some help figuring out how to create a somewhat simple form. The form will have text fields for 'Name', 'Phone', etc. What I want is to have a [B]drop down list[/B], which has different insurances to choose from (i.e. Medical Insurance, Dental Insurance, Senior products), and say when … | |
I am rewriting a Python mechanize script to parse a site, after the entire site was altered... I am able to get part way into the pages I need to access, but have run into a bit of a problem. In the HTML below, the first segment has 2 buttons … | |
Hi to all, I'm a JavaScript developer and like you know there are not to much tools for developing Javascript(at least this is my feeling). I was wandering if you can share with me your tools you are working to develop and debug java script code. I found the project: … | |
I am needing help with what is probably a very easy task to complete, but I have been working on it for a while and need another pair of eyes to help me figure out the missing piece. I should know how to do this but for some reason the … | |
Have been trying to figure this one out for some time, but still can not get this AJAX script to work with Internet Explorer. It works with all other browsers. Thanks in Advance! FORM CODE [CODE] <script language="JavaScript" type="text/javascript" src="aj.js"> </script> <input type="text" value="#CCC" id="paints" size="7"> <input type="button" value="submit" id="gColor" … | |
[code] <html> <head> <script type="text/javascript"> var flag=0; callf() { if(flag == 0) { test() { alert("hi from if"); } } else { alert("hi from else"); } } </script> </head> <body> <input type="text" onchange="callf();"> </body> </html> [/code] what's wrong with this code ?? nothing happens when i type into the text … | |
I am having problems with this form it has two submit options a button and an onchange instance the onchange just will not work can any one tell me why? my doc type is [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> [/code] the form … | |
I want to make a pop-out list that shows multiple items where only one of those items has a bullet next to it. The best way to described what I want to do in HTML is by example: In Firefox you can click View | Character Encoding | Auto-Detect That … | |
I made this JavaScript that password protects a page. But the password you type in is completely visible! I want it so that the password are those black dots for each letter.... If anybody gots anything, please post it here, thx. Oh yea, here is the script [icode]<HTML> <BODY> <SCRIPT> … | |
Hi, There is too much space between the Organized in / Pioneered by text and the Text Input Areas. How do you shrink this amount of space? [code=html] <html> <head> <title>Prefecture History and Facts</title></head> <body><h1>Prefecture History / Facts</h1><hr> <table> <tr> <td>4th Prefecture of New York State, U.S.A. </td> <tr> <td … | |
I have created a javascript file with some utility functions. How do I "include" to those functions from another javascript file? Also if I create a global variable inside one of my javascript files, can the utility functions see that variable if they are called? | |
can anyone tell, how to fix this double clicking display problem on a browser(IE7 & FF3.0.x), whenever I click the find button for a text search, the alert box which was setup by me for debugging purpose is showing all that json(records) but the browser displays nothing. Now I try … | |
hi everyone, i am trying using ajax on my web. so far all function is works. but now i stuck on this problem. i am using ajax to change all my content. default.asp is the primary page....with all menu clicked to call another page. so when i clicked, my div … | |
I have been trying to research this in my spare time for the last few weeks now and everything turns a blank. Yes I can restrict input in IE but in FF I cant. I am looking to restrict input based on alpha, numeric and special characters only - in … | |
Hi guys, I'm taking web design as a minor and currently Im doing my project on this subject . My idea was about an Educational Website for kids I'm almost done with the whole website I just need a lil help with this part of a page: [IMG]http://up.mrkzy.com/images/images/50ivlmtx9o05htzlwi8.jpg[/IMG] The idea … | |
Hi. This java script dont work on the second dropdown. The first dropdown rewrights the URL with param. cat. The problem is that the second time it dos not pick up the town param. Please help me im not a javascript persson but trying..... //Mikael [CODE] <!doctype html public "-//w3c//dtd … | |
Hi all. I'm building a website about Fibonacci for school, So I want to put a calculator that will show all lucas numbers or fibonacci numbers as for the user's decision. I've made the design and everything and now i just need it to work, but I'm pretty lame in … | |
[code]<?xml version="1.0" encoding="utf-8" ?> <sites id="0"> <siteName>London <groupName>Administration</groupName> <groupName>IT <groupName>IT Sales</groupName> <groupName>Helpdesk</groupName> </groupName> </siteName> </sites>[/code] Above is just a sample snippet to highlight what I am trying to achieve. Basically I just want to have a way to traverse this. But with <divs> attached to each level with an onclick … | |
What is javascript? I've heard of it, but never looked into it. what can it do? | |
Hi Everyone, Any help on this issue would be greatly appreciated. I am using ASP Classic on my project and wants to using ajax for completed(updating) my member profile. I am a newbie on AJAX, please help me on this!! I need a form (address, city n phone number) that … | |
hi iam fresher where can i find code of php & javascript codes,plz tell url of websites | |
Hi, I'm not a coder, but I'm trying to do a project for my friend so that his site has a little calculator. js is the logical choice but I don't know how to write it. Can anyone point me in the direction of a resource or existing calculator that … | |
Hey, I've tried searching everywhere for this but haven't found anything that was able to help me. I am working on a tagboard type script that calls AJAX after the user posts to make the new post show up. The tagboard calls a PHP script which checks to make sure … | |
This does not work. Not sure what I am missing. Basically I want to toggle the none/block value in the style on the span class below based on the browser detection script. Thanks in advance [CODE=javascript] var myBrowserVersion; myBrowserVersion = parseInt(BrowserDetect.version); //Detect if visitor is using Firefox 2 (less that … | |
Hi all, 1] I have to create one html file which uses javascript. 2] HTML page can be accessed by user and can fill the; [A] Folder path along with file name 3] There will be a button, after click on that a batch file [already present but without any … | |
Hi, anyone help me...... I had a login page to enter the username and the password named as [B]"index.php"[/B].when i entered to the [B]index.php [/B]page,i want the mouse focus should be displayed in the textbox username. Regards, santhanalakshmi. |
The End.