15,120 Topics
| |
Ok so I used Adobe Photoshop to generate my Photo Gallery Code, the default index.html page it creates works fine when i upload it to my site but as soon as I add my sites layout around the code it does not seem to work, can anyone please help me. … | |
in my add form when open the form first move control to the first text box in my form for that iam using the following one. <body OnLoad="document.forms[0].elements[0].focus();"> but if in my form first is listbox how to move control to the list box | |
Hi, is there anyone whose familiar with ePerformance page in PeopleSoft? I need to make the left navigation and header fixed when scrolling up or down. Is there a javascript or some sort of a code that is applicable in PeopleSoft to make this functionality possible? Thanks.... | |
Hi, I'm currently applying the autosave code i've got on the internet unfortunately I can't make it work. Below is the error encountered as well as the code being used. Error Encountered: Line: 4568 Char: 21 Error: Object Expected Code being used: [code] <script type="text/javascript"> pollingInterval = 5000; threadLock = … | |
Any help would be appreciated. | |
Hi all! I need a code,that would recognize a specific word within a string and,for example,an alert would be displayed,could you help me,please | |
Hello, I'm stuck and would really like some help. I have a horizontal tab structure with subtabs. Right now the main tabs are activated onclick and they show their respective subtabs. I would like to add the same functionality to the subtabs so that when they are clicked, the style … | |
Hi this is scorpionz The reason of this thread is that: I am making a Drag Div by mouse, and showing its position to the browser in (x,y ) coordinates, like when user click the box and drag it to some other place, then it shows the position of that … | |
hi all i want to know how to print some thing which is beyond the boundaries of a page. for example i have a page in php which generates identity cards of certain number of students what i want is restrict the number of ids in one page to 4 … | |
Since no one is able to help me textfield validation in firefox. I will start again from my roots and hopefully come up with a solution! Now there are several ways of validating text fields using javascript. I would like to know ALL of them and ill test which work … | |
I keep getting sent back and forth between the java and php forums so I'm not sure which language would be best for this anymore... Here's my original question: "I have a normal html document with an iframe pointed to a .php document (with links to other php documents). I … | |
Hi I am working on array and made some good improvement into my code. Now I am just having one problem. I want the number to display in my text box area starting from 0 to 1000 I know how to do it for alert but not to display in … | |
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 … |
The End.