15,127 Topics

Member Avatar for
Member Avatar for shortbus785

Hi, I have a web application in development that takes input from an HTML form and uses servlet technology to process and output another page. Currently, the HTML form is just standard form components (drop down menus, radio buttons...). What I want to implement is an image, where the users …

0
38
Member Avatar for Roger L

Hello, I am a JSP newbie. I am trying to encode a password on a login form, before it is sent to the server. I created a test button to display the hashed password, but errors out with the message 'digestPswd not defined' Here are the code snippits that I …

Member Avatar for Roger L
0
170
Member Avatar for LTT

Hello! Im new to PHP and have a need for what I have found out is called AJAX. I prefer to code in PHP for my DB access. I need to create a dropdown list using AJAX that updates it self depending on what is slected in the parent dropdown …

Member Avatar for jshpro2
0
445
Member Avatar for Agent Cosmic

How do I animate an image to fade in when I roll my mouse over a <div> and fade out when I move my mouse away. So far this is what I have. It doesn't seem to work well. Please help me, thanks. Javascript [CODE]<script type="text/javascript"> var homebutton = document.homebtn.style.opacity; …

0
84
Member Avatar for rpk5000

I'm having an issue getting IE 7 to respond to the setAttribute("src", "...") command in javascript. The code does the following: 1) There exists an img id called mainImage in my html. 2) On load the body calls getimagesource 3) The javascript reads a configuration file (test3.txt), that has each …

Member Avatar for rpk5000
0
397
Member Avatar for blizeH

Hi, I'm currently [URL="http://www.daniweb.com/code/snippet794.html"]using this fantastic script[/URL] by Fungus1487 (thanks!) but am having a bit of trouble getting it to detect Saturdays. For example, when I enter a start date as a Thursday, then enter an end date that's a Friday it'll return 1, fine. If I enter a date …

Member Avatar for essential
0
116
Member Avatar for danarashad

Is there a way to change the color of Student Name to red. [code] <script language="JavaScript"> <!-- function delStudent#StudentID#() { if(confirm("Do you really want to delete Student Name?")) {location="index.cfm?act2=5&id=#StudentID#&sec=#sec#";} } // --> </script> [/code]

Member Avatar for Luckychap
0
120
Member Avatar for mzd12111

hi there pals. i am writing some codes for a scaffolding application. consider i want to implement : [IMG]http://ce.sharif.edu/~zamanian/untitled.JPG[/IMG] when user click in Delete Link, DB delete that row and make it disappear from the page with Ajax. i put the whole table on one DIV , and i want …

Member Avatar for Luckychap
0
121
Member Avatar for PriyaFingent

the code is given below <script type="text/jscript"> // Check the length of the textbox //for new function Length_Phone1TextField_Validator() { if ((aspnetForm.ctl00_ProfilePlaceHolder_txtPhone1.value.length > 2)) { aspnetForm.ctl00_ProfilePlaceHolder_txtPhone2.focus(); return (false); } return (true); } <script> and in cs file its code like this `this.txtPhone1.Attributes.Add("onKeyup", "return Length_Phone1TextField_Validator()");` Its not working in firefox but in …

Member Avatar for cguan_77
0
70
Member Avatar for zanzo

I want to get to the parent location each time I'm adding a record. the problem is that i have a nested iframes, and each time the number of those is incremented: eg. at first adding record i have the location like this: parent.location second: parent.parent.location third: parent.parent.parent.location how could …

Member Avatar for gurshan
0
131
Member Avatar for navin agarwal

Hi, I have used AJAX in my code. On select of 1 dropdown javascript function is called which will led to display of other dropdown. Similarly, 3-4 dropdowns may appear. All will be based on values selected in dropdown. 2nd dropdown appears fine. But after its select javascript func onAccountDivisionsChange() …

0
42
Member Avatar for muek

Hi, I'm using this function to set "cart behavior" on my drag and drop control: [CODE] $create( Dflying.ShoppingCartBehavior, {"name": "myShoppingCartBehavior"}, null, null, $get( "Box" ) ); [/CODE] The problem is that I want to be able to remove that behavior from my cart, but I simply can't find any information …

Member Avatar for DangerDev
0
85
Member Avatar for perochak

Hi dears, I am working on an script for testing students. I have problem in javascript code. I want to open a new window using javascript. the code works fine in Firefox but it gives error in IE. The interesting thing is that it gives error where there is a …

Member Avatar for The Dude
0
109
Member Avatar for joseywhales

The script belwo works in IE, how do i get it to work in FireFox? [code=JavaScript]<script type="text/javascript" language="JavaScript"> <!-- JavaScript --> <!-- Begin mesg = "Welcome to WhiteCityCavaliers.com New Litter has just arrived....Ready for you after weaning!....More Love than you could expect from a puppy, Cavaliers love to please you...."; …

