15,688 Topics

Member Avatar for
Member Avatar for praveen_dusari

hi i wrote a simple ajax script its working and i don`t know why can any one here can help me? when we place a mouse on a link then it shows that page this is my basicajax.php page [code]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>ajax</title> <link rev="stylesheet" rel="stylesheet" …

0
78
Member Avatar for LAPIII

There are a few, so-called, conversion softwares and I need a good one for rich Internet applications and rich application interface such as Ajax, JavaScript, XML and DXML.

0
66
Member Avatar for cmills83

Hi [code] function winSwap(winLink) { alert('function called'); var newWin = winLink; if(window.opener && !window.opener.closed){ window.opener.location = winLink; window.opener.focus(); alert(winLink); } else { window.open(winLink, 'newWinName'); alert('new window called'); } } [/code] Alright this code works fine everywhere but IE6, like everything else. Anyway the site opens a target blank window and …

Member Avatar for cmills83
0
65
Member Avatar for mlohokare

How can I Introduce Javascript(?) while running xslt on xml file? I am trying to process 1 single xml file; Inside that xml file there is a <image> tag; tag not contains any information about width; I am aplying xslt on this xml. how can i calculate the width.. My …

0
66
Member Avatar for Rainb0wDots

Hi,<br> i went to [U][url]http://www.javascriptkit.com/[/url][/U], i copy the HTML at this website [U][I][url]http://www.javascriptkit.com/script/script2/formfieldhints.shtml[/url][/I][/U] i put the codes at my blog. [i edited the codes.But i only edited those main title]<br> But the problem is how do i make the Form Validation to auto send to my email address, with a …

Member Avatar for Dani
0
123
Member Avatar for samarudge

Hi, I want to set a function that will count how long a button is held down for however when the button is released I need to run another function that will pass the length of time and a variable passed by the button on to a script usin AJAX. …

Member Avatar for scru
0
96
Member Avatar for Eko

Hey guys , While playing with jquery i've come across the following situation : [code] $(document).ready(function(){ $("div")[0].css("background-color","blue"); }); [/code] I get an error everytime i try to call any method on a particular element from the wrapper set . I tried with the get() [code] $("div").get(0); [/code] Same stuff . …

Member Avatar for Eko
0
197
Member Avatar for terme22

Is it possible to response .write to a div or iframe so that my page doesn't get written over? here is the code: [code=javascript] <form name="list" action=""> <select name="listGen" onchange="xmlConnect()" size="1"> <option value="0">please choose</option> <option value="1">sales</option> <option value="2">IT</option> <option value="3">Human Resources</option> <option value="4">Front Office</option> </select> </form> <script type="text/javascript"> function xmlConnect() …

0
76
Member Avatar for cctaco

I'm using joomla and sobi2, I don't like the layout and want to create a way for the site visitor to choose a category from the home page which should look like this. [URL="http://www.bidmyneeds.com/index.php?option=com_sobi2&Itemid=28"]http://www.bidmyneeds.com/index.php?option=com_sobi2&Itemid=28[/URL] Then I want them taken to this page. [URL="http://www.bidmyneeds.com/index.php?option=com_sobi2&sobi2Task=search&Itemid=28"]http://www.bidmyneeds.com/index.php?option=com_sobi2&sobi2Task=search&Itemid=28[/URL] Where the select catagory would be already …

Member Avatar for cctaco
0
267
Member Avatar for rjrasmussen

There's a thread from a few years back that talks about creating a random image with link, random text piece of javascript...the code of which can be seen below. The problem is that the images do not coincide with the text. So an image will show...and the links on the …

Member Avatar for rjrasmussen
0
447
Member Avatar for djMot

I'm looking to replace an auto-updating iFrame with some cooler, and more accurate ajax code. And first off I'll say that I believe ajax is the right way to approach this, but I'm open to suggestions, too. I'm not really much of a javascript/ajax programmer, hence I'm hoping for a …

0
55
Member Avatar for mzd12111

hello there i have some problem with rgb. i am writing a color selector , 3 sliders demonstrate 3 color , red and green and blue , then the mix color appears in a div named '[COLOR="Green"]result[/COLOR]' in the end of page. consider i have 3 variables which indicates 3 …

Member Avatar for mzd12111
0
276
Member Avatar for keepbusy

My website validates as XHTML Strict and I want to keep it that way. Therefore, I have always used JavaScript Ads instead of iFrame Ads because the iFrame tag is not supported by XHTML Strict. I've noticed the JavaScript Ads have been slowing down my site - so I'd like …

0
52
Member Avatar for praveen_dusari

hi all i found a javascript function in dhtml goodies which is a tooltip, there in tooltip he gave a text inside tooltip if i simply replace image in plade of text i works fine like this [code]</script> <SCRIPT type="text/javascript"> var dhtmlgoodies_tooltip = false; var dhtmlgoodies_tooltipShadow = false; var dhtmlgoodies_shadowSize …

0
69
Member Avatar for arun.3187

Give me some ideas about Web Services that I can do it for my final year project... Something like Semantic Web, e-learning?????

Member Avatar for Shanti C
0
47
Member Avatar for edek

Please somebody help me out and explain the difference between: [CODE=JAVASCRIPT] for(var i in temp){ this["get" + i] = function(){return i;} } [/CODE] and [CODE=JAVASCRIPT] for(var i in temp){ (function(){ this["get" + i] = function(){return i;} })(); } [/CODE] Thanks in adv

Member Avatar for ~s.o.s~
0
70
Member Avatar for missy11

Hi- I need some help getting a delay on a java script menu, the delay needs to occur when the user mouses out of the menu, I have had a little success but the the menus dont dissapear when mousing down to the next menu item (the delay is also …

0
43
Member Avatar for haicharlie143

Hello People, I need to create a widget using Javascript and without using any 'Javasctipt Frameworks' or another widget developing platform. So, my approach is like this, creating a dynamic iframe and linking the source for the iframe to the content that need to be displayed. I need that iframe …

0
36
Member Avatar for and1dude

Hi, how can i ignore the blank lines in a input file? input: Name value departure city value value arrival city value distance value Name value departure city value value arrival city value distance value etc.... I used 2 scanners, First one scanner if there is nextLine(), then send the …

0
42
Member Avatar for terme22

Hi I have an xml document with these elements: <staff> <employee> <name> <fname>Sally</fname> <lname>Green</lname> </name> <department>Sales</department> <personal>loops who would like some kalenow what to do. </personal> <id>111</id> <phone>555-444-1234</phone> <image>../images/h111.jpg</image> </employee> </staff> and I have to make a drop down: <form action="" method="get"> <select name="showDept" size="1"> <option value="1">sales</option> <option value="2">IT</option> <option …

Member Avatar for terme22
0
103
Member Avatar for Tom Tolleson

Hello! I work as a contractor for a U.S. Federal Agency that has just approved the Dojo API for rich internet apps. I've got some JavaScript experience but I've never worked with Dojo before. I've been immediately tasked with a job of creating a page with two html list forms …

0
96
Member Avatar for ray_broome

Hi all, I'm trying to create a more customized version of the prompt function built in by javascript where i basically use some dhtml to bring up a div made up to resemble the javascript prompt window. I am getting some problems with hiding/showing it though. Here's the javascript: [code=javascript] …

0
90
Member Avatar for arun.3187

I am doing my final year project. So I need some AJAX project titles. Please send me some if you have!!!!!!!!!

Member Avatar for trinitybrown
0
59
Member Avatar for cmills83

Hi, I wrote a script to focus back to the parent window and change the url. easy. anyways, it works fine in all browsers but if the browser is using tabs it still changes the url of the parent window but doesnt focus. Is there a way to focus browser …

0
70
Member Avatar for positrix

I am facing problems passing an email address to a php file through AJAX. The code I am using is pretty basic but I can't seem to get it to work. Could anyone help me understand what's going wrong? I amd pretty new to Ajax (about 2 days old) so …

Member Avatar for ~s.o.s~
0
268
Member Avatar for toucan

I want to use some links that jump to a specific time in a video in Real Player. Does anybody have any suggestions on how I might do this? Also, can I resize the video playing screen and have Real Player remember the location the video was playing before it …

0
53
Member Avatar for ashercharles

hai i have a page where i there is a single drop down box after the user finishes his selection the content of the selection should be returned on the same page to tell the user what he has selected........

Member Avatar for kburb23
0
64
Member Avatar for jobojo

I have just written a JavaScript file which calculates a taxi fare based on a starting zone, an ending zone, and the length of the taxi ride. The program appears to work fine, however, I would like to be able to display some type of alert or error message though …

Member Avatar for kburb23
0
178
Member Avatar for newage123

Which one is the better tool for client side validation? I am using java script .Can any one suggests which one is the better? >url snipped<

Member Avatar for kburb23
0
61
Member Avatar for poolmanjim

I have been working a form for work to help manage our inventory and I have been running into a confusing snag. It seems that Internet Explorer 7 wants to thow "Object Expected" errors on every "on" event I specify. For example. [code] function checkText(elem) { if(elem.value.match(elem.name) != null) { …

0
51

The End.