15,120 Topics

Member Avatar for
Member Avatar for FlashCreations

Hello, I have a problem with my form validator. For some reason it will always return true when it should return false and display and error message (either about a blank username or password). Here is my javascript: [code=JavaScript] <script type='text/javascript'> function ValidateLogin(form) { var error=false; document.getElementById('userError').style.display = 'none'; document.getElementById('passError').style.display …

Member Avatar for R0bb0b
0
108
Member Avatar for odntuk

I'm trying to pass on a URL variable using Javascript and it works fine in Fire Fox but not in IE. I've been reading that IE7 has a problem with GetElementbyID but I don't know how to work around it using the code. Any help would be greatly appreciated. [CODE] …

Member Avatar for essential
0
110
Member Avatar for jobojo

Good evening everyone. I am new here and also new to JavaScript. I have a small assignment that I think I have just about done, but the False part of my conditional expression is not calculating properly. My program keeps 'spitting out' the same calculation of rate times hours if …

Member Avatar for jobojo
0
133
Member Avatar for anuj_sharma
Member Avatar for peter_budo
0
54
Member Avatar for flub

Hi, I'm very new to all this and would really appreciate a little help which I think can be done very easily, but I have little coding experience. Let me try to explain what I want to do. I use a site with image thumbnails displayed, and under the thumbnail …

0
49
Member Avatar for r.ranu1

how to connect access data base to the web page using java script.please reply as early as possible

Member Avatar for anuj_sharma
0
79
Member Avatar for anithajoe

Hi All, I have a serious issue with my website. I am currently trying to implement a new design for my website using ASP.Net and C#. I have a homepage that has a left navigation bar, content place holder and a footer. I have created 3 separate controls for each …

0
49
Member Avatar for drsmith

I am using the following refresh script. It works great in IE but not in FF. Does anyone know how I can make this work in FF? Is it a setting in the browser or the actual code? Thanks DS [code] <script> <!-- /* Auto Refresh Page with Time script …

Member Avatar for drsmith
0
157
Member Avatar for pletch99

I'm having trouble validating my form for missing information. Tried many different functions but when submit the form it will reset the form or it will try to send it. I'm lost any help please. Thanks in advance [code=syntax] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" …

Member Avatar for essential
0
315
Member Avatar for clueless101

[quote]Can anyone help pinpoint why my script won't work? Objective: user enters starting & ending miles along with gallons used to calculate mpg. Onchange events for first 3 input boxes call the calcMPG function. Thx in advance! [/quote] [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> …

Member Avatar for clueless101
0
98
Member Avatar for shiiramari

Hi Guys, Im currently doing a website now that has a lot of png images in it. And because of that, I had to use pngfix for IE6. i have recoded the main page so that the png images are all in the css file. in the menu for the …

Member Avatar for Troy III
0
100
Member Avatar for agz86

how can i get a name from database according to the letters entering on the textbox using onkeyup()

Member Avatar for ashwintesting
0
79
Member Avatar for omesanni

Hi, I am new to Ajax and I am currently learning Ajax using a textbook by matthew eernisse from sitepoint.com. I am in the first chapter just trying to grasp the basics of Ajax. I am encountering a problem with the code of some ajax code I am working with …

Member Avatar for Shanti C
0
94
Member Avatar for agz86

how can i get a name from database accrding to the letteres entering on the textbox using onkeyup()

0
60
Member Avatar for samarudge

Hi, I have created a site in Fireworks CS3, i go to export and export the file as HTML. If I open the file from my hard drive in Firefox it works fine however if I open it in [url]http://localhost/[/url] the dropdown menus dont work. I get exactly the same …

Member Avatar for peter_budo
0
69
Member Avatar for russscot

Hi all, I am quite new to javascript, and am having no luck in discovering the problem. The following little function works just fine in IE, but does nothing in firefox. Any suggestions? Thanks in advance, Russ [code] function closemeout() { document.closeout.action=window.opener.location.href("<%=sNonSecurePath%>accinfo.asp"); document.closeout.submit(); self.close(); } [/code]

Member Avatar for russscot
0
69
Member Avatar for p_midtlyng

Hello- I need modify this code so that I can have multiple audio segments on one page, with accompanying text and play button. Any help would be much appreciated. P. <?php $filename=$_GET['filename']; $starttime=$_GET['starttime']; $endtime=$_GET['endtime']; print ' <html> <head> <meta name=Title content="Digital Maya Website Audio"> <meta name=Keywords content=""> <meta http-equiv=Content-Type content="text/html; …

0
57
Member Avatar for brr

[CODE]var oC2TD = oTR.insertCell(1); oC2TD.innerHTML = "<select name=lstMAName"+s+" onchange=showMAName(encodeURI(this.value),"+s+")><option selected>- - -Select Account- - -</option> <% for(j=0;j!=i;j++){%><option value=encodeURI(<%=MANAME[j]%>)><%=MANAME[j]%></option><%}%></select>";[/CODE] In the above code i use encodeURI, bcz in listbox i have to select on name, i have to send that name to showMAName function in another .js program, here iam getting …

0
43
Member Avatar for nice_true

Hi! I would be grateful be grateful if I get an answer to this problem...... I have 2 dropdownlists, one contains country names and the other contains states' names. Now what I wish to do is that when i select a particular country from the first dropdownlist, its corresponding states …

Member Avatar for kburb23
-1
293
Member Avatar for jyotiu

Hi people I am developing a stand alone application that will take a file input and a text input. Now this text will be searched from the text file entered.and accordingly i need to append result in an excel sheet that is timestamp when the serach is done and result …

0
69
Member Avatar for thenamenoonehas

Hi everyone, I am in the process of building a website within our ERP/CRM system and have hit a road block. I have a couple of form fields within my page... I have an element that has a form label that cannot be changed via the system and was thinking …

Member Avatar for Troy III
0
146
Member Avatar for karang

Hi I have a image control in HTML. By using setTimeOut() I am changing the image in the image control but what I want is to give diffuse effect to the image while changing. Is that possible. Kindly advice Regards Karan

Member Avatar for Troy III
0
41
Member Avatar for anish.anick

Hi All, Is there any way to set the focus to a table row using javascript so that subsequent key press events can iterate through the table rows.Please help me to solve this. Thanks

Member Avatar for Troy III
0
355
Member Avatar for aksharma

Hello everybody, can any one please tell me how to disable the <div>. I have got the id of <div>.I have tried $(divID).style.display = "block" and "none". But of no use can any one please help me Thanks, Aksharma.

Member Avatar for nikesh.yadav
0
3K
Member Avatar for and1dude

Hey guys, i got a assignment which requests me to get 7 fields of data from an input.txt and sort them and output them. Is there other ways to do it other than making 7 Linked List , sort one list and replace the rest of the linked list with …

0
44
Member Avatar for mruane

Hey all, i am trying to write a javascript inside an html table which will create an image slideshow which fills the table with each image. Not sure how to implement this as I do not know javascript. Could this be done in plain HTML without loading another page? Any …

0
55
Member Avatar for Alanmp08

I dont know where this thread belongs- if wrong locatioon feel free to move it- I need a code that will change the skin like a dropdown list thats works- because I cant use IDS as you need some storage or where to get the skin from- I'm using Hitskin's …

0
57
Member Avatar for faranak

hi I'm programmer in php . when i click on my button ,i want to post a string like ( a + b) by javascript but it acts like concat and it posts ( a b) ! i want to show me plus symbol ( a + b) . In …

Member Avatar for peter_budo
0
74
Member Avatar for naju

I have to access a tag from an external web. the tag is inside a frame (that frame has no name and id) when i use :window.frames[0].document.body ... is permission denied please help .. i could provide more information if u need .. { actually i am trying to grab …

Member Avatar for R0bb0b
0
80
Member Avatar for cwarn23

Sorry if this is in the wrong forum but I couldn't find a Flash forum so I am just guessing from previous posts that this is the right forum for the programming side of Flash. A few months ago I got a flash program called '3D Flash Animator' but comes …

Member Avatar for Shanti C
0
90

The End.