15,120 Topics

Member Avatar for
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
127
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
146
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
255
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
96
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
153
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
76
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
63
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
85
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
47
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
104
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
181
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
99
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
107
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
119
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
129
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
162
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
97
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
96
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
88
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
133
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
123
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
639
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
101
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
113

The End.