15,700 Topics
![]() | |
Hi friends, Please help me with this, any javascript guy, Please > this script is working in every browser [B]except Internet Explorer[/B]. It says an unknown runtime error ? :( [CODE]<script language="javascript"> var count=1; function extend() { var a = "sname"; var b = "sgender"; var c = "sbranch"; var … | |
[B]1.[/B] I want to put javascript in webpage that shows gif image on moving cursor anywhere on the page and [B]2.[/B]I want to get the value of one textbox and put this value to another textbox. | |
i`m using the jquery library in ma web....so i`m wondering which method of calling the library is more recomended. i mean to download the libary and call it directly from the server or to link to googleapis???? Any suggestions will be appreciated. <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script> <script type="text/javascript"> OR <script … | |
I have studied some AJAX, and tried to understand it. The AJAX works; i just want to write a right php document too. With the AJAX, I load the php file write.php. Here is what is in write.php: [CODE]<?php $NAME = 'data.txt'; $HANDLE = fopen($NAME, 'w') or die ('CANT OPEN … | |
Hi I think what Im trying to do is possible, just not sure how... On a button click - Ive created an object, with some properties in it. If I want to access those properties when clicking another button... how do I do that? [code] function build() { var circ … | |
Hey, I've been playing around with the jDigiclock weather+time script from [URL="http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/"]http://www.radoslavdimov.com/jquery-plugins/jquery-plugin-digiclock/[/URL] the only problem with this awesome script is that it get the location of the user from the static input directly from the script. How can I access the users locale and feed it into the variable that … | |
As part of data entry I am checking the validity of a date field and using the onchange event to trigger the check. As you will note it also compares start and end dates, but that's not the issue. The issue is that after a bad date is detected and … | |
I am looking for a correct way to test a JavaScript regular expression for phone number and email address. This includes the RegExp string and the syntax. First the syntax: I am confused about using the quote mark (“) in defing the RegExp. Is it [code] var email_test = new … | |
After the apply button is clicked, the data entered by the user disappeared in the text form. How to keep the data appearing on the text form? The server use jsp and the Spring framework and the client use the Prototype javascript library. | |
Hey! I am making a chat program. I have a function Chat(); [code] function Chat(){ var fullMessage = document.getElementById('name').innerHTML +' '+ document.getElementById('message').value+'\n'; fullMessage = fullMessage.replace(/\'/g,"'"); fullMessage = fullMessage.replace(/\\"/g,"""); fullMessage = fullMessage.replace(/\[/g,'*lsb?'); fullMessage = fullMessage.replace(/\]/g,'*rsb?'); sendRequest('http://3rlend.com/pjattappend.php','F=allMessages.txt&D='+'fullMessage','POST',true); document.getElementById('message').value=""; } [/code] sendRequest(url,params,method,Asynch); i an AJAX function. Now when I try to execute Chat();, … | |
Hi guys, I am looking for a way to change an image when a link is hovered over. I should make it clear that it is not the list/link image i want to change but an image along side in order to "illustrate" the content. Can anybody suggest a starting … | |
I am able to get the file names with current script. $dir = "var/www"; $dh = opendir($dir); while (($file = readdir($dh)) !== false) { echo "<A HREF=\"$file\">$file</A><BR>\n"; } but the www folder is local. i wanted to get the file names on my windows server which has the following address … | |
hi, as the title has saiad, if the user click "ok" for exp it will link to [url]www.google.com[/url] and if the user click "cancel" it will link to [url]www.yahoo.com[/url]. below is my code [CODE] function calcFunc(){ var val1 = document.calcForm.selectQuantity1.selectedIndex; var val2 = document.calcForm.selectQuantity2.selectedIndex; var val3 = document.calcForm.selectQuantity3.selectedIndex; var val4 … | |
Hi all! this is my first post in this site.. the following code works fine with ff but not with **ie 8** - i had given [B]'windowname' [/B]in the place of **'_blank'** for ff, but that did not allow ie to open the window, so replaced it with blank, now … | |
I have beautiful floating number effect, written in JavaScript, which is not working on website under Firefox 3.x. It does work in any version of Internet Explorer. Can anyone help me fix it? Here's my site: [url]http://home.wlu.edu/~feldmann/[/url] | |
I am writing a contact form using jQuery AJAX POST and PHP. The form works well and sends the email. What I want to know is how to get the return values for error and success on the same page where the contact form is rather than having the message … | |
Hello guys i'm new with programming and i've been wondering if i could use AJAX with this: i have 4 words with links and when i press them i want to show some images and a text. Is this posible ? Here is the code that i use (i only … | |
I have the following AJAX script: [code=javascript] function callAHAH(url, pageElement, errorMessage) { document.getElementById(pageElement).innerHTML; try { req = new XMLHttpRequest(); /* e.g. Firefox */ } catch(e) { try { req = new ActiveXObject("Msxml2.XMLHTTP"); /* some versions IE */ } catch (e) { try { req = new ActiveXObject("Microsoft.XMLHTTP"); /* some versions … | |
So what im doing is actually in php, but just wanted to know whats the working logic of what im trying to do. I currently have 2 servers(virtual machines). i have a php file in ubuntu server that calls some other files on the windows server and vice versa. as … | |
I’ve been fighting this for a few days now. I’ve found some wonderful tutorials that get REALLY close to what I’m doing, but I guess I’m too dumb to figure the last step out. I understand it in theory but I’m hoping someone can help me complete this project. What … | |
Hi guys, I was wondering if it's possible to play a sound from.. let's say a .gif by clicking on it. Or even any other way as long as it doesnt take to much space on the site. (im talking a bout a short audioclip, it shouldnt be more then … | |
Hi, I'm using this script to open the enlarge version of a thumbnail image, in a new window: <a href="images/enlarge/20ans_1.jpg" onclick="window.open (this.href, 'child', 'height=400,width=600'); return false"> But the pictures opens smaller than the window and I have to click on the miage (zoom tool) to get the full size. What's … | |
I want a php contact form in facebox.When i click the submit button it should show the error or success message in the facebox with the same page as background.Is it possible,pls help me... Thanks | |
since FB.Connect works only in javascript how do i send the user id from the javascript to JSP for it to be stored in the database. for example how do i use FB.Connect.get_loggedInUser(); to send the id to jsp.? | |
hi, I am trying to setup a page where the visitor answer a question first before continue, otherwise, I don't want them entry. Can I do that using a dhtml and ajax? thank you for your help | |
Hi Everyone! I am trying to use a $.post call in jQuery to check a user's credentials before submitting a form (so I can show errors without reloading the page), but I've run into a problem. I know why it is, because AJAX is not synchronous, but I just can't … | |
Hey! I am trying to make an auto scroll for my chat program. [URL="http://3rlend.com/testingScroll.html"]This[/URL] is the test page. If you are too lazy to take a look at the source, I will give it to you: [CODE] var DS = document.getElementById('div_scroll'); var de = document.getElementById('deb'); var date = new Date(); … | |
I'm sure there is a really, really simple way to solve this issue. I'm just not a programmer so I don't know it off the top of my head. I have this script ext.php that accepts a variable ref. It works like [url]http://ext.php?ref=http://site.name[/url] The problem is that there is also … | |
I need to create a table: inside a table i must have the picture with a heading, link<< 1 of 2 >> ,abstract and full story, read more news. When clicking on the link 1 of 2 the image must change along with the heading and abstract. | |
I am usind ajax modal popup extender control.I used following code. </cc1:ModalPopupExtender> <asp:Panel ID="pnlConfirm" runat="server" Width="328px" Visible="False" CssClass="modalBackground" > <asp:Label ID="lblConfirm" runat="server" Text="No employee is marked as absent,do you want to continue?" Width="409px"></asp:Label><br /> <br /> <asp:Button ID="btnYes" runat="server" Text="Yes" CausesValidation="false" UseSubmitBehavior="false" CssClass="button" Width="34px" /> <asp:Button ID="btnNo" runat="server" Text="No" CssClass="button" … | |
Friends, Since I have to design JSP using Ext-JS, I am in need of help to start Extended JS. Can anyone suggest me any good sites or pdfs to learn. Thanks, ramjeev | |
hi i wrote a code for login. it uses xhtml, ajax and php. the problem is when i try to login using firefox and chrome it does log me in and working fine but when i check it on IE8 and safari it does not log me in. it just … | |
Hi, I have some 100 xml documents on a sharepoint website and I would like to replace the value of a particular attribute inside each XML document on the server. To do this: I would like to run a command line tool developed in Javascript which will ask me the … | |
Well I'm currently creating an application that will subscribe to youtube channels that you are interested in. I run a check to first see if you are already subscribed to the channel, but I sometimes receive an alert box saying you are already subscribed. I couldn't leave this bot on … | |
Hello! I have a text field where a user can enter either a(n): [LIST] [*]American zip code (example: "02475") [*]Canadian zip code (example: "A3F 4G6") [*]A "city/state abbreviation" combination (example: "Toronto, ON", or "Las Vegas, NV") [/LIST] For the most part, users don't have much of a problem with the … | |
i'm using refreshhit for some random quotes pages in different DIVS, and love it; problem is, if i add html to the text in the pages: $string = "<a href=\"page\">text</a>"; echo $string; that's exactly what i'm getting, "<a href=\"page\">text</a>", instead of parsed html - can someone tell me why...? what … | |
Can someone please help me l need to apply a hover css on a radio button. Currently the background color only draws a box around the radio button but does not the actual radio color. l dont mind if there is no css even javascript will do | |
[CODE]window.onload = rolloverInit; function rolloverInit() { for (var i=0; i<document.images.length; i++) { if (document.images[i].parentNode.tagName == "A") { setupRollover(document.images[i]); } } } function setupRollover(thisImage) { thisImage.outImage = new Image(); thisImage.outImage.src = thisImage.src; thisImage.onmouseout = rollOut; thisImage.overImage = new Image(); thisImage.overImage.src = "images/" + thisImage.id + "_on.gif"; thisImage.onmouseover = rollOver; } function … | |
i am completly new to this programming language,but i know the features of the .net that wht is c#,asp.net and sql server.and presently working with s/w company where i need to work on ajax plzzzzzzzzzzzzzz suggets me how will i do | |
Hi php masters.. i manage to use an ajax combobox to shows bus fares and destination on my site and it works great in xampp.. problem start when i tried to upload the site to my host server (linux).. the combobox contains 4 .php scripts and 1 .js script there … | |
I'm validating a textarea for null value by following code var message = document.chat_frm.msg.value; if(message=="" || message==null){ alert("Say something or shout it out! Uhm ... no, type it in!"); //document.chat_frm.msg.focus(); return false; } It is working fine as if without entering any text I click on submit it returns alert … | |
I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. Any one who can hepl me? I woukd appreciate your help. | |
i am trying to find what is wrong with that but i can't find it [CODE] function check_form(formid) { var field=document.getElementById(formid); var wrongs=0; document.write("lol"); document.write(field.length); for (i=0;i<field.length;i++) { k=field[i]; temp=k.name; document.write(temp); if (temp.indexOf('email')==0) { document.write("lalala email"); if (check_mail(formid,temp)==true) { wrongs++; document.write(temp); } } else { if (temp.indexOf('til')==0) { document.write("lalala til"); … | |
i have create a function to calculate date. whenever i enter it to the system, there having extra date. why get like that. the coding is just like the below. [CODE]function calculateDate(value) { if (document.form.fromDate.value != null && value != null) { var date = getDate(document.form.fromDate.value); date.setDate(date.getDate() + parseInt(value)-1); var … | |
Hi, i just start learning jquery and want to see some exapmle of jquery core API and ajax. can somebody please give me some code example so that it can be easy for me to understand. Thanks in advance. amby | |
Can someone explain to me why I get this error when i have one radio button in the array with a length size of one and i = 0? [CODE]]document.radioForm.Radio[i] is undefined Line 25[/CODE] Here's the code [CODE] ln = document.radioForm.Radio.length if(isNaN(ln)){ ln = 1 } alert(ln) for(i=0; i<ln; i++){ … | |
i have this function and it works right only to mozilla [CODE] function check_field(formid,field) { var k=document.getElementById(formid); if (k[field].value=="") { document.getElementById("wrong_"+field).innerHTML=" Κενό πεδίο"; } else document.getElementById("wrong_"+field).innerHTML=""; } [/CODE] i use this element to call it [CODE] <tr > <th width="22%" <?php if (isset($_SESSION["prob_onoma"])) echo "class=\"become_wrong\"";?> align="left" > Ονοματεπώνυμο :* </th> <th width="45%"> … | |
I tried this one for some experiment and I can't seem to work it out can you help me about this? The problem here is that when you click on the Radio button then click the result button it should give an alert with number(this number is how may times … | |
I have a hyperlink column in a datagrid that uses DataNavigateUrlFormatString to open a popup window via javascript. I am trying to get two variables from a sql to show in the query string for the popup window. I am able to pass the sessionstart date which is ={0} but … | |
I am new to javascript and downloaded an script to my website. It has columns like Bid, Ask, High values. I like to add an extra column (Spread = Ask – Bid). Is their way to add this extra column? Any guidance or reference to material is highly appreciated. Applet: … |
The End.