15,116 Topics

Member Avatar for
Member Avatar for bufospro

Hi all, I am new in web programming and I am trying to create submenus. But unfortunately I have much problems. 1. First of all when I use onmouseover on my links the submenu appears. But I am trying to click on economy and the submenu is changing ... 2. …

Member Avatar for bufospro
0
42
Member Avatar for Altairzq

Hello, I would need to upload two files from two different iframes, but they have to be treated at the same time by the same server script, so I'd need to send them with a unique submit. Is this possible? For what I have seen, the submit targets a single …

Member Avatar for Altairzq
0
73
Member Avatar for SID.SIL

Good Morning Friends I'm using a modal popup using Javascript that this opening normally through the following syntax: [code]jscript + = "<script language='javascript'>" jscript + = "window.showModalDialog ( 'DOCUMENTOS2.aspx','',' resizable = yes, menubar = no, scrollbars = no, width = 1850, height = 1650 ') "jscript + =" </ script> …

Member Avatar for Kusno
0
299
Member Avatar for Tekkno

I am using AHAH to echo HTML lists to a div with PHP. The AHAH portion is working perfectly. The problem, is that even though the HTML is echoed and displayed, when I view the source of the page there is no HTML there. Typically with just PHP you would …

Member Avatar for Tekkno
0
90
Member Avatar for Pleasant Day

I'm not experienced in java and so I find scripts that people post and alter them to my needs, I have a bunch of scripts that I got from the net, I want to have all on one page, problem is that I cant get them to all run at …

Member Avatar for Pleasant Day
0
153
Member Avatar for CS_Swan

please do not delete this post even though there is a link.. I have been asked to take a look at this site and evaluate whether any programmer could duplicate it .. so I am asking you all to let me know if you could duplicate the magnify functionality of …

Member Avatar for Troy III
0
89
Member Avatar for r1990

i created a dropdown list containing university names e.g. 'oxford' 'cambridge' and so on. I would like the uni selected from the dropdown list to be sent to another page as the heading. I am having trouble doing this myself and I dont want to create a page for every …

Member Avatar for javaAddict
0
144
Member Avatar for azegurb

hi all i have two columns table and this table is dynamic when clicked add button it automatically adds rows i would like to sum values separetly for ex: when i clicked sum-column1 button let it sums only column1 or when i clicked sum-column2 button let it sums only column2 …

Member Avatar for azegurb
0
112
Member Avatar for puk

I have a text box in a form that is validated to accept a value called ds01 but i also want the textbox to be allowed to accept empty spaces that is if nothing is entered in the textbox. The problem is that it does not accept anything other than …

Member Avatar for Troy III
-1
113
Member Avatar for akulkarni

i am trying to help a friend on a program on client side scripting using javascript. i have the following code but i am not getting the output desired. [code] <html> <head> <Script language="JavaScript"> var usernameVal; if(document.f1.usernameVal.value.length<3) { alert("username is invalid") return false; } else { alert("acceptable") } </script> </head> …

Member Avatar for Troy III
0
121
Member Avatar for mseck

Hello :confused: I just started a programming class and stuck in a section of my assigment. i would like to know if someone could guide me to the right direction. Last instruction: " Write a script that reads an integer and determines and output XHTML text that displays whether it …

Member Avatar for almostbob
0
98
Member Avatar for azegurb

hi I have just took from internet dinamic table. this table is dynamic and its rows dynamically can be increased. but i would like how create SUM function that automatically sums each added row value (text value) here is the code if possible please help me Thanks beforehand [code=html]<html xmlns="http://www.w3.org/1999/xhtml" …

Member Avatar for azegurb
0
4K
Member Avatar for bryanhiehle

make a window pop up with a different web site, while the splash page redirects to the normal page so basicly i am trying to make it go from 1.Splash page and make it go to 1a.Main Page 2a.Forums i am trying to help my buddy out with his gaming …

Member Avatar for almostbob
0
71
Member Avatar for manojjena1982

Hi! all, I want difference between two date which results into HH:MM:SS. date format: MM/DD/YYYY HH:MM:SS suppose there are two date 09/14/2009 13:00:00, 09/18/2009 13:00:00 the difference between the above will return not 4 days rather difference in 96:00:00 . thanks in advance Regards, Manoj

Member Avatar for smvec
0
71
Member Avatar for feroz_sm

Can any body show me how to scroll image on to a perticular location in document,when i click on the button which is provided right or left to the image.. In the below image when i click on button another image should come in the place of that image by …

0
45
Member Avatar for itisnot_me

ok so i looked a little and came up with a bunch or crap. so was wondering how i might beable to make a special area where people can start with a blank canvas and then import a picture already on the server to the canvas. then rotate, position it, …

