17,114 Topics

Member Avatar for
Member Avatar for thirunavukaras
0
80
Member Avatar for thirunavukaras

Hai i created one ascx (Usercontrol)...file the user control file contain one panel and one check box if i go to click the check box the panel backcolor will change the panel control inside check box i want using javascript how to change the panel bgcolor pl help me.............

0
65
Member Avatar for MidiMagic

In every book I have on HTML, it shows a database or other file associated with a form. I want to use form elements with JavaScript to control the web pages themselves, without the use of an external file. Can this be done?

Member Avatar for MidiMagic
0
104
Member Avatar for obscured47

Hey, sorry if this is a really stupid question but i'm a bit in a hurry, got this coursework due tomorrow and i realised there are some problems with my code. I have a text area where the user can type a message and change the font-family, font-style, font-size etc …

Member Avatar for MidiMagic
0
88
Member Avatar for cgdotnet

Good afternoon all, I'm currently migrating a classic app to .net and need to know the best practice in binding the data I pull through my querystring to the controls in my edit form. In the classic app I assign the control(txtauthor) a value(<%=docauthor%>) from a variable(docauthor), via the id …

0
63
Member Avatar for suigion

Hi all, I would like to know how to call a JSP function when the user click button. In JavaScript, I create a functon call AddUser(), the I call the function using OnSubmit. How do I do this in JSP?? Thanks in advance... :)

Member Avatar for jwenting
0
109
Member Avatar for dobbs

Here is how you can list the sites that recently sent surfers to your site. All you have to do is put this one line of JavaScript on your webpage (or template): <script language="Javascript" src="http://freepgs.com/ledbetter/referrers.js"></script> [url]http://freepgs.com/ledbetter/wordpress/?page_id=144[/url]

Member Avatar for dobbs
0
111
Member Avatar for MidiMagic

I want to understand the difference in parameter passing between the three methods used: - Returning an array in the return statement. (variable a in the code below) - Returning an array copied as a unit from another array. (variable c in the code below) - Returning an array, each …

Member Avatar for MidiMagic
0
100
Member Avatar for mahesh_gupta024

I am developing a small Embedded webserver with some webpages written in CGI, so that whenever I execute a CGI, the code in Webserver will be executed and HTML content is sent to browser. Now if I press refresh continusly only half the page is being displayed on the browser. …

Member Avatar for MattEvans
0
111
Member Avatar for amtallah

hi i make textarea for user to insert your comment on topic and press submit to enter comment in database , problem i want to privant user to write empty string and press submit to enter it in database and i want to make this validation on textarea or submit …

Member Avatar for MattEvans
0
106
Member Avatar for SAMSEIED

I am trying to make this lunch menu work in the past few weeks and I have not been able to make it run. I am using firefox's dubug , but there is no bugs. your help is truly appreciated Here it is <HTML><HEAD><TITLE>SAM'S DINNER MENU</TITLE><SCRIPT LANGUAGE="JavaScript"><!---Hide from non-JavaScript browsers//This …

Member Avatar for jay.smith
-1
151
Member Avatar for diresaint

just a small thing i'd like this little bit of code to not need some selected text to function... in other words id like to be able to click on the insert button i have and have it just apear inline with where the cursor is in the text area …

Member Avatar for bosko
0
56
Member Avatar for CyberWrek

Please help! I've been putting together a webpage using CSS and a Javascript feature. Everything looks fine when I test the page from my PC. But when I upload it to my server, I get a bunch of odd symbols, like Asian writing. I had this happen ages ago to …

Member Avatar for MidiMagic
0
106
Member Avatar for aparnesh

Can I transfer some data, which the user enters into a pop up window, to the page which called the pop-up window ? The Main page is in a frame. When the user clicks a button on the main page, a pop-up opens showing some choices. After the user selects …

0
66
Member Avatar for godlike

can anyone point me in the right direction, i seem to have hit a hurdle i need to know what javascript code can be used to play the next file in an applet player once it has finished playing from a predefined list ( from a database selection)

