15,119 Topics
| |
hi, this is my first post. I am a php coder and know very little javascript. I have nearly finished a dating site for a client. Thing is he wants private chat in it. I have found some opensource chatroom code that I am trying to hack to make work … | |
Hi. I am just learning javascript ,I am having trouble for swapping Images by using mouseover function , I have more than 50 images, and they should be thumbnails, and when i use mouseover, the Image should display in a preview window, please help me | |
I want to make my current song playing update with AJAX on my page every time that the song name changes I can get the variable to post in the page but currently use a meta-refresh based on time of file or every 30 sdeconds ... what I would like … | |
Any ideas on how to make the following code work for both IE and Mozilla? [CODE]function AddRow() { if (navigator.appName=="Microsoft Internet Explorer") var morerow=document.getElementById("tbl").getElementsByTagName("tbody")[0]; else if (navigator.appName=="Mozilla") var morerow=document.getElementById("tbl"); var newtr=document.createElement("tr"); var xtra=document.getElementById("xtra"); var dname=document.getElementById("dname"); morerow.appendChild(newtr); var newtd0 = document.createElement("td"); newtd0.innerHTML = xtra.innerHTML; newtr.appendChild(newtd0); var newtd1 = document.createElement("td"); newtd1.innerHTML = … | |
how to put two words text in single line in css for drop down menu | |
Hi, Can any body please help me getting my problem solved. I am making a sign up form, and i want to show "id not available" or "available", while user looses focus from a text box , without submitting the form. same as it happen in twitter while signing up. … | |
hi all, ive downloaded the DHTML window script from here : [url]http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm[/url] and have it running on my site. i also have a DTHML / ajax chat running on the site which is currently on the main page in an iframe. im trying to put this iframe inside the DHTML … | |
I have a slideshow of quotes based on the "Ultimate Fade-in slideshow (v2.1)" at Dynamic Drive: [url]http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm[/url] This is right under my navigation bar, and the drop-down menu items are hidden behind the javascript slideshow. Some background: The reason I did it this way because I first started out with … | |
Below is a code I have been using on Google Earth to have the ability to use optionally expanded tables within the balloon that is open for each placemark. I want to know if there is a way I can alter the code so that when I expand the table … | |
Hi, I have a vertically sliding image gallery but the problem is when all the images are showed up one by one, it leaves long gap until it starts again. I want something without any space between. I mean no break, no picture-less space. Obviously all the images will have … | |
hi all, i dont know exactly how to explain this but ill give it a go. What im looking for is to have a database hold a list of images ( or numbers that corrospond to images)... that should be easy enough. The part im having trouble with is having … | |
hi, I ve form with checkbox in php. <input checked="true" type='checkbox' name="checkbox" /> <input type="hidden" name="id" value="deger" /> as we see , this code send "id=deger"... but I want this : if user uncheck checkbox, then it wont send "id= deger" how can I do this ? | |
It says error in line 13, code 0, object expected, the clicking on member login does not show login and password text box :-( . | |
i have a website for properties (rent, sell, etc), using php and mysql. i allow the admin to manage existing properties by selecting the property id from a dropdown that lists all properties ids from the database, or by directly entering the property id in a textbox and submitting a … | |
To be honest, I am really bad at Javascript. I want to create something that will do the following: on post page: on click, set cookie. on home page: If cookie is set, echo the page the cookie was set on. I assume that this can be done using javascript … | |
Can somebody post code example on how to read from text file with AJAX? | |
[CODE]<script language="javascript" type="text/javascript"> function updateonlines() {alert('you are updating the online users set the user field to online');} function updateofflines() {alert('you havve to set the online users to offline when they leave the page');} window.onload = updateonlines; window.onload = updateofflines; </script>[/CODE] SORRY NEW PROBLEM! I FIXED IT IT WORKS. but i … | |
I'm new at this. I tried using "http://localhost/ajaxform.php" as the URL and got back PHP as text from the server. The following gives me nothing: ajaxRequest.open("GET", "ajaxform.php?username="+namevalue+"&userphone="+phonevalue, true) | |
Hi guys! Can't figure out why this is not working: [CODE]<div id = "calendar"> <script language="javascript"> document.write(TODAY); </script> </div>[/CODE] Here is the CSS: [CODE]#calendar { width: 956px; height: 15px; float: right; color: #ffffff; background-color: #036779; padding-top: 5px; padding-bottom: 5px; padding-left: 2px; padding-right: 2px; text-align: right; }[/CODE] The text doesn't show. … | |
[b]Basically...[/b] I'm collecting xml data and storing it into a database. Then I'm calling that info from the database using a jquery .ajax function to load and display it on the page.. It all works fine.. [b]The problem...[/b] The xml file consists of many sports leagues with odds for each … | |
I have a little tabbed content window that uses jquery and I have an annoying little problem: whenever I click on one of the tabs, the page resets to the top, so if you click on the last tab, you have to scroll down to see it again. Here's a … | |
Hello, I'm building an intranet site for work with an autocomplete feature. I have it working to where when the user clicks on the name in the autocomplete list, it will fill that value to the text input box. What I need it to do is after it fills in … | |
how are you all I want to write a program where when i enter the number For example 10 must give the numbers of Singles 1, 3, 5, 7 and 9 please its important | |
Hi, I want to prevent submitting a form if any of the field is empty. also if possible I would like to validate some basic things. All I want to use JQuery: How do I do that? I have no way and google points me to plugins. The things I … | |
Can someone tell me what I am doing wrong? I have tried all the coding and it acts as a pop up when you click enter site. Here is the coding for the form: [CODE]<form method="GET" action="http://www.rotatemarketing.com/home.html" target="_parent"> <div> <input type="hidden" name="acctid" id="acctid" value="qgdtcj4r6lpmrn1i" /> <input type="hidden" name="formid" id="formid" value="704007" … | |
i have to debug the error for eleave system for a company. when i do the testing i define that having an extra day for the service length at the system. someone could help me? i don't want you to settle the problem for me, just tell me where can … | |
hi all again, i have made this one script that grabs values from the DB and displays them once you click on the dropdown menu which is fine if you have the first value that is printed. but i also made a new part of it where it prints a … | |
Hi all, I want to add some yellow background when focus turns to text input and remove it when it moves. Here is my code for JQuery [CODE=javascript] $(document).ready( function(){ //make form display yellow color when mouse is focused on item $("input").focus( function(){ $(this).css('background-color' : 'yellow'); } );//end focus }); … | |
hello.... i want to do text fadein ,fade out using javascript onload page. actually i want to display text which is in database that text will appear in front end with fadein and fadeout effect. anybody plz help.............. |
The End.