Member Avatar for essential
0
150
Member Avatar for realnsleo

hi, Am developing a web app in php, mysql but using lots of javascript and ajax and css. okay. straight to the code. I am adding dynamic textfields to the document. There are 4 textfields in total. One of them has 'Quantity', the other has "Item Decsription", the next has …

Member Avatar for cubekid
0
97
Member Avatar for cubekid

Dev't Tool: Visual C# 2003 and Javascript System Type: Web Application One requirement of the system is to dynamically create a table on client-side (Javascripting using createElement method.) The table has textboxes inside each cell. a few sample code: [code] for (i = 0; i < 4; i ++) // …

Member Avatar for ~s.o.s~
0
275
Member Avatar for sivak

i have one text box date of birth and submit button ..if i click that submit button the calender should open ...if we selevt any one of the date on that calender the date should display in dataof birth text box.. can anyone tell me the javascript code for this …

Member Avatar for cubekid
0
76
Member Avatar for nhauck

I am trying to build or recreate the MattBerseth.WebControls.AJAX ModalPopupAnimationExtender and I keep getting this javascript error "AjaxControlToolkit.Animation.GenericAnimationBehavior is null or is not a object" I have tried searching on google but I really can't find anything that fixes the probelm. Does anyone have any suggestions?

0
63
Member Avatar for desiguru

I want to create a user feedback form something like this: When a user clicks on a link like: Send Feedback The box size 200 X 200 would open right under it where users can provide feedback and in that box when one clicks submit the same box displays like …

Member Avatar for samarudge
0
84
Member Avatar for |\|asrin

Please somebody help me! I`m a beginner and want to learn web designing. I want to khow taht is there any diffrences between Java & JavaScript if yes which one of them is better for me I have learned just C programming language.

Member Avatar for |\|asrin
0
153
Member Avatar for nhauck

I have a modal popup extender which works fine but I was trying to put an animation to it for my site. I found this animaiton extender that works thru this one site but I tried to rebuild it in my site but I can't get it to work. First …

0
52
Member Avatar for mehdighobakhloo

hello guys, is there any one good enough to tell me how to show random pics in a frame each time my home page is loaded. i would appreciate if you tell me how to do it either in javascript or php. thanks a million times

Member Avatar for mehdighobakhloo
0
82
Member Avatar for ruchi18

Hi, i have an application inaction script & java script .I m calling a javascript function by actionscript Fscommand but it gives error as "Object Required" can anyone solve this error.... i have paste code below of javascript.... [code] <html> <head> <title>save</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> <script …

0
138
Member Avatar for spiderling

I have set up an admin area for users to sort thumbnail photos, which is within an accordion widget and works well. However, I would like to add the ability for them to drag any photo they want to delete to a trash bin image. This would delete the photo …

0
102
Member Avatar for freshfitz

Does anyone know how to add more measurements to this code without continuing to measure the same distance which is what it does. I want to measure the distance between 2 points, then measure the distance between another 2 points keeping each measurement stored as a variable. geocodecalc.js [CODE]/* ******************************************************** …

0
45
Member Avatar for jrdark13

The code below I have a problem... When you hit enter on a text field firefox stays at the same page because I have returned false; (I assume) but IE still submits the form normally. What am I doing wrong? [CODE=javascript] window.onload = function() { var form = document.getElementById('keyword'); var …

Member Avatar for jrdark13
0
154
Member Avatar for ruchi18

Hello, I m Ruchi.I want open save as window for user to save text file through java script & i have used javascript Execcommand however it only works in IE not in Mozilla ,Firfox etc........... Please help me Thanks & Regards Ruchi

Member Avatar for ruchi18
0
100
Member Avatar for cdbc81

Hi there, Hoping you can help. The page in question is online at... 'www.christophercrawford.110mb.com/purchase.html' and can also be posted if required. It can also be accessed by going to 'www.christophercrawford.110mb.com' then selecting the 'Contact' page and pressing the 'Order Now' button in the top left corner in the left nav …

0
51
Member Avatar for jrdark13

I assume the drowpdown/layer menu is javascript simply because it has to wait until the entire page is loaded so that I can see the sub-options... I really wouldn't want it to be redone but sometimes at work I have slow internet and loading the page just pisses me off …

Member Avatar for Dani
0
156
Member Avatar for SharePoint

I have created popup but I have problem with it. It flaps. What is problem, can somebody comment it. Thanks in advance. --------------------- [code=HTML]<head> <title>My Popup</title> <style type="text/css"> #popupcontent { } .InfoPopup { position: absolute; visibility: hidden; overflow: hidden; border: 1px solid #CCC; background-color: #F9F9F9; border: 1px solid #333; padding: …

Member Avatar for buddylee17
0
84

The End.