14,053 Topics

Member Avatar for
Member Avatar for dk4210

Hello Guys, I have an upload button (ajax) that allows users to upload multiple files to a temp directory. I am trying to figure out a way to have php/ajax count the amount of files and when it reaches say 5 images that the upload button disappears. I do not …

Member Avatar for dk4210
0
150
Member Avatar for vedmack

Hi my file is located at c:\AdminFiles.xml i tried the following ways window.open("c:/AdminFiles.xml",'HeavyXml'); window.open("c:\AdminFiles.xml",'HeavyXml'); window.open("c:\\AdminFiles.xml",'HeavyXml'); in the above i'm getting the following error: "Firefox doesn't know how to open this address, because the protocol (c) isnt associated with any program" window.open("file:///c:\\AdminFiles.xml",'HeavyXml'); the last attempt give to respond at all... any …

Member Avatar for delomos
0
267
Member Avatar for miss.noir

Hi there, For University, I have to do a reassessment project whereas by I create a web-based cocktail maker. My issue is I really do not know where to start with it. I was wondering if anyone would be able to kick me off and point me in the right …

Member Avatar for richy90
0
263
Member Avatar for nmoudgil

I have searched quite a bit online. And can't really find an answer. I did implement a solution using window.setTimeout, but doesn't really seem to work. Here is what I want. I click a button and run about 10 javascript functions all together. These are time intensive functions that connect …

Member Avatar for scrappedcola
0
231
Member Avatar for arctushar

Hi I m finding for a solution. But this is very critical I think. Though its very critical, I hope you will solve this. problem is as below I have 5 divs with no ID. say as [CODE] <div>The quick brown fox jumps over the lazy dog<input name="" type="button" /></div> …

Member Avatar for mahavir123
0
279
Member Avatar for nicolechuah

<html> <head> <script type="text/javascript"> function insRow() { var x=document.getElementById('myTable').insertRow(1); var y=x.insertCell(0); var a=x.insertCell(1); var b=x.insertCell(2); var d= '<input type="button" value="Delete" onclick="deleteRow(this)">'; var e= '<input type="text" id="answer" />'; var f= '<input type="text" name=num; id="answer1" />'; y.innerHTML=e; a.innerHTML=f; b.innerHTML=d; } function deleteRow(r) { var i=r.parentNode.parentNode.rowIndex; document.getElementById('myTable').deleteRow(i); } function check(browser,browser1) { document.getElementById("answer").value=browser; document.getElementById("answer1").value=browser1; …

Member Avatar for Shuel
0
140
Member Avatar for nonshatter

Hi all, I have a simple problem. I have this javascript code which I'm using for collapsible tables: [CODE] <html> <head> <script type="text/javascript"> function getItem(id) { var itm = false; if(document.getElementById) { itm = document.getElementById(id); } else if(document.all) { itm = document.all[id]; } else if(document.layers) { itm = document.layers[id]; } …

Member Avatar for Airshow
0
139
Member Avatar for public-image

Hi Guys :) erm Im not the biggest on Javascript its more like a second language unlike PHP and HTML erm anyway, I am trying to redirect users with Javascript, the reason I am using javascript is so that users don't see the URL, its more of a precaution on …

Member Avatar for Airshow
0
212
Member Avatar for happygeek

How do you create a mission-critical website providing exceptional performance yet at the same time being flexible, reliable and scalable? That's the question that Kyle Loudon, a software developer and manager of a user interface development group at Yahoo!, sets out to provide the answers to in his book: Developing …

Member Avatar for Devendra_WIPRO
0
487
Member Avatar for alexia_net

Hi. I have created a form with 4 textboxes and one listbox. What I want to do is for every record which i select from the list to populate the boxes with information from a MySql database. I have managed to do this for one textbox, but i have a …

Member Avatar for alexia_net
0
114
Member Avatar for kooia

Hi everyone, I'm completely new to javascript, and I was working on a project that's supposed to overlay an image when mouseover occurs. When you mouseover, it shows the image, but then when you're moving your mouse over that area, the overlaid image flashes. I think maybe this should go …

Member Avatar for R0bb0b
0
1K
Member Avatar for anandhikrishnan

Hi All, I have a app.js file. In that for a textarea if i entered data with single qoute eg: TEST'S it gets stored in DB as TEST'S to avoid DB problem. I return the textarea value from java file in json array to app.js. If the array name is …

Member Avatar for anandhikrishnan
0
121
Member Avatar for feoperro

Hi, Say for example I have a page with 100 includes. How would I reload just one of them? Say I ran an ajax script that did certain tasks on the server side, but I didn't want to display the information by setting it in the ajax script - Instead …

Member Avatar for diafol
0
4K
Member Avatar for mini programmer

