15,127 Topics

Member Avatar for
Member Avatar for JohnNemec.com

Is there a way to count the number of items in a option list? I have an alphabetical list and when you select a letter a select option list will populate with links. I would like to display to the user how many links are in the box. The code …

Member Avatar for JohnNemec.com
0
153
Member Avatar for Qasim Ali

hi I have a freetextbox, a hiddenfield and a button on my web page. By pressing the button it insert the text from hiddenfield into freetextbox at current cursor position. I am doing this task using java script. when I run the webpage it give me Object required error. The …

Member Avatar for jaylenong
0
185
Member Avatar for THEMARKER

hello there, I 'm new to this, but I'll appreciate it if someone could help me with my script I'm writing a javascript that add's site to favortites. It works fine in IE but not in anything else. This is for a clients site who uses Mac and linux. I …

0
40
Member Avatar for drugoholic

Hey there, I'm facing a problem with a calculator on my site, you can see it here: [url]http://axa.seomena.com/fr/calculez-vos-primes/calculez-vos-primes-assurances-medicales[/url] The problem is, when you choose the "number of family" whether you're a family of 1 or a family of 6 and more, (in the next step) if you choose anything but …

Member Avatar for drugoholic
0
74
Member Avatar for arunajasmine

HI, i am new to JQUery and Ajax.I am trying to use the value returned from the Ajax call to the another Ajax call.. like [CODE] $.ajax({ type: "POST", url: "http://localhost/FormBuilder/index.php/forms/saveForm/", async: false, data: "formname="+formname+"&status="+status, success: function(msg){ //alert( "Data Saved: " + msg); getformid=msg; }//success });//ajax $("#fb_contentarea_col1down21 div").each(function() { //alert("Form …

0
73
Member Avatar for Phollos

[B]What it is now:[/B] I'm working on a personal blog because I'll be visiting Sweden for 4 months. I've found / hacked a script that allows the user to mouseover swedish words and have a static translation box show the translation. Working site at [URL="http://sverigejourney.tumblr.com"]http://sverigejourney.tumblr.com[/URL] The current code I use …

Member Avatar for Airshow
0
224
Member Avatar for quibbie

I am looking for an autofill script to use with with a point of sale system. We would like to hook a credit card reader to our computers and when we swipe the credit card it will autofill the customers information the fields so it does not have to be …

Member Avatar for Airshow
0
108
Member Avatar for surekhavk

have a javascript in which i am trying to assign the value to a hidden field and getting the below msg 'document.Form1.H_ROWID' is null or not an object i am getting the value in the alert box but not able to assign it o teh control [code]alert("row " +M_ROWID) document.Form1.H_ROWID.value …

Member Avatar for essential
0
198
Member Avatar for gaya123
Member Avatar for Xessa

Hey; i have a table and rows. For example two texts In one row my text is "Helegelemere" In another row my text is "More" But in my JSP page they don't seem identical. For example It looks like Helegemere More And because of after every word i have a …

Member Avatar for essential
0
75
Member Avatar for sivakumarl

Hi Friends... I developed web application which contains script validations in most of the html pages in these validations i used document.forms[0] its working fine in IE , but my problem now i need to execute this application in FireFox browser,but FireFox is not supporting document.forms[0], so please tell me …

Member Avatar for essential
0
219
Member Avatar for solahere

Hello Everyone, I had a small problem in my page. There are some select menus that the user can select and there is a download button which on click should allow the user to download a file based on the selected options...I used the following code under the onclick event …

Member Avatar for solahere
0
111
Member Avatar for arunajasmine

in my application i am using Ajax post like [CODE] $('#fb_contentarea_col3 #fb_contentarea_col1down2 #saveForm').live("click", function(){ if(!$("#formName").val()==""){ if(saveDraft=='on') status="Incompleted"; else status="Completed"; var formname=$("#formName").val(); $.ajax({ type: "POST", url: "http://localhost/FormBuilder/index.php/forms/saveForm/", async: false, data: "formname="+formname+"&status="+status, success: function(msg){ getformid=msg;//returned FOrm id is saved in the JQuery variable }//success });//ajax $("#fb_contentarea_col1down21 div").each(function() { alert("Form id "+getformid);//alerts me …

Member Avatar for arunajasmine
0
146
Member Avatar for Cheeki

Hello guys, I don't know if there is already a solution for this but I'm having a lot of problems with re-loading the Ajax div tags. At the moment I have two div tags in my main index.php file, called "flowchartDiv" and "buttondataDiv". Now what I'm trying to do is …

Member Avatar for essential
0
213
Member Avatar for jeezcak3++

I am trying to download the full videos behind this flash player. Please investigate. Thanks! HTTP link: [url]http://www.3dbuzz.com/vbforum/simplevideo.php?v=2064[/url] [CODE=javascript]<html> <head> <script type="text/javascript"> window.focus(); </script> </head> <body> <div style="position:absolute;left:0px;top:0px;width:100%;height:100%;" id="container"> </div> <script type="text/javascript" src="/vbforum/swfobject.js"></script> <script type="text/javascript"> document.getElementById("container").innerHTML = '<a href="http://www.macromedia.com/go/getflashplayer"><img src="/images/sx/youneedflash480.jpg" width="640" height="516" border="0"></a>'; /*var s1 = new SWFObject("http://www.3dbuzz.com/vbforum/mediaplayer4.swf","mediaplayer","100%","100%","9.0.124.0"); s1.addParam("allowfullscreen","true"); s1.addVariable("file","2064&q=0.mp4"); …

0
96
Member Avatar for solomon_13000

I have been trying to get this form to work but it just dont seem to work. The buttons does nothing but keeps pointing to the same form. This is for the mozilla browser. Did I miss something? [code=html]<html> <head> <title>Admin</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../_assets/skin/cms.css" rel="stylesheet" type="text/css" …

Member Avatar for Airshow
0
121
Member Avatar for rapture

Hello all, I've submitted something similar in the asp.net forum so if you frequent both you'll see it in both places. I'm curious if javascript or ajax can help us accomplish some of our tasks, here is the post in the other thread: Hello all, I'm a bit newer and …

Member Avatar for essential
0
145
Member Avatar for polo_coins

Hi,I have maybe stupid question but are anyway to build "forum" on javaScript or Html without using SQL or ASP maybe there is way client send his information directly to the page? Thanks,Sergey

Member Avatar for DangerDev
0
127
Member Avatar for polo_coins

I want reset user choice of radiobutton here is my code [CODE=javascript] form action="mailto:meerovichsergey@gmail.com" method="post" enctype="text/plain"> <fieldset> <legend>Your opinion</legend> <input type="radio" name="choice" id="op1" value="All was perfect ,answer to all question." >&nbsp All was perfect ,answer to all question.<br/> <input type="radio" name="choice" id="op2" value="Arcticle is good,but there are a things to …

Member Avatar for essential
0
164
Member Avatar for polo_coins

I wrote this code bellow but it doesn't work how I get to [B]bgcolor[/B] of [B]tr[/B] tag? [CODE][COLOR="Red"] <table id="menutable" name="table1"> <tr onmouseover="ChangeCol()" id="tr_1"><li><a href="main.html" name="main" target="main">Main Page</a><br/></tr> <script language="JavaScript" type="text/javascript"> <!-- function ChangeCol() { var col="#998800"; document.menu.tr_1.bgcolor=col; } //--> </script> [/CODE][/COLOR] thanks.Sergey

Member Avatar for polo_coins
0
181
Member Avatar for aosmith

I'm having an issues with this script from my own debugging it appears that the readyState is doing the following 1 ... 4 ... 1 ... 4 the second time it appears not to have any response so I end up seeing my content shortly (if all my debugging alerts …

Member Avatar for aosmith
0
168
Member Avatar for Bhilal

I am new to AJAX. that's why I ask it to you. i search it in daniweb and google but i decided ask it. anyway, my question is : how can i dropdown list from database like google. I want to use it in searching the word in a dictionary …

0
60
Member Avatar for eamonn_henry

I really am stumped by this problem and would appreciate some help.. I am tryiing to build a site on a computer running Wiindows XP and using, mainly, FrontPage 2003 although I have also used Notepad to try and solve a problem that has arisen. The problem is that IE6 …

Member Avatar for fredricksmith
0
116
Member Avatar for psyb0rg

I have a main.php page with multiple divs. I load whole pages in these divs using AJAX. Some of these pages have forms with submit buttons. The structure of the pages is like so: For acc_settings.php [CODE]<form enctype="multipart/form-data" method="post" action="acc_settings.php" > . . <button type='submit' name='update' >UPDATE</button> </form>[/CODE] So the …

Member Avatar for psyb0rg
0
136
Member Avatar for Bhilal

how can I align the link i mean i can i manage the 4 link two of them at the left corner two of them at the right corner? [code=html]<style type="text/css"> .sag {text-align: right} .sol {text-align: left} </style> <a class="sol" ... <a class="sag"...[/code] but it doesn't work

Member Avatar for essential
0
116
Member Avatar for Chad Gary

This is an AJAX/Prototype problem, which is independent of the server-side scripting language I'm currently using. I have the following multi-demensional nested array, which I have successfuly turned into a JOSN Object as such: [CODE][{"PlayerName":"Ron Artest","Positn":"Forward","Height":"6-7 l","Weight":"260","College":"St. Johns"}, {"PlayerName":"Kobe Bryant","Positn":"Guard","Height":"6-6 l","Weight":"205","College":"Lower Marion High Sc"}, {"PlayerName":"Andrew Bynum","Positn":"Center","Height":"7-0 l","Weight":"285","College":"St. Josephs"}, {"PlayerName":"Pau Gasol","Positn":"Forward","Height":"7-0 …

0
69
Member Avatar for danielpataki

Hi Everyone! I don't think this is a hard question for all of you well versed in javascript and jQuery, but I seem to be having some problems. I am building a forum and I am experienced in PHP, MySQL and even in jQuery now somewhat, but I have run …

Member Avatar for hengzhe
0
148
Member Avatar for Chad Gary

I'm having difficulty trying to return a multi-demensional array using Javascript Prototype's Hash Object. I have been able to return the values of the following associative php array using JSON and Javascript Prototype's Hash Object: php array [CODE]$player = array( 'PlayerName' => 'Ron Artest', 'Position' => 'Forward', 'Height' => '6-7', …

Member Avatar for Airshow
0
73
Member Avatar for sam023

is it possible to fetch data from mysql and storing it in javascript array..!!! . . waiting for valid reply.. :)

Member Avatar for abhims32
0
73
Member Avatar for Tekkno

I would really appreciate some help with this. I have searched and searched the internet but cannot find information on exactly what I am trying to do. I have a javascript toggle function: [code] function toggle_change() { var ele = document.getElementById("change_log"); var text = document.getElementById("Toggle_change"); if(ele.style.display == "none") { ele.style.display …

Member Avatar for Tekkno
0
192

The End.