15,688 Topics

Member Avatar for
Member Avatar for marcux

Hi all! I have a script with a form with: action="loadPhoto.php" enctype = "multipart/form-data" method="POST" an input type=file and a submit button. So when you click submit the php-script checks that the choosen file is a image-file and that the size isn't to big and saves it to server. When …

Member Avatar for buddylee17
0
137
Member Avatar for Suneetha Reddy
Member Avatar for sTyleSHA

Dear Viewers, Let me say you a scenario where we do regular updates for our clients site or our site. After updation we clear the browser cookies or refresh the page atleast to view the updated changes, knowing already that the content has been updated. But how will the clients …

Member Avatar for sTyleSHA
0
256
Member Avatar for Shanti C

hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Please check out this url: [url]http://mig.sourceforge.net/gallery/index.php?currDir=[/url]. And i want to implement my galley in this way.. Please post me any …

Member Avatar for ithelp
-1
130
Member Avatar for greeny_1984

hi, iam having an application in which i need to validate all the fileds present above a particular field when user clicks on any field present in a page.similar to this link [url]http://my.naukri.com/manager/createacc2.php?othersrcp=5424&wExp=N[/url] is this possible using validator callout extender. can we use javascript to achieve this functionality. if thru …

Member Avatar for greeny_1984
0
147
Member Avatar for hav

just started playing around with CSS and find I have a weird little problem related to printing and hidden divs. a page contains hidden divs (hidden on screen) - the page uses a print css file so that these divs will be printed when the page prints there are also …

Member Avatar for shellydsilva
0
115
Member Avatar for rairai979

Hi All, I have just converted a few projects (Web Application, Web Service) to .Net 2005. The web application calls the web service using javascript from the client side. I am getting Error 401 - Unauthorized Access. I understand how to get around this error on the server side (i.e. …

Member Avatar for ratri
0
95
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
161
Member Avatar for wdev

hey guys, This question might be discussed over thousand times but please help me on this one! I have a customer registration (html) page on which I have included form level validations using java script. On click of the submit of this page control goes to regist.php where I run …

Member Avatar for wdev
0
141
Member Avatar for macneato

Hi, So I'm creating a website for clients that have tons of different courses available, they have opted to not place any course outlines within the site and instead, make the interested party request it via a email. Now, here is where my problem comes in, I would like to …

Member Avatar for buddylee17
0
87
Member Avatar for hooray

Hi guys, I am trying to make a javascript function that will add "000" to the end of a textbox value if the user presses k and also add "000000" if they press m. So i don't want the k or m to appear in the textbox and some 0's …

Member Avatar for hooray
0
166
Member Avatar for e_velkova

Hi! Could you tell me, if this is correct: onclick="javascript: if(!confirm('Confirm delete?')) return false;" Many thanks ;)

Member Avatar for Thirusha
0
82
Member Avatar for jmasta

