15,127 Topics

Member Avatar for
Member Avatar for techie929

Can anyone suggest how can i parse the below xml file using jQuery? <attendees> <attendee>83b802430047d026858de37c8aa3dec5</attendee> <attendee>ab4925dc6a2d92e15de675aefe497e46</attendee> <attendee>27f865406965950e915b2f6e7128ba1d</attendee> </attendees>

Member Avatar for hielo
0
56
Member Avatar for designershiv

Can anyHere my code: [CODE] <script language="javascript" type="text/javascript"> jQuery(document).ready(function() { $('#countdown_dashboard').countDown({ targetDate: { 'day': 17, 'month': 9, 'year': 2010, 'hour': 1, 'min': 0, 'sec': 0 } }); }); </script> [/CODE]

Member Avatar for hielo
0
141
Member Avatar for yopirates

hey guys i have used jquery tabs in my website design. In one page i have 4 tabs and in each tab i have save and clear option . if i click on tab 3 and enter the contents and then save its returning back to tab1! I want it …

Member Avatar for yopirates
0
166
Member Avatar for queryme

Hi I Have a web method on the Server. Below Is My Web Method. ASP.NET Syntax (Toggle Plain Text) [WebMethod] public string GetAge(int year, int month, int day) { DateTime birthDate = new DateTime(year, month, day); long age = new DateTime(DateTime.Now.Ticks - birthDate.Ticks).Year - 1; return "You are " + …

Member Avatar for Andrey Luiz
0
115
Member Avatar for dev.vini

<?php require("db-connect.php"); $slt ="SELECT * FROM assingment2 ORDER BY user_id asc"; $qry =mysql_query($slt); ?> <html> <head><title> </title> <script language="javascript" type="text/javascript"> function setcourse() { var index_name=document.frmselect.name.selectedIndex; document.frmselect.course.selectedIndex=index_name; } </script> </head> <body> <form name="frmselect" id="frmselect" action="" method="post"> <table align="center"> <tr> <td><b>NAME</b></td><td> <?php while($ftch =mysql_fetch_array($qry)) { echo'<select name="name" id='.$ftch['user_id'].' onChange="javascript:return setcourse();">'; echo '<option …

Member Avatar for Andrey Luiz
0
116
Member Avatar for apollokid

Hi,I just want to know if there is a script to display jquery when on mobile devices and flash when on computer browser? Any help would be greatful! :)

Member Avatar for Andrey Luiz
0
57
Member Avatar for RyanDev

Hi everyone, I have a simple javascipt code, everything works great but checking the username's and email's avaibility takes too much time. Here is the code : [CODE] $('.send').click(function(){ $(".error").hide(); var hasError = false; var mail = $('#mail').val(); var user = $('#user').val(); var pass = $('#pass').val(); var phone = $('#phone').val(); …

Member Avatar for Andrey Luiz
0
100
Member Avatar for chillipit

I'm having problems with a JavaScript function not firing and I can't figure out why not. I'm opening a pop-up window which needs to pass some variables back to the opening window. I've used this code elsewhere with no problems and I've copied it and changed some of the details …

Member Avatar for chillipit
0
892
Member Avatar for intsam

Hi Guys, I'm kind of new to this forum. Is any body here know/have information about creating a web crawler in Java Script? Please do help me if you have any kind of inormation. Thank u :)

Member Avatar for aquilax
0
62
Member Avatar for keeda

Hi, As part of my class project, I am planning to come up with an online game. I have a basic idea in mind where I want my object to move/follow as per my mouse movement on the browser, can someone please give me pointers/links where I can study more …

0
57
Member Avatar for josiefrut

Hi guys! I need to have a PDF viewer that wont allow users to save, copy, print, email& share online.. plainly just for viewing. any suggestion is appreciated. Thanks.

0
75
Member Avatar for dschuett

I have a form that I use for people to contact me on my website. I have been using server-side php form validation which has been working as it should. I decided to implement java script client-side validation using the jquery validation plug in. Ever since I added the client-side …

Member Avatar for dschuett
0
291
Member Avatar for pietpiraat

Hi everyone, i'm having a hard time achieving this: i have a table inside a form, with input fields ( price, qty, desc, total ( to be updated ), this works as it should with the following javascript: [CODE]<script type="text/javascript"><!-- function updatesum() { document.forms['hours'].elements['onktotal[]'].value = (document.forms['hours'].elements['onkqty[]'].value.replace(",", ".") -0) * (document.forms['hours'].elements['onkprice[]'].value.replace(",", …

Member Avatar for pietpiraat
0
1K
Member Avatar for ppetree

Sorry for the duplicate post... I just posted an AJAX forms generator that will read a MYSQL table, allow you to define how the fields are treated and then generate the necessary HTML, Javascript and PHP files to implement the form. You end up with a complete and working form …

Member Avatar for somedude3488
0
360
Member Avatar for greatunknown

I was wondering if there was any way to use Javascript (or any language) to select text located in a div for the user, and I dont mean "highlight", as in, change the background color, I mean to select the text for use in copying and pasting. ...I havnt come …

Member Avatar for greatunknown
0
78
Member Avatar for dschuett

I have a form that I use for people to contact me on my website. I have been using server-side php form validation which has been working as it should. I decided to implement java script client-side validation using the jquery validation plug in. Ever since I added the client-side …

Member Avatar for dschuett
0
189
Member Avatar for AndrewSmith

Heyyyy... I'm trying to get some AJAX going on in my website. It works FINE in IE 6, but when I try it with Mozilla FireFox, nothing happens. Can anybody see anything wrong with the following javascript code? [code] function makeRequest(url, divID) { var http_request = null; try { http_request …

Member Avatar for intsam
0
2K
Member Avatar for turverey

I have several functions in a .js file that collect various types of information from the visitor, let's just say they are strings, and want to send that information to my database. I have no problem putting the information in my database once I get everything into PHP (I'm relatively …

Member Avatar for turverey
0
117
Member Avatar for akshayinbox

Hello. I don't know how to use AJAX. Can someone please help me? I'm using an iframe to display percentage of file uploaded. The iframe refreshes itself every 2.5 seconds. It's okay for now, but not a practical solution. I need iframe to refresh but, it shouldn't look like its …

Member Avatar for akshayinbox
0
176
Member Avatar for niche1

mouseovers work fine in FF, c, o & s, but not in ie8. Why? [CODE] <!-- Based on changing temp11e.php code to produce html from b7b.php in this script code--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta name="description" content="Save money" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> …

Member Avatar for niche1
0
267
Member Avatar for himmat.m4

Hi, I working jsp project and here I want to some value at page load event which is returned from servlet. So please tell me how to get this value in javascript method from servlet. Thank's

Member Avatar for Taywin
0
71
Member Avatar for nikita.chandra

hi.. in my project online bus ticket booking there is a jsp page of bus structure in which there are three images used. one is for selected seat,2nd is for booked seat,and the 3rd one is for available seat. when i click on available seat it will convert in to …

Member Avatar for Taywin
0
1K
Member Avatar for heshanm

Hi guys, I have a problem. When i want to logged out from the system or close an account etc i want to display this message.[B] " Are you sure you want to logged or something like" and "Yes and " No" buttons[/B] are there. How this can be achieved?? …

Member Avatar for heshanm
0
259
Member Avatar for ﻼim

:) hi there daniwebies, can anyone have a sample of source code on reloading two frames in a page by a link? [php|javascript] - setup is frame[one] and frame[two] is both located to index.php - frame[two] have the link [[U][COLOR="Green"]reload page[/COLOR][/U]] - clicking frame[two] reload link should reload both frame[one] …

Member Avatar for ﻼim
0
92
Member Avatar for srikanthdon

i want to control print setting throught jsp or javascript set landscape when clicking on print button directlly plz any support appreciated!

0
39
Member Avatar for syd919

Hello I am new to actionscript and i didnt know which forum to post in and may someone plz guide me to the right on. I want to play a simple animation in actionscript 2 and I keep getting an error Here is my code: [code=php] import flash.events*; stop(); dude.stop(); …

0
49
Member Avatar for Nitashan

[CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Simple</title> <script type="text/javascript"> function showHide() { if(document.getElementById('Checkbox1').checked) { submit.disabled=false; //document.getElementById('submit').disabled = false; } else { submit.disabled=true; document.getElementById('submit').disabled = true; } } </script> </head> <body><h3>Online Application Checklist</h3> <p><br /> <br /> Please review the following …

Member Avatar for Nitashan
0
93
Member Avatar for Partydude4

Can anyone tell me how or what's the JavaScript code to perform the following: 1. I have two frames on my web page. (Top and Bottom) 2. Top Frame is data 3. Bottom Frame are some Controls. (Print button, Back Button, Close Button.) 4. I'm using VB.Net creating aspx pages. …

Member Avatar for srikanthdon
0
2K
Member Avatar for emigrant_tech

hi all, i followed my first AJAX tutorial on the web: [url]http://www.dhtmlgoodies.com/index.html?whichTutorial=ajax-basics[/url] the AJAX is working fine on the site itself, but when i download the source codes provided with the tutorial, it won't run from my machine. i checked this with several tutorials and all same. i.e. no results …

Member Avatar for emigrant_tech
0
1K
Member Avatar for anuran

im in a bit of a trouble i have a drop down list which contains various items,on selection of one of a item,a text box and submit button appears,for this i have used javascript and div tag.now i want to enter the no in that text box and on submitting …

Member Avatar for Airshow
0
205

The End.