15,119 Topics
| |
hai i have a page where i there is a single drop down box after the user finishes his selection the content of the selection should be returned on the same page to tell the user what he has selected........ | |
I have just written a JavaScript file which calculates a taxi fare based on a starting zone, an ending zone, and the length of the taxi ride. The program appears to work fine, however, I would like to be able to display some type of alert or error message though … | |
Which one is the better tool for client side validation? I am using java script .Can any one suggests which one is the better? >url snipped< | |
I have been working a form for work to help manage our inventory and I have been running into a confusing snag. It seems that Internet Explorer 7 wants to thow "Object Expected" errors on every "on" event I specify. For example. [code] function checkText(elem) { if(elem.value.match(elem.name) != null) { … | |
Hii i have a situation .i kept button has an image type(and the image will be of forward/backward).whenever the user clicks on the backward button the image should go show that particular image And i Am using sliding show also its working .But problem with that Button type(image) and the … | |
Hello. I'm having a problem with MSIE6 & 7 browsers. I want to remove or disable the sound("click") than browser produce when trying to open a web page or link in web page. Is this possible? Please help, is's a big problem for me. Have a nice day. | |
Folks, hi, I thought you might like to know that there's a way to develop complex web 2.0 applications without having to program a single line of javascript. Pyjamas, a port of Google's Web Toolkit (GWT) will translate a python application into AJAX for you. For convenience, there is also … | |
hello i have problem with radio in this code [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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="style.css" rel="stylesheet" /> <script> function add() { var radio=document.getElementsByName("t"); var d=document.getElementById("div"); if(radio[0].checked==true) { d.innerHTML+="<p><input type='text' id='txtfname'><br />"; d.innerHTML+="<p><input type='text' id='txttxtlname'><br />"; … | |
Okay, I am trying to combine the notepad feature from this page: [URL="http://falkoner.cow.googlepages.com/Notepad.html"]NotePad[/URL] With this page: [URL="http://falkoner.cow.googlepages.com/Buildings_to_Crash.html"]http://falkoner.cow.googlepages.com/Buildings_to_Crash.html[/URL] Rather than copying and pasting the internal code from the first page into the second one, I want to put it into my external javascript page, here: [URL="http://falkoner.cow.googlepages.com/FalksMainJavascript.js"]http://falkoner.cow.googlepages.com/FalksMainJavascript.js[/URL] So far I have not … | |
Hello, I would Like to write a ajax page that Autocompletes that shows the most possible choices for what they have typed (using street names). I am going to be using a mysql database. | |
Hello, I am creating a feature for a site, that when you click a button changes specified text to a textbox that lets you edit the text. When the user presses enter, the textbox will dissapear and the text typed will be in it's place. This is so I don't … | |
Hello, help. I wish to look video from a site [url]http://moviesiss.blogspot.com[/url] I start a roller writes error Active X, help. How to adjust? | |
[COLOR="red"]var vYear = document.getElementById('number1').value; var vMonth = document.getElementById('number2').value; document.getElementById('answerYearPlusMonth').value = vYear + vMonth eg. vYear =2008 vMonth =01 answerYearPlusMonth =200801 [/COLOR] | |
Hi this is Scorpionz How are you doing all hope so fine I am using fckeditor "of type javascipt " in my code. here is the code: [code] <script type="text/javascript"> window.onload = function() { var sBasePath = './fckeditor/' ; var oFCKeditor = new FCKeditor('message') ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Width … | |
Hello, I am a bit a loser with JavaScript, but I found the following code to auto scroll a multiple select box to the last selected item. [CODE]Function autoscroll() { var lst = From1.Listbox1 if ((lst.multiple==true) && (lst.length>0)) { if (lst[lst.length-1].selected==true) { lst[lst.length-1].selected=true; return; } else { lst[lst.length-1].selected=true; lst[lst.length-1].selected=false; } … | |
Hi there, I'm new to this forum. I need help on how to maximize a table cell height. First I have a table layout that has 3 rows, the first and third rows have fix 50px height. I want to max the height of the of the 2nd row to … | |
I am new to JavaScript and have what may be a very simple and easy question to most. I am writing a simple block of code that I need to display dollar amounts with 2 decimals for change. For example instead of displaying the number 5, I need it to … | |
as iframes are now depreciated as of xhtml 1.0 Strict is there away to replace these using Ajax. this is something i have heard off but have never come across and would like to know if this is possible. I have used iframes in the past to display content from … | |
Hello all! I am just starting Ajax... is there anything i need to install on PC? i already have WampServer 2.0c Thou Ajax doesn't seem to work on it.. thanks! | |
<h:inputText id="textId" autocomplete="off" style="width:100%;height:100%" onkeyup="getSuggestionValues(this.value)" > <a4j:support event="onclick" reRender="datatable,definition,tagno,ind1_def,cbpossiblevalues,ind2_def,cbpossiblevalues2" /> </h:inputText> <div align="left" class="box" id="autocomplete" style="position:absolute;width:400px;height:200px;background-color:#ffffff; overflow:auto;" > </div> This is my actual code, the purpose is, when i entered a text in the text field, it gives the related suggestion, when i click a particular suggestion then rerender the … | |
I have a Ajax / PHP timer code that would run and update timer on a webpage for 2 hrs. But in IE the time does not refresh and maintain its initial value. [code] <?php function timeDiff($startTime) { $tNow = date("h:i:s"); //echo $tNow."<br/>"; // Extract $current_date h:m:ss $current_hour = substr($tNow,0,2); … | |
Hi All, I have a wierd problem in IE6 and IE 7 were the cursor inside a input=text box won't move to the end of the text char. This only happens when you put a FILTER: progid:DXImageTransform.Microsoft.alpha(opacity=100) style of the div that wraps around it. Just put the cursor in … | |
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 … | |
how can i restrict the non integers entered on the textbox on the gridview using javascript | |
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 … | |
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 … | |
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] | |
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 … | |
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 … | |
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 … |
The End.