[B]Hi to all, I have function (called [I]Cal()[/I] ) which is in another function that called when the page is [I]onload[/I]. [COLOR="Red"] The problem is the [I]Cal()[/I] should call when the button is [I]onclick [/I]. but in the program, it can't work ,[/COLOR] [COLOR="Green"](I attaches file )[/COLOR] Can any body …

Member Avatar for mini programmer
0
110
Member Avatar for irandokht

hi dear i want put a dynamic menu on website .i use cuffecup freeDHT for it. now How can I generate code in the program I use to have dynamic menu? Please explain with examples

Member Avatar for fobos
0
94
Member Avatar for vishalkhialani

Hi, Below is a working code. [CODE] 1. if($('input[name="test"]').is(":checked")) 2. { 3. // my other code 4. } [/CODE] I want to remove "test" and put a variable there instead I tried this way but it does not seem to work. I am not sure where I am going wrong. …

Member Avatar for hielo
0
91
Member Avatar for ligas84

image of my listview: [url]http://img26.imageshack.us/img26/4043/listview.png[/url] I want to total every row from my listview tallies total infected people and percentage ____________________________________________________________________ CityID | City | Population | Male | Female | Total | Percentage | Population, male, and female columns are user inputs total column is male+female textbox value per …

Member Avatar for crishjeny
0
661
Member Avatar for vuyiswamb

Good Day All I have 20 Textboxes and when there are duplicates in those textboxes , i store them in a List<string> and on fly i build a CheckBoxList and display that as a modal and in that i have a close button to allow the user to correct the …

0
64
Member Avatar for MareoRaft

Hi! I am looking for a solution to use the onKeyPress() event in Safari or Chrome. It seems very tricky, because each browser behaves differently. This is what I have so far... [CODE]... <script type = 'text/javascript'> function turn(e){ alert('turn!'); } </script> <body onKeyPress='turn(event)'> </body> ...[/CODE] I also want to …

0
57
Member Avatar for Griffin54

I am currently working on a web site for my children's book series. On my web site I want to create a shopping page where my customers can purchase my books online. What I need to develop is a shopping cart page with the option to pay by PayPal (not …

0
51
Member Avatar for logicslab

Hi pals, I am in a straight forward doubt. I use jQuery for a long time , but not use jQuery extends method, do any one can explain it's purpose and need . I don't get not much from reading jQuery Manual. So if you have a Good idea reply …

Member Avatar for Airshow
0
77
Member Avatar for sreekiran
Member Avatar for sivasuit

Hi i am new to java script.In my project i submit the html form for insert some records.i validate form with java script.whenever i click the save button the browser ask to resend or retry.but the records were inserted .i need the page want to refresh automatically without asking resend,retry …

Member Avatar for macgurl70
0
82
Member Avatar for vishalkhialani

Hi, I want to insert a array variable in a another variable. I know how to get it done in php but not in JavaScript. Please advice how should I code the syntax for variable statement ? [CODE] var name[0][0]="tom"; name[0][1]=12; statement="My name is".name[0][0]."and my age is".name[0][1]"; [/CODE] I searched …

Member Avatar for macgurl70
0
206
Member Avatar for Ritesh_4

Hello Is it possible to download a javascript slideshow which is present on a webpage? In firefox I have addons to download flash swfs but could not find anything concerning javascript. I need this as I need to develop a slideshow in javascript very quickly for a client (our js …

Member Avatar for Ritesh_4
0
132
Member Avatar for silkyheart

i need to make this work like it is supposed to pop out a message box containing the answer when i click a cell... oh and i need to have a super randomized background that relies on Math.ceil(Math.random())... *how the hell would i know how to do this? i'm just …

Member Avatar for macgurl70
0
424
Member Avatar for mbarandao

Good day all: I'm wondering if the cancellation of one of my onclick js function in the below code is as a result of having multiple onclick function. here is the code: [CODE] <FORM NAME="SubCategory" method=post action='accountingsearch2.php' target='_top'> <p align="left"> <div id="presetlabel">Or use Preset Periods-->></div> <div id="SubCategory"> <SELECT NAME="specifiedperiod" style="display:inline";> …

Member Avatar for mbarandao
0
722
Member Avatar for needhelp83

I am trying to create a web-based Twitter app that will print out a friend's timeline, but the Twitter API asks for username/password. How do I do the username/password authentication on the server-side without asking this from the user. Does anyone know how to do this? Is there also a …

Member Avatar for otbaldi.com.ua
0
93
Member Avatar for logicslab

Hi Friends, I am come with a new query in jQuery. I have a listing form in which the details showed , the View more Details is implemented using Ajax. When Click "+" sign there is a loading image show First then the Result show there ... It's all working …

Member Avatar for @developer
0
169
Member Avatar for samsons17

Hi all.. I want to disable 'centre click' of mouse for my website..How could i do this?? Thank You :)

Member Avatar for Borzoi
0
103

The End.