15,120 Topics
| |
Take a look at this page: [url]http://tejerodgers.com/[/url] and type four or more characters in the search box on the right. My problem is the div box that pops up. I'm only getting the behavior I want with Firefox. in Opera and in IE the page widens to fit it. What … | |
Hello, whenever I try to call this function, web developer plugin for firefox gives me a message that says: "Error: addRow is not defined Source File: [url]http://localhost/xampp/Aptana/index.php[/url] Line: 1" Here is my code: [CODE] <script type="text/javascript"> var k = 7; function addRow() { var rowItem = document.createElement('input'); newRow.setAttribute('type', 'text'); newRow.setAttribute('name', … | |
Hello guys and girls, My self Anil and i m a BCA 3yr student. in this semester i have subject named HTML so i want some good ebooks on HTML in which the method of connecting to database ( specialy sql) is included. i.e how to connect database to the … | |
Hello all..I am working on a search script that I am using AJAX and dynamic html to show results within a table. based on the users search criteria, I display the results and a summary of those results as well. I allow the user to delete results by row and … | |
I need a HTML code that will prompt a user to enter a number into a box. Once that number is entered, I need a second prompt box to enter a second number. When the numbers are entered, I need the code to add, subtract, divide and multiply the numbers … | |
Hi! I am trying to populate an indeterminate set of Select Menus with the selection of a primary select menu For instance, User chooses an option from one Select Menu, and 28 submenus populate with the same choices. Has anyone done anything like this before? Thanks in advance. Cheers! | |
Don’t misunderstand me – I use AJAX, but I think there is a far simpler, elegant alternative that just uses Javascript, the DOM and Php ( hence - JDOMP) for data transfers, and is cross-browser without the need for work arounds. JDOMP works in recent versions of Explorer, Mozilla, Safari … | |
Hi, Can anyone explain about === in js. What is the difference between == and ===? thanks Punitha Pary | |
Hi, I am looking for help to find "popup script" which can Automatic open when website open. I want to add Image or any way to Flash Movie. Thanks you in advance. | |
This is the weirdest problem I've seen so far. But upfront this is my first javascript development. I've mostly programmed in Actionscript and PHP. I have quite a bit of javascript running on my PHP page. I had just gotten everything to work well (looking at you IE7!) and I … | |
Hello, I would like someone experienced in JQuery framework help me a 2-level accordion menu for my website. Here you can get a working example... [URL="http://jquery.bassistance.de/accordion/demo/"]http://jquery.bassistance.de/accordion/demo/[/URL] For instance if you could modify the first example (Standard, container is a div, header is h3 and content div and nested p), what … | |
how do i create a user profile that is similar to that of myspace.com? | |
Hey all, I am trying to create a site that produces a PDF or something similar based upon user input through radio buttons. For example say there are three categories A, B, and C. Each category has two options, 1 and 2. So a diagram with option A = 1, … | |
Hello everyone, I've run into a brick wall with this problem. I've been given a huge webapp that was designed for IE6, and I need to make it work(and look good) in Firefox 3.0 and IE7. So far, it's just been a bunch of CSS, JSF, and HTML changes, with … | |
I want my form to be validated that is no field should be empty.....i have tried some code on field only but its not working...please help <html> <head> <title>city talkies acccount</title> <style type="text/css"><!-- p { font-size: smaller; font-family: sans-serif;align:center;} --> </style> <body bgcolor=""> <script type="text/javascript"> function validate_form ( ) { … | |
Hi to all. I'm trying to get the percent of an swf object in the html page. I'm using the method PercentLoaded(), the code is working fine in IE and not working in Firefox. I print the percent and in IE and see 0, 20, 30....100% In Firefox I see … | |
Hi, I have a page which has a Div on it which gets constantly updated (every 1-3 seconds) but I want it to maintain its position between refreshes. I'm very very very new to Javascript and I am finding it very difficult to convert code that I've found online. Can … | |
Hello, I have the following script that [COLOR="red"][B]used to work [/B][/COLOR]with FF2. Now I get under FF3: [COLOR="red"] TypeError: document.getElementByID('content') is null[/COLOR] [B]SCRIPT:[/B] [code=javascript] function Sounding(){ var yr = "08"; var myArray = new Array(); myArray[0] = new Date() ; var mes = (myArray[0].getMonth() ); if (mes.length = 2) { … | |
Hello! I have a web application where status messages are displayed in a small area of screen. I need the text to scroll down to the last message as the status messages are being added. But only the first messages are shown and the user has to manually scroll down … | |
Hi to all, I would open a Ms Word document into an html page using the tag OBJECT. Now I open it with OpenOffice writer using the tag : <OBJECT CLASSID="clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D" > <PARAM NAME="src" VALUE="file:///c:/my.doc" > <PARAM NAME="readonly" value=false><!-- Just view the document, do not edit--> </OBJECT> it works very … | |
How to i get it rite ?? i tried the code below by it fail, anyone can correct me and tell when i when wrong ?? var Fname=document.getElementById('Fname').value; if(!/^[A-z]*$/+$/.test(Fname)){ msg+='- Only Letter & Space '+email+'\n\n';} | |
I am trying to create this code for my website but i am having trouble per when you click the button for corrosponding with correct image it does not on call take that image and show it as my main one i can not get my img swap to work … | |
Hey all, I'm trying to get Google Maps on my [URL="jetsfloridaoutdoors.com"]website[/URL] and I'm not exactly sure what todo. I got an API key from Google and then some coding but I don't know what todo with it. The reason I want Google Maps on my website is because I want … | |
I want to develop a widget that'll allow people to see who of their PS3 friends are online and what they're playing, just like you can see through the Playstation 3 friends menu. How would i get this info? Is it important enough for Sony to make it difficult to … | |
I am trying to create this code for my website but i am having trouble per when you click the button for corrosponding with correct image it does not on call take that image and show it as my main one i can not get my img swap to work … | |
I'v e been using a script for pop-ups for several years, and it works fine in FF. I noticed the other day that in IE7 it's cutting off the right side of the image. I don't see anything obvious, but I don't know much about Java, so I'm hoping someone … | |
Hi. i'm new user of jsp and i have this problem. I post my code [code] <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <%@ page import="it.yacme.mystiquexml.mapping.Modello"%> <%@ page import="it.yacme.mystiquexml.mapping.*" %> <%@ page import="it.yacme.mystiquexml.business.YacmeRemote"%> <%@ page import="it.yacme.mystiquexml.presentation.YacmeLocator"%> <%@ page import="java.util.Iterator"%> <%@ page import="java.util.List"%> <%@ … | |
hi i am very new to ajax,please tell me how to check whether username already present in the db.i want the user name to be unique please tell me the code to check. thanks. | |
Hi, I am Trying to use Mycrosoft.Web.Preview.dll to implement drag a crontrol in a <div> zone. I am not able to find a method to move the control further after once droping the control in the <div>. Any one here came across with this? . Please revert me if you. | |
I need help to find a code that will hide the file location on the server, like instead of showing: [url]http://cbuy.webs.com/file.html[/url] I would want it to show: [url]http://cbuy.webs.com/[/url] for the whole site. can and will anyone help me please? |
The End.