15,120 Topics
| |
Hi all... I hope someone can help. We have a quote ajax form that works in Firefox (the dropdown values can be seen), but doesn't in IE. See - [URL="http://www.villagevetinsurance.co.uk/quote_engine/"]http://www.villagevetinsurance.co.uk/quote_engine/[/URL] The problem is with step 2 of the process. On step 1 - just put in a post code (i.e. … | |
i have 2 combo box country and state if i select any one of the countryin first combo box automatically partcular state shoudl display in second combo box ...can u tell me javascript coding for this ? | |
[URL="http://anghelsalignycv.licee.edu.ro/Pages/prezentare.html"]http://anghelsalignycv.licee.edu.ro/Pages/prezentare.html[/URL] I used two combo boxes "inginerul" and click "harta". Everything works fine in Ie7, Firefox, but not in IE<7. Please help to configure the script for ie6. | |
I just launched my first site using JavaScript. Safari and Firefox correctly display all my pages. Explorer 6 correctly displays pages without JavaScript and incorrectly displays pages with JavaScript. Explorer claims to support JavaScript but Microsoft is known for half heartily supporting other programming languages. And, as a former Windows … | |
I am trying to create a personality test using javascript and I need help writing a javascript that calculates 4 columns of 12 rows. Each column will have it own total. So column 1 = total 1, column 2 = total 2 and so on. What I would like to … | |
Hi, i have written jsp in which onchange of value in a dropdown another dropdown will appear. I have used ajax & the entire <select> tag i m passing from action. as [code]if( (selectedAccountDivision.equals(""))&& accountDivisions!=null) { //System.out.println("inside acc div if block"+selectedAccountDivision); //out=out+"<table><tr><td class=\"contentBluemain\" width=\"60%\">Select Year<span class=\"contentRedmain\">*</span></td>"; //out="<table><tr><td class=\"contentBluemain\" width=\"60%\" nowrap>Select"+accSubDivTitle+"<span … | |
Hi i had a web form with an input text area in it I need to give some restrictions to user in that text area. 1. Need to deny users to type "<",">" these symbols in that text area. 2. Also deny from type more than 400 characters... I used … | |
Sticky note refresh not working Hello I am trying to create a sticky form. I would like to use javascript to refresh the page using drop down selection to trigger the refresh. The problem is I cannot get it to work. See test3. I tried two other example that worked … | |
Can someone tell me where is the problem ? [CODE]<script type="text/javascript" src="http://www.forumistan.net/analiz/analiz.php?site=http://www.forumistan.net"></script>[/CODE] analiz.php [CODE] <? Header("content-type: application/x-javascript"); ob_start(); include 'all.php'; ob_end_clean(); echo "document.write(\"<div class=\"txt\">Pagerank: $rank->pagerank <br>\")"; echo "document.write(\"Alexa: $rank->alexa_rank</div>\")"; ?>[/CODE] | |
Can anyone see what is wrong with my code here, I am simply trying to validate form input in the following ways: ""JavaScript Data Validation of Visitor's name field Only must be validated as follows: a) the length of the input is bigger than 0 and less/equal to 14; b) … | |
hi there every one.... i was looking some one to help me... i need to make a rounded box in the a page and in that box i need some content to be slide every 10 second... like this one: [url]http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm[/url] | |
I am working on this site which has a login page, it is up live and works fine from my computer but can't get it to work anywhere else. This is the code: <form> <p><B><FONT SIZE="2" FACE="ARIAL">USER NAME :</B> <input type="text" name="text2"> </p> <p><B>PASSWORD :</B> <input type="password" name="text1"> <input type="button" … | |
I am using asp.net 3.5(visual studio 2008) and sql server 2005/2000. I want code for validation of Account number and password. i.e. when user enter the Accountno and password and click submit button it should check the data with that enter in database. If it is correct it should go … | |
Hi, I have a problem accessing server time using javascript. I'm making a home page in asp and want to access server time using javascript. What i'm doing presently is accessing server time in vbscript, and now want to display this in a javascript calendar which i hav already made. … | |
hi i am new to javascript and i try to play around with it but i am stuck at the moment lol hope that someone can help me check my code and tell me what is wrong with it in the page the user can change the background color and … | |
hi, iam doing a project. i have a problem that is "how to access PHP variable in Javascript". | |
I am installed this plugin in word press and right now what the plugin in does is make the text scroll. I know how to implement a javascript to make the text fade in and out instead. I just do not know how to get it to work with this … | |
I want a sample about Dojo grid. Who can give me? thanks | |
Hi i make list box to change the font type, font color, font size and bacground color in listbox this is what i made so far [CODE] <html> <head> <!--Function to do the background color--> <script language="JavaScript"> var backColor = new Array(); // don't change this backColor[0] = 'red'; backColor[1] … | |
Hi there! Is there a way to refresh the page to all users when one of them clicks on a button like in Cent Auctions ? For example: There is a button refresh and when I click it the page refreshes to all... | |
Hi, I want to this, a button that changed to disable when click, while there is something sent to the database. I worked with ajax, I can do this with a submit button, but when I i put the form tag, not work any more. Can you give me some … | |
So, for the last few months I've been delving into the wonderful world of JavaScript, as I merely knew it as 'that thing you made rollovers with back in the days when there was no CSS'. I've seen many pretty things, especially in the toolkit development sector, there's a lot … | |
Hi (First time user) I am developing a team unit leader page. On my page I have a table with one column and multiple rows with each row having a department name. I would like to do two things but i'll focus on one for now. When i click on … | |
I have the code to detect and alert the user of my pop up being blocked. Is it also possible to have the user click ok to open the pop up? If so, can someone post that code for me, please? Thanks. | |
Hello guys!!! who can help me to solve my problem in javascript program??? I am a 2nd Computer Programming student.. But it is hard for me to do this problem....please!!!help me to do this......thanks guys i need it tomorrow...... | |
in my page having some control(Images) in left side..when i drag any control the copy of control adding into right side <Div> tag..like controls dragging from toolbox.. this is my forst step 2-->After adding the controls into <div> tag ..select any control i need to display selection handlers and move … | |
the web page is: thehivecomplex.zxq.net I am trying to make the web page look like mozilla does. In explorer it looks crazy. Please help or offer some advice. thanks web virgin | |
I have a tic tac toe program. The game board has a table with 9 cells. The cells need to be clickable, but when I click them, nothing happens. Cells are created in line 25. The [ICODE]cellClicked [/ICODE]function on line 10 is supposed to execute, but line 12 appears to … | |
Hello i urgently need help or ideas with this question. i have a 4 images to display in a web page, a. when a pay button is clicked it loads 10 tokens enabling the player to play 10 times b. when a play button is clicked, it randomises the images. … | |
hi friend. i have a simple question but not sure answer is simple :). how can i run an aspx event with javascript. thanks |
The End.