15,127 Topics

Member Avatar for
Member Avatar for Thirusha

My head is telling me that the answer to this question is going to be NO, but hopefully i m wrong. I have a servlet which gets redirected using RequestDispatcher to a jsp page, the jsp page has some html input fields. In the servlet i get the values from …

Member Avatar for Thirusha
0
113
Member Avatar for agz86

how can i restrict the non integers entered on the textbox on the gridview using javascript

Member Avatar for Kusno
0
45
Member Avatar for Shanti C

Im developing a web page, where i can drag one image upon another background image and merge them... my problem is , i want to know the position of dragged image by the user.. im using php and javascript functions to develop this... please anybody know about this ..please get …

Member Avatar for Shanti C
0
109
Member Avatar for cali_dotcom

can anyone tell me why this does not work: [code=text] <div> <table> <FORM name="search_form" method='POST' onSubmit="return validate_form();" ACTION='jobsearch.php'> <tr><td>keyword:</td><td > <INPUT TYPE='TEXT' NAME='keyword'></td> <td>Industry:</td><td > <select name="cat_id"> <option value="">---select one---</option> <option value="1">Accounting</option> <option value="2">Administration</option> <option value="3">Automation</option> <option value="4">Banking</option> <option value="5">Biotech</option> <option value="6">Bussiness</option> <option value="7">Construction</option> <option value="8">Construction</option> <option value="9">Consulting</option> </select></td></tr> <tr><td>city …

Member Avatar for scru
0
77
Member Avatar for cindyg13

Hello All! I am a super newbie to web design and am in way over my head...Can anyone please help me figure out why I can't view this navigation in IE? It seems to work fine in Firefox and Safari for Windows. Here is the link: [url]http://devilsgulchranch.com/index_new.html[/url]

0
80
Member Avatar for Shanti C

hello all... At my project , need for creating cards online..In detail , i have provided the users with some back grounds,images and text...then user make a card by selecting the backgrounds,images, resizing them,entering text into that final image... To do this , my completed work is : i made …

Member Avatar for ~s.o.s~
0
110
Member Avatar for anithajoe

Hi All, I have created a dynamic menu bar which reads its menu items from a .xml file..That works fine...Now I want to create a submenu for one of the menu item. That submenu should slide out as a golden bar and has to have submenu items on the golden …

Member Avatar for FlashCreations
0
102
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
134
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
326
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
99
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
101
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
80
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
294
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
362

The End.