15,120 Topics

Member Avatar for
Member Avatar for aveao

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 …

Member Avatar for aveao
0
75
Member Avatar for lonestar23

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" …

Member Avatar for essential
0
154
Member Avatar for aashishn86

[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 …

Member Avatar for aashishn86
0
116
Member Avatar for shadiadiph

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 …

Member Avatar for shadiadiph
0
94
Member Avatar for AppDevGuy

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 …

Member Avatar for Airshow
0
69
Member Avatar for DealthRune

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> …

Member Avatar for ShawnCplus
0
128
Member Avatar for curtissumpter

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 …

Member Avatar for daggerpound
0
103
Member Avatar for Davife

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?

Member Avatar for Davife
0
114
Member Avatar for jayeskay2211

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 …

0
49
Member Avatar for dw8081

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 …

0
55
Member Avatar for OmniX

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 …

Member Avatar for LaLuz
0
780
Member Avatar for dreamygirl

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 …

Member Avatar for essential
0
180
Member Avatar for coolkille

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 …

Member Avatar for Airshow
0
202
Member Avatar for JooClops

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 …

Member Avatar for JooClops
0
208
Member Avatar for metta123

[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 …

Member Avatar for metta123
0
154
Member Avatar for llemes4011

What is javascript? I've heard of it, but never looked into it. what can it do?

Member Avatar for llemes4011
0
34
Member Avatar for dw8081

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 …

0
55
Member Avatar for rameshreddy

hi iam fresher where can i find code of php & javascript codes,plz tell url of websites

0
71
Member Avatar for Syakoban

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 …

Member Avatar for Syakoban
0
232
Member Avatar for spazz

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 …

Member Avatar for essential
0
111
Member Avatar for tserva

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 …

Member Avatar for tserva
0
6K
Member Avatar for mlohokare

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 …

Member Avatar for Airshow
0
570
Member Avatar for santhanalakshmi

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.

Member Avatar for mahendrabilla
0
69
Member Avatar for aashishn86

Hi!! I have to hide/unhide some fields on basis of some other fields... so , i found this script on the web. i can't understand the function completely what is the if ( txt.match(id1) ) block doing ?? is there any other way of doing the same... [code] <!DOCTYPE html …

Member Avatar for essential
0
138
Member Avatar for aashishn86

Hi!! How can i change the field names dynamically? eg i have a radio button depending on whose choice i have to make another field mandatory, if Yes. Field one is mandatory Else Field one is optional. For a mandatory field i have the validation funciton as well, that it …

Member Avatar for aashishn86
0
99
Member Avatar for galaxygal

I want to use a javascript (codethateditor) to provide a rich text editor in an administrative area of a site. Problem with this script. See code below: [code] <script language="javascript1.2"> <!-- var editorDef = { text : '#get_text.text_content#', style : { width : 400, height : 400, defaultClass : { …

Member Avatar for Airshow
0
110
Member Avatar for tamil.munusamy

Hello, When the JS file is not working at the time of Ajax files is called. on first time the onmouseover JS is working but , if you call the ajax JS is not working.

Member Avatar for tamil.munusamy
0
91
Member Avatar for servis

i want to populate drop down box values on the basis of other drop down box value dynamically(without refreshing the page) using java script. i tried to search on google, but could not find anything. please can anybody help me in this regards. Thanks

Member Avatar for servis
0
199
Member Avatar for rajeesh_rsn

Hi i had php form in a page and I make the submit function using a javascript function ( some thing like protypes.js ). It is working fine in IE , Opera ... Nut doesn't in Firefox. Here is the code. Please any one help me to work in Firefox …

Member Avatar for essential
0
148
Member Avatar for kinger29

I want a box/frame/applet on my html webpage that will display an image and depending on where the user clicks i want text to popup/disappear somewhere else in the image. Does anyone know how to do this in javascript. Sorry Im new to web development and couldn't figure out how …

Member Avatar for almostbob
0
122

The End.