15,120 Topics

Member Avatar for
Member Avatar for meerantj

hi, i am web design student now i need to do my assignment. thats i need to create multiple dynamic tables.. i not know how to put a table in looping(java script) if i put in loop then how to do validation.. so i decide to use add and remove …

Member Avatar for ~s.o.s~
0
145
Member Avatar for pletch99

I'm still new to JavaScript and I'm having trouble with an assignment. I can't seem to get my functions to work right for the alert to check for missing information when you submit the page and when you select the checkbox for the same as billing address? Thanks for the …

Member Avatar for Shanti C
0
119
Member Avatar for southloven

I have a form that I am checking to see if a check box is checked. If it is not checked an alert pops up with an error message and when I click OK It checks the check box. This is very weird. Code below [code=javascript] function isNumeric(elem, helperMsg){ var …

Member Avatar for essential
0
110
Member Avatar for cakka

Hi, i am being creating a drop down menu. But i getting trouble in that. The sub menu that must be displayed when the link is hover is displayed although the link is not hover. This is the script that i create , please help me for correcting the wrong …

Member Avatar for essential
0
94
Member Avatar for wipeskim

Hi, I created a multiple select box wich i would like to have one variable with all the results selected on the multiple select box such as variable_name = "result1|result2|result3" This is what i have so far: [code] oSelect = document.getElementById ('s1'); var iNumSelected = 0; for (var iCount=0; oSelect.options[iCount]; …

Member Avatar for wipeskim
0
155
Member Avatar for mohammed2raja

I want to make an image as link, such that when I click on the image a javascript function is called. The whole code is written in javascript. I try this byt it files: aaa=document.createElement('a'); aaa.href="#"; aaa.innerHTML="<img src="downArrow.gif">"; aaa.onclick=function() { moreInfo(this); } here I want when I click "doenArrow.gif" image …

Member Avatar for Shanti C
0
107
Member Avatar for Neptuned

I have been held up with this for about a week now and have searched all over for an answer to no avail. I'm sure it is a simple something I am missing but I'm still learning and obviously have a long way to go. Hope this is posted in …

Member Avatar for ~s.o.s~
0
98
Member Avatar for pletch99

Hi, I'm new to Javascript and I'm having trouble with my function to check for missing information in the code. Any ideas? Thanks

Member Avatar for essential
0
94
Member Avatar for dragonflyuk

I've got 3 date fields on a form, each is set using the standard datetimepicker.js, however I have set the resulting text field to readonly to prevent users entering silly date formats into the field. However the 3 fields must be in the correct order i.e. datetime1 must be before …

Member Avatar for essential
0
2K
Member Avatar for andresasongko

Does any of you have experience with Prototype.js? I need an expert here. I want to submit a form using ajax.updater. The codes (I only show the relevant codes) are following: [CODE]<div id="result_from_submitting"></div> <div id="space" style="display:none"><br></div> <form id="f_profile_personal" onsubmit="SubmitForm(this); return false;" method="post"> ... </form> <script type="text/javascript"> SubmitForm = function(form) { …

0
59
Member Avatar for sayalip

I am new to JSP. How to remove textarea when the button is clicked. And also button should get removed. plzzz suggest solution

Member Avatar for masijade
0
24
Member Avatar for JPMountford

Hi there. First let me say I'm completely novice in Java. Someone else wrote this and emailed it to me, I have just tried to used it. I know my way round html pretty well but this one's got me foxxed. I'm trying to write a image slide show website …

Member Avatar for peter_budo
0
60
Member Avatar for mohammed2raja

I want to design a progress bar when a file from data base in loading. Any body can help me.

Member Avatar for Shanti C
0
133
Member Avatar for steveissuperman

I'm working on a little reddit-like site which allows users to browse a page of links and click on either an up arrow or a down arrow for each entry. I've run into this problem that I can't wrap my head around, though it should be really simple: I can't …

0
49
Member Avatar for mkirtani

Hi, I am trying to develop a battery order form. Here is the problem. User has to enter the "Current Stock". There is a "Allowed Stock" for each row. What I want to accomplish is when a user puts in the "Current Stock", I want the "Request Stock" to appear …

Member Avatar for digital-ether
0
80
Member Avatar for sagecelt

Opera and Firefox both run the following function perfectly as expected but IE7 opens a new whole page window and complains about ActiveX, requiring an acceptance by the user before the 'Close Window' button will work. Any suggestions gratefully accepted. [code=javascript] function popup(mylink, windowname, w, h) { if (! window.focus)return …

Member Avatar for essential
0
125
Member Avatar for mkirtani

Hi, I am trying to develop a battery order form. Here is the problem. User has to enter the "Current Stock". There is a "Allowed Stock" for each row. What I want to accomplish is when a user puts in the "Current Stock", I want the "Request Stock" to appear …

Member Avatar for essential
0
110
Member Avatar for aloplop

Hi all, I have developed an application in C++ using Borland Builder 6. In this app I load a html file which contains an applet stored in a wifi robot so that in my app I receive the image from an IP camera installed on it. The fact is that …

0
55
Member Avatar for wiz83

hi you please tell me how to call javascript files from c++ code?i know this(iam not 100% sure) that you first call html files,then from ther you call javascript files.

Member Avatar for ~s.o.s~
0
140
Member Avatar for designermom2

I am using a javascript navigation that drops down additional child links under a main link and those lists collapse/go away when you click on a different link. However I would also like to be able to click on the main active link again and have the navigation collapse/go away …

Member Avatar for designermom2
0
133
Member Avatar for NenadDimi

I make a CD with search .pdf, but now i have problem when I want to make a search with Serbian letter is not possible. Also when I want to test it in IE i get a mistake, it working in Mozzila and Chrome but not in IE. Can somebody …

0
60
Member Avatar for trudge

I have code that successfully displays results, but throws an error in Fx 3 and IE 6. A sample of the XML file: [code] <?xml version="1.0" encoding="ISO-8859-1"?> <mycds> <cd> <title>Wolf City</title> <artist>Amon Duul II</artist> <artist_id>1</artist_id> <track_id>1</track_id> <sequence>1</sequence> <track_name> Surrounded By The Stars</track_name> <track_id>2</track_id> <sequence>2</sequence> <track_name> Green Bubble Raincoated Man</track_name> <track_id>3</track_id> …

Member Avatar for trudge
0
122
Member Avatar for brr

[CODE]<select name=lstMAName"+s+" onchange=showMAName(escape(this.value),"+s+")><option selected>- - -Select Account- - -</option> <% for(j=0;j!=i;j++){%><option value=<%=MANAME[j]%>><%=MANAME[j]%></option><%}%></select>[/CODE] In the above code i use [B]escape[/B], bcz in listbox i have to select on name, i have to send that name to showMAName function in another .js program, here iam getting problem that for example selected text …

Member Avatar for ~s.o.s~
0
98
Member Avatar for farahphp

i want to assign the value of a java script variable to a php variable ???? can any one help me plz

Member Avatar for buddylee17
0
178
Member Avatar for Gowthamseeda

I have a problem in Java script when inputting data in html table via selecting from combo box.So any one can solve my problem,please send me code in Java script for restrict repeated data when the period of input. Thank u

Member Avatar for Gowthamseeda
0
97
Member Avatar for cVz

Hi guys, I am trying to hide 2 list boxes, then on selection changed show a new list box with JavaScript, i am very very new to web development in general, I am actually a software developer in the Pascal and C# language so this is all very new to …

Member Avatar for nikesh.yadav
0
71
Member Avatar for donkeydal

need help validating the radio buttons on this form ive tried different functions & different methods on the web but none work. code is this: also for the "Campus" radio buttons you need to be able to select 1 or more & im not sure if what ive done is …

Member Avatar for essential
0
87
Member Avatar for hadsuresh

Hi, I have developed small AJAX application, that gets the data from server and prints in the div element.. the AJAX request takes some time.. till the response returns I want to display the text ""Content is Loading, please wait...." in the <div> element... The code is shown below.. This …

Member Avatar for Luckychap
0
107
Member Avatar for k2k

i downloaded a js code and it works with its own html index file. However, if i paste the <script>............everything </script> to my index, it doens't work. I tried to put it inside <head> </head> and i also tried inside <body> </body> ... they both don't work. Any suggestion? i …

Member Avatar for k2k
0
155
Member Avatar for jnnmn7

Hi, whenever I try to load any javascript link I get an error. I have reinstalled javascript and that didn't help. I don't no what else to do. Please help!!!

Member Avatar for caperjack
0
27

The End.