15,127 Topics

Member Avatar for
Member Avatar for tryphy

Hi, I am trying to do with this code. . But i coudnt able to get it work. It like i embed a background(bg) music in html and also wrote a javascript to stop playing the audio. The script goes like this.. [code=html]<script language="javascript"> function stopAudio() { document.audio.play(false); // I …

0
70
Member Avatar for dips255

I have a form on which there is a textbox for entering mobile number. Below this I have a check box saying 'Verify number' on selecting which user gets sms for validation code. Now on the update panel I have to show the textbox for mobile in readonly form and …

Member Avatar for adaykin
0
110
Member Avatar for adaykin

Hello, I want for the user to be able to click on a button that lets them add a <tr> full of <td>'s and <input>'s in the <td> tags. So I have code like: [CODE] <script type="text/javascript"> function addRow() { // Insert a row too the table with td's and …

Member Avatar for adaykin
0
127
Member Avatar for dave_nithis

Hi all, Can anyone explain how to parse a html file at the client side that we got as a response from the server? Please provide me good websites for doing this task. Thanks in advance. Dave. :)

Member Avatar for kceleb9
0
70
Member Avatar for devisrimari

I have implemented tree structure where I get the following error :'( Error: document.getElementById(treeid) has no properties Iam not able to correct. Without correcting the error the code works fine, but i have to execure under jquery. And jquery will not accept any error codes. Please help to resolve this …

Member Avatar for kceleb9
0
88
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could generate elements dynamically using something like this, where qtyElements is an array of all the elements that start with qty. [CODE]var qtyElements = document.getElementsByName('qty*'); for(var i = 1; i < qtyElements.length + 1; i++) { // var name …

Member Avatar for ~s.o.s~
0
139
Member Avatar for onesmallstep

I have been HTML'ng for many many years, however am new to the Java side of it. I'm using a script that works well on another site. Trying to customize it, and having issues. The previous menu's were to 2 levels, I don't need that, that's what I'm trying to …

0
62
Member Avatar for scru

Take a look at this page: [url]http://tejerodgers.com/[/url] and type four or more characters in the search box on the right. My problem is the div box that pops up. I'm only getting the behavior I want with Firefox. in Opera and in IE the page widens to fit it. What …

Member Avatar for scru
0
99
Member Avatar for adaykin

Hello, whenever I try to call this function, web developer plugin for firefox gives me a message that says: "Error: addRow is not defined Source File: [url]http://localhost/xampp/Aptana/index.php[/url] Line: 1" Here is my code: [CODE] <script type="text/javascript"> var k = 7; function addRow() { var rowItem = document.createElement('input'); newRow.setAttribute('type', 'text'); newRow.setAttribute('name', …

Member Avatar for adaykin
0
123
Member Avatar for andy_aphale

Hello guys and girls, My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the …

Member Avatar for andy_aphale
0
81
Member Avatar for JeniF

Hello all..I am working on a search script that I am using AJAX and dynamic html to show results within a table. based on the users search criteria, I display the results and a summary of those results as well. I allow the user to delete results by row and …

0
93
Member Avatar for konky911

I need a HTML code that will prompt a user to enter a number into a box. Once that number is entered, I need a second prompt box to enter a second number. When the numbers are entered, I need the code to add, subtract, divide and multiply the numbers …

Member Avatar for ~s.o.s~
0
36
Member Avatar for zkrakov

Hi! I am trying to populate an indeterminate set of Select Menus with the selection of a primary select menu For instance, User chooses an option from one Select Menu, and 28 submenus populate with the same choices. Has anyone done anything like this before? Thanks in advance. Cheers!

Member Avatar for buddylee17
0
26
Member Avatar for JDOMPer

Don’t misunderstand me – I use AJAX, but I think there is a far simpler, elegant alternative that just uses Javascript, the DOM and Php ( hence - JDOMP) for data transfers, and is cross-browser without the need for work arounds. JDOMP works in recent versions of Explorer, Mozilla, Safari …

Member Avatar for JDOMPer
0
468
Member Avatar for punithapary

Hi, Can anyone explain about === in js. What is the difference between == and ===? thanks Punitha Pary

Member Avatar for ~s.o.s~
0
72
Member Avatar for mcx76

Hi, I am looking for help to find "popup script" which can Automatic open when website open. I want to add Image or any way to Flash Movie. Thanks you in advance.

Member Avatar for ~s.o.s~
0
78
Member Avatar for emit_flesti

This is the weirdest problem I've seen so far. But upfront this is my first javascript development. I've mostly programmed in Actionscript and PHP. I have quite a bit of javascript running on my PHP page. I had just gotten everything to work well (looking at you IE7!) and I …

Member Avatar for emit_flesti
0
93
Member Avatar for flopoloco

Hello, I would like someone experienced in JQuery framework help me a 2-level accordion menu for my website. Here you can get a working example... [URL="http://jquery.bassistance.de/accordion/demo/"]http://jquery.bassistance.de/accordion/demo/[/URL] For instance if you could modify the first example (Standard, container is a div, header is h3 and content div and nested p), what …

0
75
Member Avatar for curtranhome
Member Avatar for sillyboy
0
93
Member Avatar for friedguy

Hey all, I am trying to create a site that produces a PDF or something similar based upon user input through radio buttons. For example say there are three categories A, B, and C. Each category has two options, 1 and 2. So a diagram with option A = 1, …

Member Avatar for friedguy
0
129
Member Avatar for jmasta

Hello everyone, I've run into a brick wall with this problem. I've been given a huge webapp that was designed for IE6, and I need to make it work(and look good) in Firefox 3.0 and IE7. So far, it's just been a bunch of CSS, JSF, and HTML changes, with …

Member Avatar for jmasta
0
139
Member Avatar for krapa

I want my form to be validated that is no field should be empty.....i have tried some code on field only but its not working...please help <html> <head> <title>city talkies acccount</title> <style type="text/css"><!-- p { font-size: smaller; font-family: sans-serif;align:center;} --> </style> <body bgcolor=""> <script type="text/javascript"> function validate_form ( ) { …

Member Avatar for ~s.o.s~
0
99
Member Avatar for dev.cplusplus

Hi to all. I'm trying to get the percent of an swf object in the html page. I'm using the method PercentLoaded(), the code is working fine in IE and not working in Firefox. I print the percent and in IE and see 0, 20, 30....100% In Firefox I see …

Member Avatar for Ken Sharpe
0
143
Member Avatar for asmith3006

Hi, I have a page which has a Div on it which gets constantly updated (every 1-3 seconds) but I want it to maintain its position between refreshes. I'm very very very new to Javascript and I am finding it very difficult to convert code that I've found online. Can …

Member Avatar for Ken Sharpe
0
126
Member Avatar for pakoppan

Hello, I have the following script that [COLOR="red"][B]used to work [/B][/COLOR]with FF2. Now I get under FF3: [COLOR="red"] TypeError: document.getElementByID('content') is null[/COLOR] [B]SCRIPT:[/B] [code=javascript] function Sounding(){ var yr = "08"; var myArray = new Array(); myArray[0] = new Date() ; var mes = (myArray[0].getMonth() ); if (mes.length = 2) { …

Member Avatar for pakoppan
0
124
Member Avatar for sandy183

Hello! I have a web application where status messages are displayed in a small area of screen. I need the text to scroll down to the last message as the status messages are being added. But only the first messages are shown and the user has to manually scroll down …

0
70
Member Avatar for beppeilbuono

Hi to all, I would open a Ms Word document into an html page using the tag OBJECT. Now I open it with OpenOffice writer using the tag : <OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" > <PARAM NAME="src" VALUE="file:///c:/my.doc" > <PARAM NAME="readonly" value=false><!-- Just view the document, do not edit--> </OBJECT> it works very …

0
68
Member Avatar for darkraider

How to i get it rite ?? i tried the code below by it fail, anyone can correct me and tell when i when wrong ?? var Fname=document.getElementById('Fname').value; if(!/^[A-z]*$/+$/.test(Fname)){ msg+='- Only Letter & Space '+email+'\n\n';}

Member Avatar for darkraider
0
66
Member Avatar for chickenlord500

I am trying to create this code for my website but i am having trouble per when you click the button for corrosponding with correct image it does not on call take that image and show it as my main one i can not get my img swap to work …

Member Avatar for ~s.o.s~
0
96
Member Avatar for JFO9696

Hey all, I'm trying to get Google Maps on my [URL="jetsfloridaoutdoors.com"]website[/URL] and I'm not exactly sure what todo. I got an API key from Google and then some coding but I don't know what todo with it. The reason I want Google Maps on my website is because I want …

Member Avatar for mowen85
0
107

The End.