15,127 Topics
| |
| Hello, I want to stick one DIV to the bottom! I've managed to do that but when I scroll down the DIV doesn't scroll smoothly! Below is my code:- [CODE] <div id="x"> <center> <div id="footer" style="width: 95%; background-color:#66CCFF; border: 1px normal black; top: 100px; position:absolute; align:center; height: 50px" align="center"><center>A</center></div> </center> … |
Greetings. I'm stumped with a particular problem involving an ajax script that works for Firefox, Opera, Safari, and Chrome... but unfortunately does not work with any version of IE [I](*actually I haven't tested IE6 or less yet, but who cares about those anymore*)[/I]. On the HTML side, a list of … | |
reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/; what is the use of / operator and ^ what does + used for why \ please explain in depth Thank u | |
Hello, I need to know this one. How can we get printer status using JavaScript and also how can we give MS word document print command using JavaScript. | |
Hi to everyone, i'm new to javascript and to daniweb, what i want to do is to put all the properties from all the divs of the page, to all their child elements, this way, for example. [code] <div style="background-color: #000000"> <b>Text</b> </div> [/code] would change (using javascript) [code] <div> … | |
I have this email validation which checks to make sure a "@" sign is present but doesn't check for "." I just need to add this to the function which I thought would be pretty easy but has proved otherwise. Here's my script: [code=html] <script type="text/JavaScript"> <!-- function MM_findObj(n, d) … | |
Hi, I seen an IDE a while ago that stated that you do not need to install or require Admin Priviliges to use on any PC. I can no longer find it. Does anyone know of such an IDE? | |
I have the following nested javascript collection (below) and I'm trying to access the information within the collection using prototype so I can properly style and layout the data. I'm stuck and would like to know if anybody could assist. [CODE]var teams = { "team1:" { "QB": "Alexander Hamilton", "RB": … | |
[url]http://www.braiform.com/Menu-Two/Hanger-Catalogue/?id=29[/url] check the above website . on mouse over of any image a pop up appears and displays the image information i want to achieve the same thing in my project Please tell me which language is used for this purpose and how to do that. | |
I need to modify the invetory program to be CARS not cd's, dvd's or computer equipment. I have the program for cd's, what would it take to change the pruduct to CARS? | |
Hi, My aim is to have one div element move up when there is a mouse over and another div element to become visible when the same mouse over effect takes place. I managed to do this you can see the video here [url]http://www.youtube.com/watch?v=kmdx4p_FE4M[/url] and the code I used is … | |
Hello everyone, I am developing a product (java based) which requires heavy time scheduling. I wanted to use a DHTML ajax calendar package. Does anyone have any experience in any of the packages out there? I am particularly interested in [URL="http://web2cal.com"]web2cal events calendar[/URL]. I downloaded their free example and tried … | |
i create an autocomplete textBox with Ajax/PHP that read data from a data base.it works properly but there's a problem about one letter (k). when i type this letter in the box, it doesn't show anything in the dropdown list (while there are some words begin with "k"). i guess … | |
I have used the following codes for the slideshow alongwith a bit more of these....but need some changes. [code] var photos=new Array() photos[0]="images/8-x-10-tasveer-5e.jpg" photos[1]="images/93vande-mataram.jpg" photos[2]="images/2008_slumdog_millionaire_005.jpg" [/code] now wht i need is that all these images should appear from the database.. i tried doing this with some naive codes but failed.. … | |
the follwong is the basic java script i wrote and its not working (giving the desired output as i wanted ) [code] <html> <head> <title>hello </title> </head> <body> <h1 align='center'> Using Arrays </h1> <script language = "JavaScript"> emp = new array(5) emp[0] = rahul emp[1] = rahul1 emp[2] = rahul2 … | |
Hi, I'm playing with javaScript and AJAX and using the source code used in this page: [url]http://www.codeproject.com/KB/webforms/MultiSelectDropDown.aspx[/url] (Actually I copied the code on the Default.aspx to the page I was working on, which has a MasterPage and translated Default.aspx.cs from C# to VB.NET) However, I'm having an "Object Required Error" … | |
Dear Friends, we are facing a problem with alt attribute in Java script.While retrieving alt attribute in IE its working fine but in FireFox we are getting as undefined.Please give solution for retrieving the alt attribute in firefox. please find the below code for how i am retrieving... <html> <head> … | |
hello, i have created a bottom bar like facebook's. I want to have some menus on that bar so when i click they will drop up and have some text inside (code). i don't know how to do that and i don't know how to have image and text in … | |
Hi everyone, I hae created a dropdown menu using ajax where each option is populated dynamically based on the previous choice. It works great on Firefox thanks to help I got on this forum. It doesn't work on IE however. I believe this is because IE doesn't recognise the innerHTML … | |
I have a flash file that reads an xml file and writes the text on the flash. The problem I have is when the client does not have the font that I'm using. I looked on many websites and they always say you have to do the following [LIST=1] [*]Open … | |
My colleagues and I have a problem that is really frustrating us. We have created a WebService using Delphi. This web service has functions which construct an XML file from a database/other files and in theory sends them to the client when it calls the corresponding function. Our plan is … | |
I have designed a masterpage in asp.net. There is a dropdown list in my asp.net form which select that masterpage. But each time when I select an item from the dropdownlist the entire page gets refreshed. I want a javasript code to block the refresh of dropdownlist item selection and … | |
Hi folks, I'm afraid I'm pretty new to javascript, so I apologize in advance for my inexperience. I am trying to do a simple thing: I have a page with three items that I want the user to agree to (a beta signup agreement). I want them to have to … | |
Thanks in advance... My question is.. I have one text box there user types the date as follows (d-m-yy) 5-4-09 or 15-3-94 how can i convert them into exact (dd-mm-yyyy) 05-04-2009 or 15-03-1994 is there any 'javascript' code to convert the given date into my desired formt... please help me... | |
Hi, I want to [B]check only one checkbox[/B] at a time using html. please help me out.... | |
Hi all, I am making a form in which i am using two radio button.Now i want that if i click on first radio button and after that i will click on submit button then page should go different page . If i click on 2nd radio button and after … | |
the more i deep to javascript more i got confused..!! . . i have put a autocomplete texbox in a row.. which have two more buttons Add/Remove..!! . . With add u can append clone row under original row... and withy delete u can delete the row..!!!! . . Problems … | |
Alright so im trying to write a simple temperature conversion but i can't seem to get it to work 100%. My problem seems to be that I want to check to see which field has had a number entered in it, and then run the correct conversion function accordingly. I'm … | |
HI frnds... here i am using 1024 * 768 resolution....when i am including header file by using iframe.....this is perfect in 1024 * 768.... But, when i am going for another resolutions(800) Some part of my header file is disappear...atleast there is no scrollbar... Resolution: 1256..than the right side of … | |
Hi, I would like to know if there is a way to keep the script as is but also [B]add[/B] a function to this script so that if a user clicks on another tab (div) the open tab will close on click? Please see code below: Thanks in advance! :icon_smile: … |
The End.