15,127 Topics

Member Avatar for
Member Avatar for realnsleo

hi everyone. i am having trouble with validating an input field where someone is supposed to enter their full name. i got this validation from the internet but it does not allow spaces between words. please help me correct it and explain to me what was wrong. Thanks a bunch. …

Member Avatar for essential
0
85
Member Avatar for Dex09

Just a simple question, this has always bugged me. I always wondered why JS includes and code were split into separate script tags. jQuery, Analytics, and others do this: [code=javascript] <script src="/js/scriptname.js" type="text/javascript"></script> <script type="text/javascript"> //code here </script> [/code] Why use multiple tags? Why not: [code=javascript] <script src="/js/scriptname.js" type="text/javascript"> //code …

Member Avatar for Airshow
0
219
Member Avatar for Enrico!

hi, I'm trying to load cell values from a table, to a form in Javascript.... I can caught the cell values but I can't load them to a form.... this is how I caught the cell values: [code=html]<td id='cellText' >writing the text </td> <script> alert(document.getElementById('cellText').innerHTML); </script>[/code] Thank everyone.....

Member Avatar for Enrico!
0
193
Member Avatar for Potato.Head

Hi to all, I have the following problem, I have a div that includes a pictures and texts, if you put the following code in a html, and see the result, you can notice that in IE the text is displayed inside the DIV, in Firefox you can see the …

Member Avatar for Potato.Head
0
104
Member Avatar for BinodSuman

I was searching a solution to get height and widht of an image using javascript. I got many but all those solution only worked when image present in browser cache. Finally I got one solution to get image height and width even image does not exist in browser cache. Just …

0
54
Member Avatar for sunilsinha

Hi, In Firefox, div is not fitting to its text contents. There is requirement that on selection of fontsize from dropdown, div contents font size changes accordingly. Font Size DropDown values ranges from 5-95. When contents font size is increased, text contents are overflowing. To solve this, i defined div …

Member Avatar for Airshow
0
156
Member Avatar for neclark2

Hi, I've got a webpage that hides divs using the off left method whereby hidden divs float 4000 pixels to the left of the screen, instead of actually being hidden. I was unable to take the approach of using display:none because this page has embedded google maps within the hidden …

Member Avatar for neclark2
0
113
Member Avatar for kavitha284633

