473,611 Members | 2,236 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Javascript Forum

JavaScript web scripting language - Ask questions about JavaScript development, jQuery, Vue, React, the DOM, cross-browser scripting, event handling, OOP, cookies, client-side form validation, built-in objects like Date, String, Array and Object, performance and more.
0
1,887
gprsm
thread by: gprsm | last post Jan 3 '13 by: gprsm
hi dears I am trying add our company certification into customer clients by web script i find this way http://blogs.msdn.com/b/alejacma/archive/2009/01/28/how-to-create-a-certificate-request-with-certenroll-javascript.aspx?PageIndex=2#comments but this way dont work for celf signed ca in windows vista and 7 & 8 many people comment to resolve...
21
11,203
thread by: bheema1990 | last post Dec 26 '12 by: jmrker
I want to save the form using this makeFile() function.I want it to save the whole form in csv format..How can i make it read the whole file...TQ...n Am i doing it correctly?Please help me solve this problem... function makeFile(){ var fso = newActiveXObject("Scripting.FileSystemObject"); var fileLoc = "E:\sample.csv"; var file =...
10
4,894
RevPhil
thread by: RevPhil | last post Dec 18 '12 by: Dormilich
I am having an issue getting the values checked in the check-box. I have tried to clean up the code. I can get the all the selected check-boxes selected (but not per row) or i can get the check-box id per row but not the selected value. I am pretty sure I can transfer the values to the another page but do not know how to get them. Any...
2
1,580
thread by: Davidmony | last post Dec 18 '12 by: Rabbit
Hello I have a table, in table contain deletebutton and some checkboxes.How many checkbox is selected, that is delete while click the deletebutton and delete values from database
3
3,487
thread by: Ademgenc | last post Dec 14 '12 by: Ademgenc
Hello, I'm sorry, my English is bad Sample: Max limit: 10 Sample: <form method="POST" onsubmit="return kontrol()"> <input type="text" name="secilen_receiver_sayisi"> <input type="text" name="secilen_receiver_sayisi"> 2
8
2,999
SashaFire
thread by: SashaFire | last post Dec 13 '12 by: Dormilich
Okay so on my website I was using a method that worked for the longest time until I just realized that it is no longer working. Here is the code I was using <div align="center"> <TABLE BORDER="0" cellspacing=0> <A HREF="javascript:CaricaFoto('http://firegypsy.com/images/Fire/Grinder/401683_10200207215283628_2012290924_n.jpg')"...
1
2,089
thread by: crh313 | last post Dec 13 '12 by: Dormilich
Hi everyone, Im very new to javascript so please bare with me. I have a dynamic table in html that has information coming from SQL server. I would like to know how I can apply the "Timer" event to a row, and the background color changes. for example After a new row of data is added to the dynamic table within... - 15mins table row...
2
2,008
thread by: rajanji | last post Dec 12 '12 by: rajanji
Hi Experts, I have a condition where i have to make long sub menu list at the third level . For this m using DDSMOOTH MENU here's is the link to ddsmooth menu ... http://www.dynamicdrive.com/dynamicindex1/ddsmoothmenu.htm From the above link (inthe Horizontal One) please navigate to following path : FOLDER 2 > FOLDER 2.1 and now you...
1
1,968
thread by: GanerDouglas | last post Dec 12 '12 by: Dormilich
I am recieving the error code: object required when assigning a value to a varible. I am working on a class assignment and code simular to this is used many times in my document and I can't find the problem. Help >var personalInfo=new Object(); >personalInfo.firstName; > >personalInfo.firstName=document.getElementById("firstName").value;
4
2,197
thread by: jumprope | last post Dec 10 '12 by: jumprope
I've got a choose file type select menu of two options: PDF and PowerPoint. Once you select PDF you can either click Download or Preview button.
9
2,153
thread by: ABHIJEEEEET | last post Dec 8 '12 by: ABHIJEEEEET
Hi all, I want to calculate time consumed in redirecting from 1 webpage to another webpage. For Example: 1) I am using Facebook in Google Chrome browser. I have shared 1 link on my Facebook profile like below: http://www.webdeveloper.com/ 2) When I click on this link from my Facebook profile, then this website will open in new tab.
4
2,292
thread by: sreekanth3084 | last post Dec 7 '12 by: Rabbit
I have to create a textarea and if i have typed any character in the textarea it has to check in the dictionary.jar file and it has to display the related words in the list attached to that textarea
12
2,445
thread by: notacreativeguy | last post Dec 6 '12 by: notacreativeguy
Hey everyone. I'm trying to figure out how to call a C++ function from javascript. Everywhere I look, I'm just getting web-based answers and that won't help me. I'm working on a program that runs javascript while a machine is running, and I need this script to call a C++ function along the way, but can't figure out how. Any help? Even the...
6
2,066
thread by: Simon19 | last post Dec 6 '12 by: Simon19
I'm working on a javascript-based project which requires dragging the object, then releasing it, after which that object (in this case DIV) should smoothly go to the placeholder's position. There are 2 "setTimeouts" to be executed in the last part (release), but, in majority of cases, these "setTimeouts" aren't executed simultaneously,...
1
1,971
thread by: masgasam | last post Dec 5 '12 by: Rabbit
I have a Php/Html with a form that has Select options named as items and each of items has a Textbox that it's value should change/link to the per selected value. <html> <head> <form name="aform"> <table border="1"> <thead><tr><th>Row No.</th><th>Type</th><th>Color/Size</th></tr></thead> <?php
1
1,627
thread by: ApexOfZilch | last post Dec 4 '12 by: Rabbit
I'm not sure if there is any way to even do this with javascript, but basically what I need to have is a way to detect a visitors connection speed and redirect them to either a page with 1 large animation, 3 animations, 5 animations etc based on how many they can load in 30 seconds. I don't want the user to have to manually select what they...
1
1,784
thread by: banumathy | last post Dec 4 '12 by: Rabbit
i need to design a page like after clicking the search button of the form, details must be shown on the same page.Also i should be able to delete the records displayed on each row.how can i do this.please help me out.
1
2,287
thread by: Frank Lovejoy | last post Dec 3 '12 by: Dormilich
I have googled everywhere but cannot find a solution. Hopefully someone can help me here!? By clicking a trigger image, I want to also pass an index value to my object inside my document.write text array and image array. Simply adding ?xx=1 to the clicked img src does not work. There must be some work-around that will succeed. Passing...
4
2,337
thread by: joss Perold | last post Dec 3 '12 by: joss Perold
Firstly i am very new to anything to do with javascript, so excuse me if this seems easy. I have a project with many gridviews in it, now these gridviews have many columns with textboxes for input. I would like to do javascript validation on these textboxes. I have managed to get it to work if the gridview renders on page load. Like so : ...
4
16,040
thread by: vibhakhushi | last post Nov 28 '12 by: meFab
Hello all, How to get a checkbox column in a grid panel? I want to have both normal columns and also a column of checkbox. Finally i read the record row wise not based on the checkbox which is selected. Can i have the grid panel with the above said options? I'm a newbie in ExtJS and using 2.3 for my project any tutorial to learn that...
1
1,549
thread by: sammytext | last post Nov 28 '12 by: Rabbit
AM doing a project on how to order food on line.But the problem now is that i want to display my total sum with the € sign.that is to say i have two stages one is the main food section and the second stage is for drinks.I have finished programming the both but dont really know how to fixed or display the € sign on the amount.Pls i need all your...
19
2,939
thread by: SEMKTG | last post Nov 27 '12 by: SEMKTG
I have a calculating form. Once the end user hits the calculate button to get their results, we want those results to dynamically populate a text area to show them information directly related to their score. The URL: www.sepaincare.com/rate-your-pain-quiz.html
1
2,562
thread by: rajmalhotra | last post Nov 26 '12 by: Rabbit
how to get blinking button when we click on button in which when we enter time in textbox according to time button should blink .c# asp.net.
3
2,567
xarzu
thread by: xarzu | last post Nov 25 '12 by: Rabbit
How do I get search engine results programatically? Some search engines use AJAX to display content and so the URL does not change. This makes it difficult to get result content from a search engine programatically. Most search engines do not use AJAX. But two popular ones that I am interested in is YANDEX and DUCKDUCKGO. Both of these...
3
2,128
thread by: padders01 | last post Nov 23 '12 by: deric
I am passing information from one page to another in the URL The URL is as follows: "http://localhost/order.asp?phone=Apple+iPhone+5+64gb+White+-+%C2%A3500&Submit=Submit" The code on the next page is as follows: <script language="JavaScript"> <!--

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.