15,127 Topics

Member Avatar for
Member Avatar for aksharma

Hello everybody, can any one please tell me how to disable the <div>. I have got the id of <div>.I have tried $(divID).style.display = "block" and "none". But of no use can any one please help me Thanks, Aksharma.

Member Avatar for nikesh.yadav
0
3K
Member Avatar for and1dude

Hey guys, i got a assignment which requests me to get 7 fields of data from an input.txt and sort them and output them. Is there other ways to do it other than making 7 Linked List , sort one list and replace the rest of the linked list with …

0
44
Member Avatar for mruane

Hey all, i am trying to write a javascript inside an html table which will create an image slideshow which fills the table with each image. Not sure how to implement this as I do not know javascript. Could this be done in plain HTML without loading another page? Any …

0
55
Member Avatar for Alanmp08

I dont know where this thread belongs- if wrong locatioon feel free to move it- I need a code that will change the skin like a dropdown list thats works- because I cant use IDS as you need some storage or where to get the skin from- I'm using Hitskin's …

0
57
Member Avatar for faranak

hi I'm programmer in php . when i click on my button ,i want to post a string like ( a + b) by javascript but it acts like concat and it posts ( a b) ! i want to show me plus symbol ( a + b) . In …

Member Avatar for peter_budo
0
74
Member Avatar for naju

I have to access a tag from an external web. the tag is inside a frame (that frame has no name and id) when i use :window.frames[0].document.body ... is permission denied please help .. i could provide more information if u need .. { actually i am trying to grab …

Member Avatar for R0bb0b
0
80
Member Avatar for cwarn23

Sorry if this is in the wrong forum but I couldn't find a Flash forum so I am just guessing from previous posts that this is the right forum for the programming side of Flash. A few months ago I got a flash program called '3D Flash Animator' but comes …

Member Avatar for Shanti C
0
91
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
120
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
111
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
99
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
134
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
126
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
111
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
141
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
61
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

The End.