HI, I have 2 requirements for a single aspx page (IE7 browser). 1. The position of the top menu has to be fixed. 2. In the contents page is a grid displaying the following two columns: a) Name of category b) An ajax slider to rate the category. (Refer AJAX …

0
59
Member Avatar for Xessa

Hi. I have a textarea and i want my button to be enabled when the contents of the textarea is changed. But i don't want onchange method because even when i type even a letter it keeps firing the js function. I got the contents of textarea from the database …

Member Avatar for Airshow
0
107
Member Avatar for servis

i want to display alert on the basis of responce text in AJAX, meaning to say i am getting responce text in id "responce " through php file by AJAX method, when responce is incorrect it shows alert before form submission the code is as follow, [ICODE] <?php session_start(); ?> …

Member Avatar for Airshow
0
121
Member Avatar for pradeepktg

Hi All, Am new to this forum and really happy to share my programming thoughts to you all. It would be great help if some body gives me the the solution for the below. Case: When i select a file (through html file control) from local machine, before uploading i …

Member Avatar for pradeepktg
0
147
Member Avatar for 7gakki

Hi, I got javascript error: unknown exception in IE 6 Take a look: [url]http://buildalook.com/index.php?l=Measure[/url] login: test2 password: test2 Click "other information" in the left, first it's work good. But when I refresh and click "other information" again, I got javascript error: unknown exception. Can you help me?

Member Avatar for essential
0
162
Member Avatar for Xessa

I have a data source. I want the null values of my text to be printed as a new line in my text area. How can I do it? Think of sql table 1-I am 2-null 3-good I want it to be printed on textarea like this. I am good

Member Avatar for sillyboy
0
82
Member Avatar for 7gakki

Here how it's work. Hold down the mouse click make the popup show, release will hidden. Continuing hold down the mouse click and moving the mouse around will make the popup follow the mouse. The problem is how to make the popup (<div id="popup") move follow the mouse cursor, onmouseover …

Member Avatar for 7gakki
0
249
Member Avatar for itisnot_me

ok i don't know where to start my search cause i don't have to right terms. what i would like to do is have to menus and have the second be changed dynamically. ex: in the first dropdown if the user selects a category, the subcategory will populate with sub …

Member Avatar for itisnot_me
0
102
Member Avatar for BigGJonsey

I've been able to get the iFrame to resize to the content - see this link - it's pretty simple. My only problem, is if the user clicks a link so that another page is displayed, the iFrame doesn't resize. It will only resize when the parent page is reloaded. …

Member Avatar for Airshow
0
205
Member Avatar for preet.pranjali

hi, can anyone plz tell me how to acheive the thick box effect on this site?as in when you arrive at a page and cookies are cleared, there appears lightbox for signup. i am trying to achieve something similar. thanks in advance Preet

Member Avatar for ShawnCplus
0
44
Member Avatar for JimPatrick

Hello guys, i need some help on creating an event callender reminder that can work on MS Outlook like iCal, this callender reminder will be on an event site which I am working on so people can get reminders via MS Outlook. JimPatrick

Member Avatar for Airshow
0
52
Member Avatar for 7gakki

Hi, I have a question. When you click on the body and hold the click button down the div will appear. Continuing to hold down the mouse click and moving the mouse around the div, will make the div follow the mouse pointer. How to do that in mootools?

Member Avatar for itisnot_me
0
47
Member Avatar for extofer

I have a third-party JavaScript that works as a button.... I need to call from that script to a C# function. Is there anyway to do that??

Member Avatar for serkan sendur
0
86
Member Avatar for alsaffar

Hi all, Please have a look at the left menu in this link [url]http://kuwaiteshop.com/index.php?lang=en[/url] I want a similar menu in any language wither its free or I have to buy I want it to be easy to add categories & subcategories Kind regards & thanks in advance ('',)

Member Avatar for alsaffar
0
100
Member Avatar for Sanit

I have this bit of code that I am using in a project which I got working on a test webpage, and then when I tried to implement it on the real webpage, it all works, except for the jQuery effects. Here is the code: [code=Javascript] $(function(){ $("a.vote_up").click(function(){ //get the …

Member Avatar for Sanit
0
127
Member Avatar for Tigran

Hello guys, I was making a website, all looked great, untill I started IE7. there, it really looked like crap. Now I'd like to just make another css file for IE6 and/or IE7 but not for IE 8, because it does look wel at that browser. How can I detect …

Member Avatar for Tigran
0
133
Member Avatar for itsrahulk

I want that table be refresh after deleting data i have tried it but it’s not working. Can you pls help me how can I do it using protype.js? this is my code [code]<?php require_once("common.php"); $row=getDetails(); //print_r($row); function getDetails () { $objLogs = new Logs(); $fields = 'id,link,filename,pageid,position,orderid'; $row = …

Member Avatar for grvulture
0
102
Member Avatar for jzimmerman

I am creating a form for a registration that asks the participant if they have completed pre-requisite training. There are three questions they are asked. When they click yes, the text box for the requested information is enabled, when they click no, they get a warning that they need to …

Member Avatar for Airshow
0
145
Member Avatar for sandilian

Hi all. i need help. i have two text boxes in Web application. When i enter data in first textbox second will enable automatically. i have written javascrit of onblur and onchanges and onkeyup event to enable the second textbox, it works fine but the problem is when i copied …

Member Avatar for Airshow
0
81
Member Avatar for Bob Arctor

Hello all, I have a page where the user clicks a link, one of several, and some text is displayed. The code I have does exactly that. My question is how do I show only the the current text inside the div container ? I've had a look at clearing …

Member Avatar for Bob Arctor
0
515
Member Avatar for bufospro

Hi all, first of all I apologise that I write in this category (javascript) but I don't know where I could be helped. I use a contact form in my site with the fields user, email, subject, comments I would like after user's submit to send me all the data …

Member Avatar for Airshow
0
221
Member Avatar for starengineer

can someone direct me to a tutorial that will give me step by step instructions on how to link xml to my index page. I don't quit understand the concept around xml. and how it work with an index page Thank in Advance

Member Avatar for essential
0
72
Member Avatar for Spycat

I am hoping that this is a proper forum to post to. I got an Ajax script from Dynamic Drive called "Dynamic Ajax Content" that loads external pages into a DIV in the Parent page. The effect is much like that of an iFrame. I am loading videos into the …

Member Avatar for Spycat
0
225

The End.