Hi folks, quick question for ya. I'm working on getting a custom context menu to work in Firefox (it was written for IE with behaviors) and I can get the menu to pop-up, but i'm getting a javascript error when it does. (Also, nothing in the menu works, but I …

Member Avatar for jmasta
0
126
Member Avatar for netprogramme

I want to send value from Asp textbox to Javascript function on Button 1 click how i can have that . pls help This is my code <head runat="server"> function callserver(txt1) { //Here i have to receive the value var nm=txt1 alert(txt1); } </script> <asp:TextBox ID="TextBox1" runat="server" Style="z-index: 100; left: …

0
41
Member Avatar for myth3_16

Hi All, I am trying to get this working. I have two drop down menus, you select one and the other is populated according to the selection from the first one. Now what I want to do is when selecting an item from the second drop down i would like …

Member Avatar for Luckychap
0
154
Member Avatar for mexabet

I have this navigation bar with drop-down menu. It functions fine but the drop-down menu displays abnormally. Can anyone visit this URL and even view the source code of the Javascript and CSS? I need somebody to pinpoint the error. Your help would be much appreciated. The URL: [url]http://www.mexabet.com/index.php[/url]

0
59
Member Avatar for ishlux

Hi all, Can i know how to do the checkbox validation........ i used the code below but its not validating..... [code] var val; for(i=0;i<3;i++) { if(form2.elements['contype[]'][i].checked) val=1; } if(val==0) { alert("Select type of your Contract") return false; }[/code]

Member Avatar for Thirusha
0
65
Member Avatar for shijumichael

what is meant by the dialoge box sating java script turned off while searching videos on you tube...........?

Member Avatar for Thirusha
0
23
Member Avatar for jakesee

Hi there, I'm quite new to AJAX and need some help on a peculiar firefox behavior regarding forms submission. I have have an input field ...<td id="ajax_field"><input type="text" name="hobby"></td>... I am adding an option to change this <input> to <select> if the user wishes to choose from a list instead. …

Member Avatar for jakesee
0
146
Member Avatar for tryphy

Hi, I am trying to do with this code. . But i coudnt able to get it work. It like i embed a background(bg) music in html and also wrote a javascript to stop playing the audio. The script goes like this.. [code=html]<script language="javascript"> function stopAudio() { document.audio.play(false); // I …

0
70
Member Avatar for dips255

I have a form on which there is a textbox for entering mobile number. Below this I have a check box saying 'Verify number' on selecting which user gets sms for validation code. Now on the update panel I have to show the textbox for mobile in readonly form and …

Member Avatar for adaykin
0
110
Member Avatar for adaykin

Hello, I want for the user to be able to click on a button that lets them add a <tr> full of <td>'s and <input>'s in the <td> tags. So I have code like: [CODE] <script type="text/javascript"> function addRow() { // Insert a row too the table with td's and …

Member Avatar for adaykin
0
127
Member Avatar for dave_nithis

Hi all, Can anyone explain how to parse a html file at the client side that we got as a response from the server? Please provide me good websites for doing this task. Thanks in advance. Dave. :)

Member Avatar for kceleb9
0
70
Member Avatar for devisrimari

I have implemented tree structure where I get the following error :'( Error: document.getElementById(treeid) has no properties Iam not able to correct. Without correcting the error the code works fine, but i have to execure under jquery. And jquery will not accept any error codes. Please help to resolve this …

Member Avatar for kceleb9
0
88
Member Avatar for adaykin

Hello, I was wondering if there would be a way I could generate elements dynamically using something like this, where qtyElements is an array of all the elements that start with qty. [CODE]var qtyElements = document.getElementsByName('qty*'); for(var i = 1; i < qtyElements.length + 1; i++) { // var name …

Member Avatar for ~s.o.s~
0
139
Member Avatar for onesmallstep

I have been HTML'ng for many many years, however am new to the Java side of it. I'm using a script that works well on another site. Trying to customize it, and having issues. The previous menu's were to 2 levels, I don't need that, that's what I'm trying to …

0
62
Member Avatar for scru

Take a look at this page: [url]http://tejerodgers.com/[/url] and type four or more characters in the search box on the right. My problem is the div box that pops up. I'm only getting the behavior I want with Firefox. in Opera and in IE the page widens to fit it. What …

Member Avatar for scru
0
99
Member Avatar for adaykin

Hello, whenever I try to call this function, web developer plugin for firefox gives me a message that says: "Error: addRow is not defined Source File: [url]http://localhost/xampp/Aptana/index.php[/url] Line: 1" Here is my code: [CODE] <script type="text/javascript"> var k = 7; function addRow() { var rowItem = document.createElement('input'); newRow.setAttribute('type', 'text'); newRow.setAttribute('name', …

Member Avatar for adaykin
0
123
Member Avatar for andy_aphale

Hello guys and girls, My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the …

Member Avatar for andy_aphale
0
81
Member Avatar for JeniF

Hello all..I am working on a search script that I am using AJAX and dynamic html to show results within a table. based on the users search criteria, I display the results and a summary of those results as well. I allow the user to delete results by row and …

0
93

The End.