15,120 Topics
| |
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 … | |
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 … | |
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 … | |
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 … | |
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]; … | |
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 … | |
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 … | |
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 | |
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 … | |
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) { … | |
I am new to JSP. How to remove textarea when the button is clicked. And also button should get removed. plzzz suggest solution | |
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 … | |
I want to design a progress bar when a file from data base in loading. Any body can help me. | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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> … | |
[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 … | |
i want to assign the value of a java script variable to a php variable ???? can any one help me plz | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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!!! |
The End.