0
59
Member Avatar for cmills83

Hi I have a few javascript calls that hide/show divs over a flash movie and even a css/jquery drop down nav that overlaps over the flash movie. IE6, IE7, IE8, FF2 pc, FF3 pc, and even FF mac are fine, however with Safari the cursor remains an arrow even when …

Member Avatar for Airshow
0
127
Member Avatar for j_limboo

Hi need help the search information has to be in Snippet in the UI when clicked the whole table has to come up, untill then what user experience is snippet Any javascript codefor this? [CODE] </table> <p>&nbsp;</p> <table bgcolor="#CB344F" cellpadding="0" cellspacing="0" align="left"> <tr> <td align="left"> <p>Search Information</p><br/> <form action="pst.php" method="GET"> …

Member Avatar for j_limboo
0
86
Member Avatar for j_limboo

New to javascript please help me create a link after we click on submit button What is happening is when we click on submit button, it directly does the action on query to google But instead need this to create a link I mean when we hit search the javascript …

Member Avatar for j_limboo
0
122
Member Avatar for dorkwad

please help me to convert php multi dimension array to JavaScript multi dimension array[code]Array ( [nonveg] => Array ( [0] => mutton [1] => Chicken ) [veg] => Array ( [2] => sambar [3] => rasam ) ) [/code]this is my array value i pass it to JavaScript function i …

Member Avatar for wilch
0
374
Member Avatar for darangho

Hi, all I am completely new to webprogramming and I am trying to make a table with expand and collapse feature. When clicking on each row from table, the row should expand and display other information below. I already got partially working, but this only works for the only the …

0
202
Member Avatar for it_1

Hi , i have one issue in javascript image changing functionality,when the user clicks the next button the image changed to show another one image and same as rewind process also.when the person clicks the previous image can be showed. they are working fine. but my problem is, i have …

0
38
Member Avatar for dwdata

Does someone have or can they direct me to a javascript which will display an alert message when a date is not entered correctly. MM/DD/YYYY. I do not need an alert message if they clear the field - validate only if there are characters in the field. After is there …

0
49
Member Avatar for dreaogse

I have been searching for days looking for a good way to solve my code problem. I have a PHP page that is dynamically creating a form with textboxes and checkboxes. The textbox has a quantity to order of an item and the checkbox is add item to order. The …

0
62
Member Avatar for tarunkhatri

I have a javascript function for calculating sum of values in row and colom of a table. It is using get element by id table name. So is table specific. I am calling that function every time a value changes in the table by [CODE]<td><input type="text" value="0" size = "2" …

Member Avatar for Troy III
0
169
Member Avatar for Hangfire

Hi all, here' the code [CODE] $(document).ready(function(){ $("ul li ul").hide(); $("li:has(ul)").click(function(){ $this = $(this); if ($this.siblings().find('ul:visible').size()!=0) { $this.siblings().find('ul:visible').slideUp(1000, function(){ $this.find('ul:hidden').slideDown(500); }); } else { $this.find('ul:hidden').slideDown(500); } }); $("li:has(ul:hidden)").mousedown(function(){ $(this).css("background-color","#869094"); }).mouseup(function(){ $(this).css("background-color","#7793ae"); }); $("li > ul > li").mousedown(function(){ $(this).css("background-color","#a5ccef"); }).mouseup(function(){ $(this).css("background-color","#d9ebf1"); }); }); [/CODE] The problem is the li:has(ul:hidden) part - …

Member Avatar for Hangfire
0
85
Member Avatar for rajumon

Hi, I have a sidebar application, I am using an IM functionality inside this sidebar. When a user is logging in, the connection with chat server will generate on this sidebar.The sidebar itself acts as a parent window. When a user click on the IM icon inside the sidebar, a …

Member Avatar for EricThompson
0
128
Member Avatar for elamigosam

hi I was wondering if any one could help me create this "tool" I want a table, with two colums, one for topics, and the other one for explanations hide the explanations and when user clicks on 'topic 2' show 'explanation 2' when user clicks on 'topic 3' hide explanation …

0
69
Member Avatar for eclecl

Hello everyone, I'm learning JavaScript programming and I have a test to do. Will it be possible for someone to check what I've already written and let me know if I'm on the right track? In green are the questions asked and in red are my answers. I also put …

Member Avatar for JugglerDrummer
0
118
Member Avatar for franko75

I'm using jQuery Cycle plugin for a slideshow of images and also potentially swf files. I've written a script to pull images and movies out of the page content (which is part of a CMS - so i never know what image/swf content will be there, the slideshow has to …

0
64

The End.