15,688 Topics
![]() | |
Hello I have [B]Ten div[/B] and [B]one textbox[/B] in a page. Every div contain single username.Now I want that after clicking on one div, the [B]textbox value[/B] will be the username in that div value contain. How can I do that. | |
i have a div tag named <div id="div1" runat="server"></div> i wrote a javascript which adds content like 0,1,2,3, in this div tag as its content. Now i want a script which will delete some of the content of div1. as like 0,2,3, how can i remove content from div tag. | |
i have an external hdd and it has self installed software that comes with a website. when i click on the site launcher it gives a js error. [CODE]function loadResourceFile(file) { var req = window.XMLHttpRequest ? new XMLHttpRequest() : (window.ActiveXObject ? ActiveXObject("Microsoft.XMLHTTP") : null ); if(req!=null) { req.open("GET",file,true); req.send(null); } … | |
So I'm having a heck of a time getting this to work- JavaScript isn't exactly my specialty and I realize that's a big part of the issue, but I'm at my wit's end... I'm developing a PHP application that deals with scheduling music lessons. In my application, I have these … | |
Hi, I've got a global navigation document with drop down menus created using javascript saved as includes. These are posted to a web server and the pages that reference the includes display the graphics and some of the links, but not the drop down menus. They don't appear on roll-over. … | |
Beginning a project developing a web browser for Mac OS X. Planning on offering a Universal Binary (for PPC and Intel support), 64-bit build, and using WebKit as the layout engine. Am looking for suggestions on featureset, as well as ideas for improving the JavaScriptCore framework and rendering engine. The … | |
Beginning a project developing a web browser for Mac OS X. Planning on offering a Universal Binary (for PPC and Intel support), 64-bit build, and using WebKit as the layout engine. Am looking for suggestions on featureset, as well as ideas for improving the JavaScriptCore framework and rendering engine. The … | |
![]() | Alright here we go... I just purchased a Javascript/css based login form that works very similar to twitters login form. Here lies the problem. The way my website works is this...Theres a login link you click on that takes you to the login page. Because my site is set up … ![]() |
Does W3C, or anybody, have a way to validate JavaScript similar to the way you can validate HTML and CSS? I'm not talking form validation. I mean literally check to see if all of my JS is "grammatically" correct. | |
Hello, I understand how use the onblur event the following way [CODE]<input name="city" id="city" onblur="myfunction()" />[/CODE] But what if I don't want to insert javascript in html. I need to keep all javacript in a separate file. Can I execute my function without mixing html and javascript? Thanks in advance. | |
I am trying to get this form to add a distribution line on demand. However, when I click on the 'anotherdistribution' button, I know it is executing the code in moreFields, but it doesn't actually display the fields in the form in the node. Anyone see anything that I am … | |
I have a page where I need to show a number of form input fields depending on what number is selected in a select menu. I have a sort of solution but is is messy and involves too many fields. I need to show up to 15 text input fields; … | |
Hi! I´m completely new at javascript, and I got a little issue. I want to be able to have some text in my index-page and 2 buttons to change this text back and forth with diffrent text. Say i have one headline like this <div id="first"> <h1>Hello world</h1> <p>Lorem ipsum … | |
Hi there, I'm working on this page, which is built in Wordpress: [url]http://www.rjt-online.com/blog/[/url] As you can see I am displaying recent Twitter posts using Twitter's own JS code, which seems to work fine. Problem is, when you navigate away from the page, and come back to it (using browser back … | |
Hi Am doing my first bit of jQuery and I thought it was all great until I looked closely. I'd really appreciate any help! All I want to do is fade in an absolutely positioned div with a couple of lines of text in it when the page loads. There … | |
How can I get a PHP variable passed on to a jquery one.. [code=php] <?php $temp = "yes"; ? [/code] How would I get "yes" in a Jquery variable? | |
Hi, I am working on my assignment: The assignment is: The process of finding the largest value (i.e., the maximum of a group of values) is used frequently computer applications. Write a Javascript program that input a series of 10 single digit numbers as characters, determines the largest of the … ![]() | |
Hello, would anyone be able to tell me how to make text disappear on a specified date using html? More specifically I am trying to put a message on a site that should be coded in a way that the particular message will disappear or hide itself on a particular … | |
i am new in php so may be my problem could be so easy for u but i m not solve. anyone out there please help me. actually i am creating checkboxes inside the while loop with different id. and a user can check more than one checkbox and when … | |
Hello everyone! To get incoming message in fb-chat, browsers send request in certain interval (i think 55.31s). But if there is message it fetches message and terminates before starting new. Can anyone explain how it is done Regards | |
Hi, When i clicked the submit button, it must be open an image and write a text like "Please wait". Then they will be hide after 5 seconds and we will see the submit button results. Can you help me about that? | |
Hello Developers, I am not able to get client path on file(image) upload .so i can disply that file(image) in image control on upload file. On my local machine below code worked nicely. [CODE] <img id="imgProductHallmark" name="imgProductHallmark" src="" alt="Image" width="95" height="113" runat="server"/><br /> <input name="ProductHallmarkUploadID" id="ProductHallmarkUploadID" type="file" onchange="LoadImage1()" runat="server" /> … | |
I have a java script popup window, using the code below: [CODE]<html> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Idea by: Nic Wolfe --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function popUp(URL) { day = new Date(); id = … | |
hi all, i have been using uploadify lately but i think that it no longer works correctly given the lastest flash updates. or idk what the problem is. my question to you is do you know of a better multiple/single file uploader that uses jquery and php. something that would … | |
Hi all, I'm making some changes to a google chrome extension I made and am having some trouble. Heres my code on a content script page (removeAttr.js) : chrome.extension.sendRequest({greeting: "whitelist"}, function(response) { var whitelist = response.whitelist; console.log(response.whitelist);//working }); alert(whitelist);//alerts "undefined" How do I acess the whitelist variable from outside the … | |
I'm using an ajax function to call multiple php files to the same HTML web page. Dividends must be dynamic the data is stock prices. It seems that the last stock price is only updating the other 9 are not is their a limitation to the number of ajax functions … | |
Hi all -- I need to put a table w/ 4 cells (across) to display recommended/suggested items. I want them to all be random each time someone visits or refreshes, I will have a current pool of about a dozen images to be pulled from.. I have found the code … | |
Hello, I was wondering what could be wrong? There is this ajax code that I'm trying to work on and its supposed to show the results in a div tag when submitting a search form, but theres no results. here's my code [CODE]$(document).ready(function(){ $("form.ajax").submit(function(){ var ajax_div = $(this).attr("id")+"_results"; var data … | |
What I would like to do is have 2 buttons to submit a single form. One button is to save the form for editing later the other is to process it. With... [CODE]$("#saveform_ns").click(function(){ $('form#form_main').attr({action:"http://path/to/save.php"}); $('form#form_main').submit(); })[/CODE] I can get the submit button to work and the above button to work. … | |
Hello, I am building a search filter, but I don't have much experience using AJAX. What I want to do is select a subject from an initial list then return a list of tutors which I have already done. Then I would like to return a list of centres, year, … ![]() |
The End.