jquery x 2,329

20,316 Topics

Member Avatar for
Member Avatar for sm3128
Member Avatar for kamrag

I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post. Note: This file in not on the server and i want the file format as .xls (not …

Member Avatar for arunguptadch
0
352
Member Avatar for aneeshkurup

Hai all, <span >Test_Ajax</span> On mouse over of Test_Ajax I want display a tooltip which display the value of a variable (which is declered in php file). For doing this task how should I co-ordinate ajax, js, php and html files

Member Avatar for ~s.o.s~
0
252
Member Avatar for ddevice

I'm trying to display an animated GIF while submitting a form. This works fine in Internet Explorer, but not in FireFox (3.0). Firefox only shows the animated GIF and never submits the form. [B]Here's my script:[/B] <script language=javascript type="text/javascript"> function sendRequest(reqAction) { document.CounselOptionForm.Action_Button.value = reqAction; document.CounselOptionForm.submit(); return true; } function …

Member Avatar for ~s.o.s~
0
86
Member Avatar for raul15791

Hi, I need to reset all the values of elements in my form to empty string. But the problem is that the form can be reset but the variable still holding the value of y previous input. For exp, Input 5 value at first time. Input 2 value at second …

Member Avatar for raul15791
0
155
Member Avatar for aparnesh

I have a database of book titles where string values are stored. A php script reads the data and displays them. The problem is happening when a Book title contains the ' character - as apostrophy let's say. One example is the title "The Devil's Alternative". So when I write …

Member Avatar for aparnesh
0
156
Member Avatar for jonnyhitek

basicly i am creating a expenses form using javascript - one of the requirements is that the user must be able to add new fields as they require. i have been able to do (each input field is given its own field name to keep it unique). I now need …

0
61
Member Avatar for schlo_50

Hello all, My first thread here and im in need of some Javascript help. I have 3 categories: Starters, Mains and Sides, which when clicked displays any content inside my element. This is great but I would like to go that bit further and have only one element on show …

Member Avatar for essential
0
134
Member Avatar for Steveorevo

Hello everyone! I'm a software engineer and graphic designer. A guru in WordPress, PHP, JavaScript. I use Dreamweaver, VisualBasic and PHPEd and some Java. I'm an old school Lingo/Director/Flash designer as well. My loves are graphic design with trueSpace, Poser, and Photoshop. Hit me up if you have any questions!

Member Avatar for jbennet
0
40
Member Avatar for brimike

Hello, Having a bit of an issue here. Can't seem to fugure out how to display the proper text along with an image when a user selects a drop-down. When you select a catagory and a sub cat the text diaplys fine but when going to a another cat the …

Member Avatar for essential
0
170
Member Avatar for rexusdiablos

Hi All, I'm using a script that displays a larger image when a thumbnail is clicked or moused over. I need the larger image of the first thumbnail to be displayed by default so that I never have an empty white space on my page. The html page is as …

Member Avatar for rexusdiablos
0
273
Member Avatar for Nithya.G

In my application iam unable to click the items in the menu. And my browser is IE 7. And i have used the menu control for displaying the menu items on mouseover function. Note: Iam able to click the items in IE 6 browser. Plz help me sort out this …

Member Avatar for serkan sendur
0
112
Member Avatar for myndcraft

I have a JSP page that creates a link to a php page. (..:: I have ZERO JSP experience ::..) and I need to do some encoding or string substitution because a '&' is being passed and interpreted by the php as a separate variable rather then part of a …

Member Avatar for ~s.o.s~
0
190
Member Avatar for nikesh.yadav
Member Avatar for antwan1986

Hi everyone and thanks for reading. I'll give you a quick insight into my project and desired goal. I've a client who wants a purchase order system that will send purchase orders in the form of emails, and log them into a database. PHP and SQL are my core skills …

Member Avatar for jonnyhitek
0
171
Member Avatar for r_sathya

Hai I am sathiya i display my database records using PHP . i display radio buttons to select the candidate. and at last i will give submit button to update . But i want to update each and every candidate by clicking the radio button seperately by using AJAX. please …

Member Avatar for schlo_50
0
82
Member Avatar for architact

Hello, I am trying to develop a calender using the flash's built-in date chooser component, what I want to do is that I want to pass an array of dates to flash from javascript and then disable that dates in the calender component, Please help me in doing this. Thanks

0
72
Member Avatar for r_sathya

hai. i display the mysql database in datagrid form using PHP; now i want to updata the database by using AJAX. i want to edit the data in the grid and change and then update into my database. i display the radio button in the datagrid. if i check one …

0
91
Member Avatar for kitsune

Hi all, I'm developing a chat application using multicast in netbeans. i did the send and receive classes and it works fine by its on, but when i want to call them in the GUI it gives me the messages when i have to push the send button and i …

0
52
Member Avatar for thomasEpand

Hello all, I use a database to extract the title of a url. I want to take save this title in a variable and then check if it is url1 or url2. If it is url1 call url1 javascript function else if url2 call url2 function. My code is : …

Member Avatar for sDJh
0
96
Member Avatar for mariappan.s

hi friends.. In asp.net , i want to show the gridview when keypress in textbox.. how to do in javascript..

Member Avatar for greeny_1984
0
172
Member Avatar for moerpheus

hey people, I want to develop my own social network. Do you think PHP and Mysql plus Javascript can do the magic?........ Thanks in advance.....

Member Avatar for moerpheus
0
286
Member Avatar for josh000

Hello. I have a basic php page which displays rows of a mysql db, and when clicking on them will use ajax to display the remaining data. What I would like to do is pass the primary key from the row to the ajax function/php page, but I am usnure …

0
58
Member Avatar for Aamit

Hi.. I am using downloaded code from google it create frame when we upload image. i am modified that code .. I want like when uploaded new image 1> previous image is deleted or new image is overload on previous image in Same frame but problem is when new image …

Member Avatar for Aamit
0
116
Member Avatar for danishbacker

[code] if (window.print) { document.write('<form>Click Here To ' + '<input type=button name=print value="Print" ' + 'onClick="javascript:window.print()"> This Page!</form>'); } [/code] using this code the whole page is printed can I limit the paper size? also can I remove the print header and footer? Thanks in advance.

Member Avatar for essential
0
4K
Member Avatar for complexcodes

Hello, I am supposed to write a program that prompts user to enter the numbers separated by space and when user click "ok" button, it should display the numbers entered with its mean, and standard deviation and the window should ask if user wants to enter numbers again if yes …

Member Avatar for essential
0
199
Member Avatar for jobojo

I need to add an array to the end of another array. I understand how to do this using the concat, join, and push methods. However, I need to do this using a loop (I am pretty sure a 'for' loop is the right choice), however, I can not figure …

Member Avatar for jobojo
0
1K
Member Avatar for woodson

Hi, I have one table it's contains five row.i would like to add the new row in the exiting table.. please see the below table structure. .i would like to add the Row in after first Row. tr details available int the local variable .So,i would like to add the …

Member Avatar for ~s.o.s~
0
105
Member Avatar for vinpkl

hi all i have my lougout.php which destroys sessions and session ids on logout. I want to have same effect means i want to call this logout.php script when the user closes the "browser tab". as these are the days of "browser tabs" so this is very important for me. …

Member Avatar for ~s.o.s~
0
2K
Member Avatar for realnsleo

hi there, i have a problem resetting my form with javascript. I have a registration form that when submitted, the action is performed in an iframe so that the browser does not have to load another page. After form validation, i want the php script in the iframe to clear …

Member Avatar for sasankasekhar
0
125
Member Avatar for silentbob671123

What I am trying to do is preload images on my website and delay my javascript slide-show until the images are completely done loading. Right now the slide-show starts while the images are still loading, making it kind of awkward. I am using this to preload my images but it …

Member Avatar for silentbob671123
0
127
Member Avatar for farahphp

[code] <html> <head> <script language=javascript> function updateopen() { var c_value = ""; var cb = document.getres.checkbox; for (var i=0; i < cb.length ; i++) { if (document.getres.checkbox[i].checked) { c_value = c_value + document.getres.checkbox[i].value + "\n"; } } alert(c_value); //window.opener.document.getElementbyId(numbe33).value = c_value //window.close(); } </script> </head> <body> <? echo '<form name="getres" …

Member Avatar for sasankasekhar
0
142
Member Avatar for collegestudent

I was just wondering if there was any easy way to convert a document.writeln output to display inside a textarea box in a form. I recently had done an airline reservation assignment (enter 1 for first class, enter 2 for economy class) assignment with all output just written to a …

Member Avatar for sasankasekhar
0
172
Member Avatar for blufab

Is it possible to get the value of a non-standard attribute in firefox? I am trying to capture the value of attribute required. In IE I am able to get the value using document.form.required but in firefox it just returns undefined. [CODE=html] <html> <head><title></title></head> <body> <form id="form" name="form"> <input type="text" …

Member Avatar for sasankasekhar
0
104
Member Avatar for Aamit

Hi, I want to [COLOR="Red"]search data using Ajax php without pressing on search button.[/COLOR] How to do that?? [COLOR="Red"]any script or link demo or sample code ???[/COLOR] i want do this search like orkut search means design ?? plz help me??

Member Avatar for digital-ether
0
1K
Member Avatar for Aamit

Hi.. I am creating one table has huge data. creating one input text & search button. when put some string i.e. anything we want as input in text field [COLOR="Green"]when click on search button...[/COLOR] [B]I want to show that the content match with string the rows in database are displayed.[/B] …

Member Avatar for Drew
0
103
Member Avatar for manaraghu
Member Avatar for cali_dotcom

hi, i'm trying to figure out how to pass arrays back and forth from php to javascript and back in the zend framework. i need to do this for check boxes. can anyone help me out

Member Avatar for somedude3488
0
97
Member Avatar for trinityavatar

Hello, I am [I]entirely[/I] new to Javascript (try yesterday!), and I need to create a price sheet form in Acrobat for a client. While the answer to this question may already be here on this site, I am sufficiently clueless about how to search for it and appreciate tremendously your …

Member Avatar for trinityavatar
0
147
Member Avatar for xzajox

Hi, I'm having this problem and can't get a solution anywhere. -- <Introduction:> I have a master page, then I have a content page which contains a little login form wrapped in <div id="LoginTable"></div> What I want, is to use a ScriptaculoUs JavaScript Effect.Highlight(...) on some mouseovers. The Effect.Highlight is …

Member Avatar for xzajox
0
155
Member Avatar for hbmarar

Hi , I am looking for a javascript framework which is stable first of all and supports many things like I say, i could drag and drop, sliders, do some event based effects, AJax. I think facebook got some functionalities that i am looking but am not able to make …

Member Avatar for hbmarar
0
648
Member Avatar for lonestar23

I have the following Iframe. <iframe id="result" style="width:400px;overflow:-moz-scrollbars-none;overflow:hidden" scrolling="0" frameborder="0"></iframe> Want to disable the scroll-bars while the url finishes completely loading in the iframe. The above seems to work with Firefox, but not with Safari, Opera, and not sure IE. I am looking for javascript to disable all scrolling until …

Member Avatar for Drew
0
107
Member Avatar for ronan77

Hi Everyone, I'm a new member to Daniweb and I was hoping that I could get a little help with a nightmare of a time i have been having with Spry :-( I am using a simple single tier (no children) horizontal Spry navigation menu for sit navigation that i …

Member Avatar for Drew
0
122
Member Avatar for itsme1979

Hi ALL, We have developed some HTML pages code using AJAX and we have used some style sheets. This works fine in IE but the style sheets used are getting distracted Firefox as well as the AJAX calls are not working in Firefox. Please help. Thanks in advance.

Member Avatar for Drew
0
106
Member Avatar for ukbasak
Member Avatar for Drew
0
105
Member Avatar for Vanq69

Hi there, wondering if anyone is able to help me. I am making a piece of software (for a uni project not for profit) and I have pretty good knowledge of Java but not Javascript. For this project I wish to create an interface that looks like igoogle.com but not …

Member Avatar for Drew
0
133
Member Avatar for rejisha

i have a div that is hidden.After calling a function i just give the code as follows for making the div visible. the code is document.getElementById("divid").style.display="block"; it works in IE but not in Mozilla(3.0.3) have any idea? thanx in advance...

Member Avatar for Drew
0
143
Member Avatar for remoh71

I'm working on a problem that I thought would be common but so far I haven't been able to find a good solution. I need to create a scrolling map that works similar to google maps (only more simplistic). The page will display a 500X500 pixel image which is itself …

Member Avatar for Drew
0
135
Member Avatar for emaltimuri

Hi All I have a google code project running at the moment to develop a simple-standards web-based slides show system (code.google.com/p/easyslides) At the moment there are several .css and .js files as well as images in one folder and a seperate HTML file. I want to be able to provide …

Member Avatar for Drew
0
2K
Member Avatar for dragon@dragon64

Hi i am trying to plot a pie chart from a poll, but i cannot seem to manage to get more than three colours to go into the chart, please note that i have 11 different items to plot in the pie chart Attached please find the code [code=php]<?php $slide …

0
53

The End.