15,699 Topics
![]() | |
Hi, i have an application inaction script & java script .I m calling a javascript function by actionscript Fscommand but it gives error as "Object Required" can anyone solve this error.... i have paste code below of javascript.... [code] <html> <head> <title>save</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> <script … | |
I have set up an admin area for users to sort thumbnail photos, which is within an accordion widget and works well. However, I would like to add the ability for them to drag any photo they want to delete to a trash bin image. This would delete the photo … | |
Does anyone know how to add more measurements to this code without continuing to measure the same distance which is what it does. I want to measure the distance between 2 points, then measure the distance between another 2 points keeping each measurement stored as a variable. geocodecalc.js [CODE]/* ******************************************************** … | |
The code below I have a problem... When you hit enter on a text field firefox stays at the same page because I have returned false; (I assume) but IE still submits the form normally. What am I doing wrong? [CODE=javascript] window.onload = function() { var form = document.getElementById('keyword'); var … | |
Hello, I m Ruchi.I want open save as window for user to save text file through java script & i have used javascript Execcommand however it only works in IE not in Mozilla ,Firfox etc........... Please help me Thanks & Regards Ruchi | |
Hi there, Hoping you can help. The page in question is online at... 'www.christophercrawford.110mb.com/purchase.html' and can also be posted if required. It can also be accessed by going to 'www.christophercrawford.110mb.com' then selecting the 'Contact' page and pressing the 'Order Now' button in the top left corner in the left nav … | |
I assume the drowpdown/layer menu is javascript simply because it has to wait until the entire page is loaded so that I can see the sub-options... I really wouldn't want it to be redone but sometimes at work I have slow internet and loading the page just pisses me off … | |
I have created popup but I have problem with it. It flaps. What is problem, can somebody comment it. Thanks in advance. --------------------- [code=HTML]<head> <title>My Popup</title> <style type="text/css"> #popupcontent { } .InfoPopup { position: absolute; visibility: hidden; overflow: hidden; border: 1px solid #CCC; background-color: #F9F9F9; border: 1px solid #333; padding: … | |
I am calling the below function on the click of an 'OK' button to set the attribute of a cell of a table (attributes for <td> tag), however i am not able to set the 'style' attribute of the <td> tag with the code below. Please help me in achieving … | |
I am trying to send a request to a server and expecting to get back XML script. Will it be saved in response text only ? if yes its somehow not working [code] <html> <head> </head> <body> <script type = "text/javascript"> var name=""; function note() { name=first.query.value; } document.write(name); function … | |
Hi I'm a bit of a noob when it comes to Javascript, hoping one of you might have any idea what's going on here. I'm changing an image directory for a site I'm working on from top level to /images folder. Even though I'm changing the part of the code … | |
Hello, I am wondering how can I install and use geolocation api by Google so that I can use it in my website. I have spent 2 hours for this searching on google, yahoo, mamma, ask but not found a solution so please help because I am ready to throw … | |
[CODE] <script type="text/javascript"> function resetLists(){ document.forms["body"].elements["select1"].selectedIndex = 1; document.forms["body"].elements["select2"].selectedIndex = 1; } </script> </head> <!--Start the html body--> <body id="body" onload="isColorSet()"> <form action="" onsubmit="return false;"> <form id="body"> <!--This is where the changes happen--> <div id="test">This is supposed to be a nice little navbar. Select a new font to change this … | |
i need to call an multi-select listbox from one html page to another html page do anybody know how to do this. can anybody explain me this with example. | |
Hello, I have problem in java script ............ i m using action script & java script , i have an application in which i want to save text of user on clicking on save button & i m using "document.execCommand('saveas')" to save text ... however this code work fine in … | |
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 | |
hi i am using tinyMCE editor(javascript) in php file .the data which is enterted in textarea is diplayed along with some script .plz do tell me how to avoid the script. eg: <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; … | |
i need a java script that should take pictures from a Folder and automatically play the slide show of these pictures when HTML page load......i need it urgently....plzzzzz help me | |
How would I be able to accomplish the attached image? I have seen ajax sliders around, however only 1 slider. Is it possible to include a 2nd slider to act as a "maximum" and the first slider as a "minimum"? If there are any examples I could look at, it … | |
Hello to everyone and Happy New Year. Is it possible to execute external files via event handlers?? I want from an HTML (including JavaScript) web page to execute external files via event handlers. What I actually want to do is to execute in the background some php files (and do … | |
hai sir.. Is it possible to connect mysql database with asp.net by using javascript code.. how to do gridview databind in javascript.. pls urgently need ur help.. eagerly waiting for ur solution.. sir.. thank u... |
The End.