Member Avatar for Dukane
0
30
Member Avatar for kohkohkoh

Currently i am building a message queue program which one is sending a message to another party. lets say ABC sending a message to DEF if ABC sends a msg out using message queue, it stores at the msg queue manager, once the msg stored in,i want the server side …

Member Avatar for kohkohkoh
0
98
Member Avatar for aerian

[COLOR=#0000ff]hye i m working on a n autocomplete textbox. here the text box is binded through only specific values defined in array. i want to bind the text box through the values selected from data base . how can i retrieve the database values here. the code is as follows …

Member Avatar for f1 fan
0
149
Member Avatar for chewbacca810

i having been programming for 10+ years now, so I always try to adhere to good programming practices (variable naming, spacing, etc). Yet, almost every snippet of code for JS or PHP that you can pull up goes against those practices. even when writing JS or PHP, where var type …

Member Avatar for rgtaylor
1
363
Member Avatar for aparnesh

I have 3 SELECT elements, one of which contains text and the other two numbers. Values in all 3 selects are generated dynamically from ASP. The Option elements in the selects are being added by a Javascript Code like below [Code] var newOpt ; newOpt = document.CreateElement("option"); newOpt.text = <%=Value%> …

Member Avatar for aparnesh
0
146
Member Avatar for desiguru

I cant find a good solution for my fist java script class. Can someone help me here. The result is not showing up here. [code=javascript] <script language = "JavaScript"> document.write('<center><h3>-- Myname 23 -- ') myDate = new Date (); document.write(myDate.toLocaleString()); document.write('</h3></center><hr>'); </script> <script language = "JavaScript"> // Add, subtract, multiply, …

Member Avatar for MidiMagic
0
101
Member Avatar for enggars

Hello... I use javascript countdown timer in my page. Each time the page is being refreshed, the countdown is restarting. I blocked the F5 function to avoid the page being refreshed. It works, but it doesnt block the browser's refresh button. So what i gonna do is unblocked the F5, …

Member Avatar for enggars
0
2K
Member Avatar for tefflox

I want to use javascript and php to make black dots appear on the screen. So far, I have the following code, which isn't working. What am I doing wrong? [code] function dots() { var dot = document.createElement("div"); dot.style = "position: relative; background-color: #000; height: 10px; width: 10px;"; document.body.appendChild(dot); }[/code]

Member Avatar for bosko
0
91
Member Avatar for PRSop2000

I'm trying to make a website that has a block of about 56 colors off to the right of a main image of a dress. You click a color block and it changes the dress to the picture of the dress in the color clicked. I cannot find any script …

Member Avatar for vickies
0
266
Member Avatar for aparnesh

I am developing a small Intranet application where all date displays are being handled by the DatePicker control. In many cases, the server is sending a date value to the browser where a Javascript function is getting the date and setting the datepicker to the received date. For example, if …

Member Avatar for hollystyles
0
61
Member Avatar for tefflox

I'm learning javascript. My first idea has led to a problem. I'm trying to set up strings to load at random intervals on different parts of the page, but I don't know the right function to use with setTimeout(). I hear "don't use document.write" and "probably don't use innerHTML", but …

Member Avatar for digital-ether
0
77
Member Avatar for Rashakil Fol

I'm getting some javascript that's causing slowdowns. It's stuck in an infinite loop or something. This is on Konqueror. Never happened before.

0
109
Member Avatar for stymiee

My name is John Conde and I am a Web Developer for a medium-sized credit card processing company based in New Jersey. I've worked there for almost four years and as you can guess I am an expert in credit card processing. I've established merchant accounts for over 1,000 businesses …

Member Avatar for happygeek
1
317
Member Avatar for doddy

Hi, I am new to programming for the most part except matlab, html, javascript, actionscript, etc. I am trying to learn how to assemble/dissassemble files. I have several assemply/dis. programs: nasmw/ndisasmw, flat assembler, pedasm, etc... I can't figure out how to assemble the hello world program. here is an example …

Member Avatar for Garni
0
144
Member Avatar for clickbanners

Please can someone help, I would be most grateful for any help as I am new to this and I am really stuck.:( I used Javascript that I copied and pasted from the 'Google AdSense' on to my Freewebs.com page, now I cant edit my page. When I view my …

Member Avatar for MidiMagic
0
97
Member Avatar for Mohandsa

[B][COLOR=royalblue]Dear All,[/COLOR][/B] [B][COLOR=royalblue][/COLOR][/B] [B][COLOR=royalblue]i write this html to get date in this format 4/1/2007 00:00:00[/COLOR][/B] [B][COLOR=royalblue]but output is [COLOR=red]Sun Apr 1 00:00:00 UTC+0200 2007[/COLOR].[/COLOR][/B] [B][COLOR=royalblue]please help me to convert it to this format 4/1/2007 00:00:00 to use it in select from al DB .:lol: [/COLOR][/B] [B]<html> <head> <SCRIPT type="text/javascript"> function …

Member Avatar for richfeed
0
112
Member Avatar for mikesowerbutts

hello, I am building a mysql/php/javascript based online timesheet system which allows users to assign themselves predefined projects and then select one of the projects assigned to them and add hours for a particular date to the database - i can get the add to work fine, but i need …

Member Avatar for digital-ether
0
5K
Member Avatar for SAMSEIED

Hi: I am designing this Dinner menu using Javascript, but when I up-load it, it only opens, the first pharase in green color that says dinner menu and it does not run which is suppose to show the menu for everyday's food.here is the codes, your help is apprecaited. <HTML><HEAD><TITLE>SAM'S …

Member Avatar for connor4312
0
141
Member Avatar for janda5

I have an Intel Pentium 166MHz w/MMX Computer and use Windows 98. A web site I was trying to access had this error message: "ERROR! JavaScript is required to use this site!" I then downloaded and installed JRE (Java Runtime Environment), Version 6, Update 1. I even customized my Security …

Member Avatar for The Dude
0
114
Member Avatar for NewKidWalking

Hi, I just registered with this forum a few minutes ago after stuffing my face into a collection of my fathers books, and the netbeans IDE, praticing what I was exposing myself to. THe past couple of months have been an intensive undergoing, pickin gup after an introduction(java), established back …

Member Avatar for jbennet
0
145
Member Avatar for Sukanto

I am unable to debug the following code. I can't find any errors here. I am getting the button but after clicking on it, only [b]Time Remaining: 10000 msecs[/b] is being displayed. In Firefox 2.0.0.3: I checked the error console, it shows [b]timedCount is not defined[/b] on line [b]t = …

Member Avatar for Sukanto
0
158
Member Avatar for asmqb

Hi everyone! I'm currently working on a navigation bar for a personal website and, although transparency is working great, has a couple of problems with browsers that use... fonts that are not around the size (specifically the [I]height[/I]) of Helvetica. I basically have a [inlinecode]<div></div>{...}</li></ul>[/inlinecode] block. The first [inlinecode]<div></div>[/inlinecode] combination …

Member Avatar for MidiMagic
0
168
Member Avatar for MDGM

hi all, I have a special type of gallery on my website ([URL]http://www.grafax.co.uk/newtest/gallery[/URL]) which uses a javascript file to make a div tag hover over the gallery with the image inside of it. however, the page shows before the javascript file is loaded, and so displays the image in the …

Member Avatar for MattEvans
0
143
Member Avatar for digi3e

Hello anybody who takes the time to read this! I am not new to CFM but have not hit it to deep as of this point. Here is my problem and I hope I can explain this well enough. I have a page that will be driven left to right …

Member Avatar for digi3e
0
100
Member Avatar for Sailor_Jerry

Is there a javascript function that will reload a dom element if given the element id? I am using javascript to update a divs innerHTML with the location of an image. Cut of the javascript code below. [code] var images = new Array(32); images[0] = "<img src=\"images/album/1.jpg\" />"; images[1] = …

0
84
Member Avatar for shaggysc96

I have come across a slideshow I want to use on my site. I am using coldfusion to write the site, but know very little javascript. I cannot figure out how to get the text to show up and change with each slide. I am posting all of my code. …

0
107
Member Avatar for marylove2007

I am trying to divide the code to four function Second. The Smallest does not work Third when any of 10 Grade is not between 0 and 100 the alert box say that Grade (Number of Grade) is not a number between 0 and 100 Please correct! for example Grade …

0
55
Member Avatar for vallala

<html> <head> <title>student details</title> <script language="JavaScript"> function sum() { window.document.form1.total.value=parseInt(s1.value)+ parseInt(s2.value)+ parseInt(s3.value)+ parseInt(s4.value)+ parseInt(s5.value); } function grd() { var s1,s2,s3,s4,s5,avg; s1=parseInt(window.document.form.s1.value); s2=parseInt(window.document.form.s2.value); s3=parseInt(window.document.form.s3.value); s4=parseInt(window.document.form.s4.value); s5=parseInt(window.document.form.s5.value); avg=(s1+s2+s3+s4+s5)/5; if((s1>=40)&&(s2>=40)&&(s3>=40)&&(s4>=40)&&(s5>=40)) { if(avg>=70) window.document.grade.value="distinction"; if(avg>=60) window.document.grade.value="a grade"; if(avg>=50) window.document.grade.value="b grade"; if(avg>=40) window.document.grade.value="c grade"; else window.document.form1.grade.value="fail"; alert("sorry u need to improve"); } alert("congratulations"); } function …

Member Avatar for vallala
0
81
Member Avatar for enggars

Hello. I have an ASP page that require printing. The page is about showing some data from database. I use the simple javascript printing : [B]javascript:window.print() [/B]The page design use some css templates. Well it does print. But it only prints the images and the texts. The print out seems …

Member Avatar for enggars
0
96
Member Avatar for Racoon200

Ive been searching for lots of time, but yet with my goal unaccomplished. Can somebody tell me a -free -javascript tool -fast -syntax highlighting -program please?

0
53
Member Avatar for Marko7

Guy's I hope you can help. I am getting a screen whentrying to search on Internet explorer which says the following: Javascript document referrel It will not let me use my search engine at all, I am re-directed to this page every time. I have tried various spyware/adware anti virus …

0
55
Member Avatar for Slavis81

Hello, I am a newbie coder and I am trying to create a [URL="http://www.daniweb.com/techtalkforums/thread73193.html#"]php[/URL] mailing list. I would like the users to enter their email address into the text box and click submit and have the email addresses seperated by ;'s and imported into my list.txt file. Here is the …

Member Avatar for digital-ether
0
168
Member Avatar for jpmad4it

Hello everyone, I have built a DHTML & Javascript menu using the Deluxe Menu ([url]www.deluxe-menu.com[/url]) software package. The problem is that in IE7 the menu works fine, yet in Firefox it is displayed behind everything. If you look here using IE and Firefox you can see the difference when you …

Member Avatar for jpmad4it
0
354
Member Avatar for snehalppatel

Hello friends, I am looking for the javascript for sqldatabinding with Select dropdownlist in ASP.NET. I want to populate HTML Select dropdown with my sql query. How can i do this? Thanks in advance. Snehal

Member Avatar for DanceInstructor
0
48
Member Avatar for Swapna Nair

Hi, I am working on implementing a navigation tree which lists the configured network objects dynamically. Has somebody worked on a similar kind of project? It would be of great help if somebody can provide information on this as I am a beginner in terms of JavaScript programming. Thanks -Swapna

Member Avatar for senthilmohan
0
36
Member Avatar for Andres

I need an example of a tree done in javascript and that can make things when you click the tree folders ... Any page or example in javascript please. Thanks...

Member Avatar for senthilmohan
0
130

The End.