15,694 Topics

Member Avatar for
Member Avatar for rbsplat

Hello I need some help, I have found all kinds of help with mouse overs change color or image. What I really want to happen is for a mouse over to change table cell content. I would like to have a list in the left cell, when you mouse over …

Member Avatar for rbsplat
0
319
Member Avatar for LoriM

Hello everyone, I have a button on a page that is created with the <input> statement - this statement also contains the event handler onClick. The button displays correctly on the page but the event handler is not working - I know this as I put a simple alert at …

Member Avatar for LoriM
0
183
Member Avatar for andanjin

I wan tto look at my <a href="http://holyrock.zxq.net">testing site</a>. I would like to change like <a href="http://holyrock.zxq.net/index1.html">this.</a> Here are my code draft: [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"> <head> <meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="/css/stylesheet.css" /> <style type="text/css"> body{ …

0
52
Member Avatar for peck3277

Hey all, I'm having a porblem with a dropdown list selection. I'm using JSP to dynamically update the contents of a dropdown list based on a previous drop list. At the top of my first drop list is "select flavour". I want to make this item unselectable once they have …

0
49
Member Avatar for gaberb

Can I call two PHP scripts from the same onBlur? In the code below the preFilladmin function creates a JavaScript error after leaving the admin_uid field [CODE] // Set this to your validation PHP script, default is "validate.php?value=" var vUrl = "/validate_assignIP.php?value="; // This is the array for error handling …

Member Avatar for kvprajapati
0
141
Member Avatar for marteen

If we open "daniweb.com" . First it will show us a box (javascript box) and ask to enter our name. All that i wanna know is, how to make it? What kind of javascript that i have to use?

Member Avatar for kvprajapati
0
56
Member Avatar for johny321

I have a little code of javascript which i want to execute at my local machine. So can any one guide me the way to execute it. What i need to install at my local machine to run a javascript code. Any effort will be appreciated.

Member Avatar for kvprajapati
0
72
Member Avatar for xd3vilx

Hi guys, I have a drop-down navigation bar on my website. While I am creating the website, the drop-down have no problem overlaying the javascript (embed with flash) in Firefox. But when I tested it in IE, it did not managed to overlay the javascript script and the drop-down went …

Member Avatar for xd3vilx
0
156
Member Avatar for lavin

Hi coders, I want to find the network ipaddress of a person who visits my site. How can i do this. any idea?? I tot of using javascripts. storing the ip in a variable and save it in the db. I have not created the site yet. I know a …

Member Avatar for maba001
0
92
Member Avatar for by89

function updatesum() { document.form1.totalfat.value = (document.form1.satfat.value -0) + (document.form1.monofat.value -0) + (document.form1.polyfat.value -0); } <body onload="updatesum()"> <form name="form1" method="post" action="./submitFood"> <table width="520" border="0"> <% int count=0; if(request.getAttribute("foodList")!=null) { ArrayList al = (ArrayList)request.getAttribute("foodList"); Iterator itr = al.iterator(); while(itr.hasNext()) { if((count%2)==0) { } else { } count++; ArrayList foodList = (ArrayList)itr.next(); %> …

Member Avatar for Graphix
0
92
Member Avatar for Umair.P

I have this program that should tell me browser details but navigator.appCodeName is showing Mozilla on IE, Safari, Opera, Chrome, and FireFox. Can any one tell me why? [CODE]<html> <head> <title>Javascript Example 1</title> <script type="text/javascript"> function detectBrowser(){ (document.getElementById("appCode")).innerHTML = navigator.appCodeName; (document.getElementById("appName")).innerHTML = navigator.appName; (document.getElementById("appVersion")).innerHTML = navigator.appVersion; (document.getElementById("userAgent")).innerHTML = navigator.userAgent; (document.getElementById("platForm")).innerHTML …

0
71
Member Avatar for sutt0n

Ok, so I have this bit of Javascript and for some reason it's not working. It's supposed to work like "modvideo('2')" whereas "2" is an ID number. This is supposed to post to a page like a form, but for some reason is being gay. [code] function modVideo(inKey){ document.getElementById('txtKey').value = …

0
80
Member Avatar for mark185

In Firefox, the JavaScript code an interact with the document object to affect HTML structure and CSS style rules as well as define behaviors for given events. Can the JavaScript code also modify elements of the window object, like menus, not just enable or disable them in a new window? …

Member Avatar for mark185
0
85
Member Avatar for styles_p

I want to understand how I can difference two request which were rised at the same time?? for example:User A want to buy some product and this product has price for example 100$, this User has only 110$ and increase price to 110$ but at the same time another User …

Member Avatar for madmital
0
123
Member Avatar for geek_till_itMHZ

Need writing a java script that will list prime numbers from 1 - 999 in a 10 Row table...I think I have the prime number logic part down but I cant figure out how to get JS to start a new column after it lists 10 numbers? I would obviously …

Member Avatar for madmital
0
125
Member Avatar for lelady

Hi everyone, I've spent the better part of 3 days searching the web and trying multiple rotating image scripts to no avail.... every time I try one, it seems to break my page, or just not work. I am not skilled at Java, and am not even sure if that …

Member Avatar for madmital
0
149
Member Avatar for alpha_foobar

Hey, I'm having an issue getting the height and width of DIV elements that have resized themselves to fit their content. Note: I do not have a problem getting the height and width of DIV elements that I have set using Javascript. The probel is that this value appears to …

Member Avatar for lasi7
0
1K
Member Avatar for MichaelHe

Hi everyone I'm doing a very simple click count funktion with Ajax where I put some data in a mySQL database when some links are clicked: [CODE]onClick="UpdateSQL('1', '190', 'divname', 'message');"[/CODE] [CODE]function UpdateSQL(KundeID, IP, sideElement, kaldMessage) { document.getElementById(sideElement).innerHTML = kaldMessage; try { req = new XMLHttpRequest(); /* f.eks. Firefox */ } …

Member Avatar for madmital
0
184
Member Avatar for cali_dotcom

Hi all, i'm working on a php script and i got a little javascript. i'm trying to get information from some hidden fields but i keep getting an error, udefined. here are the codes: [CODE] var counter = 5; var avail = document.getElementById['available_array[counter][0]'].value; [/CODE] here is the original [CODE] tmp=document.order.elements['available_array[counter][\"+document.order.elements['BRANCHC[ …

Member Avatar for madmital
0
96
Member Avatar for michelleradu

Hi guys. I'm trying to pick 2 dates from a calendar on my webpage. I've got 2 textboxes (date1 and date2) and the calendar image next to each of them which opens a separate window with the calendar. It's all working fine, except for the fact that I can not …

Member Avatar for michelleradu
0
370
Member Avatar for mastia22

Before I start, let me openly declare am a ROOKIE. Am making a fantasy football site due in 2 months. Am still stuck on the backend part of it. Am having a problem making a page for editing player information where I have a drop down menu of the teams …

Member Avatar for mastia22
-1
91
Member Avatar for cwarn23

Hi and I have been searching the web but my answer isn't looking very hopeful. I need javascript or preferably css to make my text vertical so the result is something like the following. [CODE]t e s t i n g[/CODE] However with the result each of the characters need …

0
69
Member Avatar for mrjoli021

im new to java script. I am trying to make a time/date function update automatically. when i view the page i get the right time, but i have to refresh the browser in order to update it. How can i do it to automatically update itself. i want the clients …

Member Avatar for Graphix
0
100
Member Avatar for praveen_dusari

hi all, i have added a simplemodal box in my project which is using jquery problem is i am using it for dynamic php application. i want a id of clicked item iam not getting it here is my code in php page [CODE]<div id='contact-form'><a href='#' class='contact'><input src="images/email-icon.png" type="image" value="<? …

0
83
Member Avatar for Heinz Stapff

I've had a hard time getting dynamic rows inputs to multiply 'onchange' of the value in the input in each row. It works in the first row inserted no matter what rowindex that row is moved to. All following rows only accept the initial input value and never change the …

Member Avatar for Heinz Stapff
0
123
Member Avatar for VIGUU

<p>i WANT TO DISPLAY THE POPUP WINDOW AFTER CLICKING THE PARENT WINDOW "BUTTON".<p> <p>THAT POPUP WINDOW DISPLAY THE DATA IN A TABLE FORM(FOR EG:NO,NAMEETC.,) .<p> <p>Now i want to select any row in the table using radiobutton.After selecting the radio button particular row values will display in parent window text …

Member Avatar for harrierdh
0
86
Member Avatar for Multivariate

I'm trying to add the "Amazon Style Drop-in Content Box" from the Dynamic Drive site into a Joomla template. I don't know Joomla very well and I've followed the tutorials. Basically, this drop in box contains a SWF file that references an FLV video. The background is transparent and I …

0
41
Member Avatar for java_2010

I was using variables stored on the navigator object to access them across pages example in Begin1.aspx I had navigator.localvar = 1 and in Begin2.aspx I had if (navigator.localvar == 1) { .... } However in IE8 it doesnt work anymore It complains that navigator.localvar is null or not defined …

0
47
Member Avatar for ausmaya

Hi, i have started to learn javascript. To run javascript.. browser window and notepad is enough or i need to load java s/w also, i'm not getting output for this coding..can any one help me pls??? <!DOcTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>first java script …

Member Avatar for almostbob
0
123
Member Avatar for LoriM

I have been a mainframe programmer for over 20 years - I have a new project that requires browser pages written in JavaScript. [B]Please let me give some background of my code.[/B] I currently begin with a HTML page that assigns the values retrieved from a third party vendor's API …

Member Avatar for LoriM
0
128

The End.