15,700 Topics
![]() | |
I am using html and javascript for a simple application. I made a dropdown list on one page say "homepage.html" I want that the value selected from the dropdown be passed to a new page say "newpage.html" and appear in a text area there. I don't want to use php … | |
helo there, i need some help on some image/photo slide show display. i would like to do a photo carousel function similar as the [URL="http://www.flickr.com/photos/69864550@N00/320622773/"]http://www.flickr.com/photos/69864550@N00/320622773/[/URL] . the function i would like to do is on tis flickr.com web at the right hand side for tat photo stream [url]http://i263.photobucket.com/albums/i...2008/image.jpg[/url] let say … | |
i am new to ajax technology but i am working with ajax on my site. i am having a problem with a ajax edit form element in place when i try to implement it in asp vbscript. hopefully someone here can help me in detailed. what i need to do … | |
So, a couple of my pages only work correctly in FF (I don't know about IE), I need it mainly to work in Safari. Please let me know if you spot anything in the script that would be incompatible...I'm new to javascript and Ajax and I didn't initially write this … | |
Could someone tell me how to make an iframe resize based on the content without having to refresh the parent frame. I have found some things that require java script in the frame document however i'm not sure how to integrate this, as the document my iframe links to is … | |
hi i want refresh the jsp page every seconds using AJAX in script. any one have a code for that. | |
Can anyone help me how to populate dropdown box dynamically. i have two dropdownboxes based on the value which i select in first dropdown the corresponding values in second drop down box has to come. i have to get both dropdown values from database. the first dropdown contains Products assume … | |
[code=javascript] <script language="JavaScript"> <!-- function cek(){ counter=0; for(i=1;i<10;i++){ // i=1; if(document.getElementById('a'+i).checked==true){ //alert('aaddd'); counter++; } } if(counter==2){ //alert('adadeh'); for(i=1;i<=10;i++){ if(document.getElementById('a'+i).checked==true){ continue; }else{ document.getElementById('a'+i).disabled=true; } } }/* }else{ for(i=1;i<=9;i++){ document.getElementById('a'+i).disabled=false; } }*/ } //--> </script>[/code] [code=html] <pre> <form NAME="formnya" action="script1.html" method="post"> 1.<input type="checkbox" id="a1" name="pilihan[]" value="satu" onclick="cek()">satu 2.<input type="checkbox" id="a2" name="pilihan[]" value="dua" … | |
Hi everyone I am new to javascript arrays and understand it just a little but need some help. I have created an empty array name Numbers. I will use Numbers for all of my functions, therefore, I made it a global variable. Then I created a function named FillArray. The … | |
Hi everyone, I am proud of myself, I am finally finish. It took me too weeks working with this day and night, but I am finally finish. The only thing is that I have a bug in my code. I have a getbyelement section that has the visibility to be … | |
Hey guys, I am making a website where I have a panel of colors to choose from and it allows the user to click on a layer on the page and then click on the color they wish to change that layer to. Everything works fine and the color changes, … | |
I have done this in IE but unable to in firefox. So can someone generate a simple piece of code using javascript that will allow me to PHYSICALLY ONLY enter Numbers\Letters\Etc. Not a message popping up once the form is submitted stating that I have numbers where letters should be … | |
I have a web poll that I would like my visitors to only take once. I think I understand the logic but don't know where to start with the code. Here is what I am thinking: [LIST=1] [*]User clicks on a link to get to the form [*]A cookie is … | |
I have javascript and ALL of it works in IE but in FF NONE of it works at all. Anything I should be aware of in general? Most are based on onClick events. Thanks, Regards X. | |
| |
Can some please help me with this script.. it will not show the scrolling text in firefox browsers.. [code] <script type="text/javascript"> <!-- /* Typing Scroller */ //Secify scroller contents var line=new Array() line[1]="This is an awsome script" line[2]="It brings up the text you want..." line[3]="One letter at a time" line[4]="You … | |
hi all, in my form there are number of checkboxes that is dynamically generated. accordig to the user,s action (when going to edit a record), i want some of them are checked using javascript. but i dont have id of checkboxes that i want to check, only have the value … | |
Hi all, I was wondering if somebody could help me... I have a form field which I want to lock down so users can only enter a specific combination eg. first character is a letter - can be either B,C,W,F,A,H which is followed by seven numbers. I have got some … | |
i have some checkbox: i.e: [code=html]<input type="checkbox" name="a" value="a" onclick="check(this)" />a <input type="checkbox" name="b" value="b" onclick="check(this)" />b <input type="checkbox" name="c" value="c" onclick="check(this)" />c <input type="checkbox" name="d" value="a" onclick="check(this)" />a[/code] if user select >= 2choices, the other checkbox become disable and < 2choices become enable.. so user max choose 2 choices.. … | |
hi..plz help me in following case.. I have simple page in which i have 2 combo box.. i am filling second combo box , by Onchange event of first combo box using AJAX. But,when i submit the form,it shows me the value of second combo box as 'null'. plz help … | |
Hi All, I am using AJAX to load content into a particular div on my webpage (it is a script from dynamic drive - [url]http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm)[/url]. I am also using another script created by [url]http://www.cabel.name/2008/02/fancyzoom-10.html[/url] to zoom out the screenshot/s that appear in the dynamically loaded content. Unfortunately, the fancyzoom script … | |
Hi: I'm trying to set a dropdown autosuggestion inside a textarea or a rich textarea (iframe+designmode). The problem I found is that I don't know how to get the caret coordinates in gecko-based navigators. In MSIE, the caret coordinates seems to be gotten by offsetTop and offsetLeft applied to the … | |
Hello there I wanted to ask you whether it is worth or not using tools such as jquery or prototype comparing them to javascript. What do you suggest? Using those libraries or rely just on javascript? I knew javascript but I have got to know recently these libraries which seem … | |
hi all, i wnat to upload multiple files to the server by clicking the upload button once. if anybody knows pls help me. thanks kumar. | |
how to get names in alphabetical order from the data base in the form of dropdown list when user enters alphabet in the text box... i think this is possible using AJAX programming, if any body konws pls guide me thanx, | |
Hello there This really simple CSS drop down menu I have on the home button of this site [url]www.metatradersoftware.com[/url] is driving me mad. I do not know why, but it does not want to work on ie6 altough it is working in Safari, Opera and Firefox. Would you please take … | |
Dear All, Could u guys help me how to make a basic ajax application which could pull different map data from different sources like Google,Yahoo ,Virtual Earth and seemless show the same location in all,like in FlashEarth.com Thanks Talal Shaikh | |
I have a form with a reset button and what I want is to reset only some form elements when that button is clicked. [code] <form name="frmMyForm"> <input type="text" name="txtText" /> <input type="checkbox" name="chkCheckBox" /> <input type="reset" value="reset" /> </form> [/code] Now I want the checkbox to be reset when … | |
I have done a fair amount of research trying to find a simple way to make two columns the same height at run time. This solution works and can be expanded to as many columns as needed. It works with the current version of Explorer and Firefox. I put this … | |
Hi, I have a little problem. It is almost working but it continue to say undefine in the text area instead of the name they type in the txt box. I might be confusing you so i am going to put down what I have then explain what I am … | |
im making a dynamic table in ruby on rails in which im displaying devices in a table and corresponding to each device i want to show its status which is ibtained dynamically by an ajax function (periodically_call_remote) which updates a div. its working fine but its updating only the first … | |
Hello, I have this problem with slider (jQuery) which contains scrool bar. In Firefox when slider is clicked, it slides to the left, but leaving trace of a picture over the video. The link for the page is [URL="http://gewiss2.digid.tv/"]HERE [/URL] Click on any of the videos at the botom of … | |
Hello there I would like to ask you a question concerning pop up menus. It turns out that I have seen some techniques which use just CSS. Nevertheless, what I usually see is techniques that use javascript to achieve this pop up menus. It seems to me that javascript might … | |
Some JavaScript code which used to work for IE6 no longer works for IE7. Any ideas what I could try to correct the problem? The scripts change a user's password by opening a child window, grabbing the old password, new password and user name from the opener, then execute a … | |
hi all., We r using AJAX for our ERP system. In our project am facing the cross browser compatibility problem, The problem is the [B]javascript grid is displaying out of the <TD> in a table actually am putting scroll bars to the Td of the table. The grid is displaying … | |
Hi! How do i add "extras" to comment boxes like is done in the comment box, which you will use to reply this post? You know, the "change font color" icon, "bold", "italics", etc... i checked daniweb's source code and i saw <script> tags and an array within a variable … | |
can anyone help me with a project in javascript | |
The following comes up on a bunch of my indexed pages: "Hello, you need to enable JavaScript to use this network. Please check your browser settings or contact your system administrator. ... " Should I be worried? | |
I want to know if its possible to over-ride a setting that is part of an included js **that i dont have direct access to.** below is the js in question. the only part i want to change is the Tab-key feature. can I wite a new function to switch … | |
Im getting an Error (ie) 'undefined' relating to the path of a clicked image. How to define its path please? Full working code supplied error seems to be in this line Function('onclick=jkpopimage(this.src,600,500);'); where 'this.src' is undefined? <html> <head> <script type='text/javascript'> // for free JavaScript tutorials and scripts // This notice … | |
Hi all! I found that is difficult to search a simple javascript code about scrolling image slide. You can find them on Internet but they often are long and complex or hidden from us to prevent edit. I just found a simple way to resolve this. I hope it will … | |
I currently am on IE , but dont know which version. I believe its 7 but im not positive. For the last 2 weeks ive not been able to click on certain links (mostly myspace links but others as well) For instance, Ill click on it, and on the bottom … | |
Hi everyone, I am so new to javascript and it is really giving me a micrain. It looks easy but tend to be hard. Atleast for me since I am a beginner. I need help please. I need to make work with the element getElementById I have tried numerous way … | |
hello, i'm trying to get [URL="http://superiorminitrucks.com/admin"]http://superiorminitrucks.com/admin[/URL] login functionality to work. It's my first logon script, which was tested to work, but I'm running out of brute force to get this one through... [CODE]<?php //////**************************************/ // // LOGIN PAGE // // Server-side: // 1. Start a session // 2. Clear the … | |
It seems I have a choice, my menu item can follow suckerfish and change background color on hover or the document.submit() function can work. Not both. Any ideas about this would be appreciated. I have this bit of code for a menu option: [ICODE]<li><a href="#" onClick="document.getElementById('cf').submit()">Commit</a></li>[/ICODE] This allows the Commit … | |
Hi All I have been struggling with trying to post back a variable from an ajax page to another website using javascript, I keep getting the error "Access Denied". I have been researching on the web and have come across that javascript cant post data across domains. But both web … | |
Greetings everyone, On the [url]www.logicweb.com[/url] top banner (static), the live chat white circle image map area has an IE issue here. The live chat image map works fine in Firefox and Oprea but not in IE7. I believe its the # link. What can I do to the below code … | |
I need help positioning my sidebar on my browser. Every time I scroll down the sidebar follows down the screen causing me to lose half the info on the sidebar and only showing what fits in the screen. It has became a really pain in the @ss and I would … | |
hi to all my problem when i add form field dynamically to the page in java script (form method is get )it is well worked in IE but not working in mozilla fire fox problem is ,does not pass the form field element value to the url for the use … | |
Hello friends In my form I am using two AJAX functions.. Both are working fine... Problem is both are displying in one place..I want to display it in different locations... I used [code=html]<div id="txtHintGrade"></div> <div id="txtHint"></div>[/code] txtHindGrade for first [code=html]document.getElementById("txtHindGrade").innerHTML=xmlHttp.responseText; <span id=\"txtHindGrade\"></span>[/code] and txtHint for the second [code=html]document.getElementById("txtHint").innerHTML=xmlHttp.responseText; <span id=\"txtHint\"></span>[/code] … |
The End.