17,115 Topics

Member Avatar for
Member Avatar for zanzo

usually we create a url with parameters and values and send it via ajax to not loading page. Is there a way to not send variables in the url [B]BUT [/B]using hidden variables?? I have a problem in my website that doesn't permit me to send variable in url, so …

Member Avatar for zanzo
0
110
Member Avatar for regent_royal

[B]Hello friends,[/B] I want to generate new tags (like text, button any thing) on click of link... Like,, In gmail attachments by clicking [COLOR="Green"] [U]add new [/U] [/COLOR] one file tag generate by clicking another [COLOR="Green"] [U]add new [/U] [/COLOR] it generates another file tag... How can I get this??

Member Avatar for ~s.o.s~
0
242
Member Avatar for cmills83

Hi for some reason my script wont detect the opener window when the page is launched target blank from flash, but detects it fine when its launched from target blank html. of course this problem only exists in ie6 and 7. Does anyone have a fix, should I pass a …

Member Avatar for cmills83
0
98
Member Avatar for jobojo

I am trying to write a basic amortization calculator program in JavaScript and I am at a standstill. I have researched my issue online for hours without being able to come up with a resolution. In my program I have created a "for" loop which loops for the appropriate loan …

Member Avatar for jobojo
0
166
Member Avatar for Sennaya

I need to come up with a javascript to simplify the swf player like on this site: [url]http://www.transitcases.com/rackmountcases.html[/url] Mouseover highlights text link land oads an image to the right of the subject. Click goes to the page. Anybody have a suggestion? thank you :)

Member Avatar for Sennaya
0
84
Member Avatar for robbinsd

We attended AjaxWorld in San Jose, CA last week and talked to developers about their opinions on Ajax, cross-browser compatibility, and integration with back end services. Thought you'd all be interested to see some of the responses in these videos. [url]http://www.youtube.com/appcelerator[/url]

0
53
Member Avatar for brr

Hi, I have a number of text boxes with tab index. I want to go through these text boxes on key press. So how can I proceed to next tab indexed element using js? Thanx in advance,

0
59
Member Avatar for realnsleo

hi there, i am developing software that allows insurance companies to send text messages to their clients when their insurance expires. i want to add a function that allows the system to automatically send these messages n number of days before the expiry date. ('n' being number of days specified …

Member Avatar for realnsleo
0
97
Member Avatar for mineko_panda

Hi I'm tackling down an extra credit assignment which I'm so confused on. We are to design a basic JS Grade Calc where we input our scores and it gives us our grade. For extra credit we have to snazz it up a bit. So far this is what I …

Member Avatar for mineko_panda
0
162
Member Avatar for danielpataki

Hello Everyone! This is my first post, so please excuse me for any breaches of netiquette. I am building my own from validation script, which uses separate functions for each input box like so. [CODE=html]<input type="text" name="username" onchange="CheckUsername(this.value);">[/CODE] A bit of javascript sends this along to a php file using …

Member Avatar for danielpataki
0
167
Member Avatar for farhan386

i've created a form like this [code=html] <form method="post" target="iframe_in_bottom" action="send.php"> [/code] send.php is used to save data posted from the form, and call a function called getURL in main window [code=html] <script type='text/javascript'>parent.getURL('thankyou.php')</script> [/code] [code=javascript] function getURL(url){ var xmlHttp=GetXmlHttpObject(); function stateChanged() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ document.getElementById('maindiv').innerHTML=xmlHttp.responseText; } else …

0
55
Member Avatar for d5cs
Member Avatar for msimonds

Was wondering if you could take a look at the attached code. I have a form that is making a call back to the database and populating search form for parts. As you type in parts, it renders choices (screenshot2 attached). You can then click on a choice and it …

0
104
Member Avatar for SoniaBaby

I have a list that uses Scriptaculous 'Sortable' to allow list items to be drag and dropped into another list. This works just fine, however I wish to update the contents of the first list using a drop menu/Ajax. The list populates with new content just fine, however this new …

Member Avatar for SoniaBaby
0
103
Member Avatar for anton-shirikov

i am reading book AJAX and PHP Building Responsive Applications.. I've tryed to run code from that book but it doesn't seem to work.. probably i am missing something but i checked a lot of times and seems like everything is correct, thou application doesn't work correct! XML file [CODE]<?xml …

Member Avatar for SoniaBaby
0
126
Member Avatar for JPMountford

Hi there. First let me say I'm completely novice in Javascript. This is my second time posting this, as I put it in the wrong forum initially (sorry). Someone else wrote this and emailed it to me, I have just tried to used it. I know my way round html …

Member Avatar for SoniaBaby
0
155
Member Avatar for praveen_dusari

hi all, i have a problem here using ajax the problem is i displayed catagories dynamically in my index page and i want to display products under the catagory which users select using ajax my problem is how to get the category element id`s which are generated dynamically. iam thinking …

Member Avatar for SoniaBaby
0
87
Member Avatar for sai.kirat

hi im developing an application where in i need the entire path of the file in the fileupload control i m able to get the same in IE 6/7 but i m failing to get the same in Firefox 3 i m using document.getElementById('...').value of the file upload control to …

0
40
Member Avatar for Roebuc

Hey all, I am trying to write my first Ajax script.....I downloaded a demo and basically tried copying it and it did not work. My PHP scripts that are tied to it work, however on the form, my onclick="getName();" or onChange="getName();" does not work. onkeyup="doWork();" works just fine. can someone …

Member Avatar for Roebuc
0
118
Member Avatar for Doctor Inferno

I want to redirect a certain URL to another URL. For example, I wan to re-direct everyone who comes to URL1 to URL2 and Everyone from URL2 will remain at URL2. Is this possible?

Member Avatar for ~s.o.s~
0
141
Member Avatar for kireol

[url]http://www.proloanmods.com/testimonials.php[/url] The testimonials.jpg graphic on this page appears fine in Firefox. But in IE it gets chopped off. I'm not sure why only on this page as I use the same template for every page more or less. Does anyone have any ideas why? Also, I've tried resaving and reuploading …

0
100
Member Avatar for AnttiK

Hello, How do I post a new value with a form to PHP? I have a table of data and when I click one of the <td>-cells it switches to a text input area where I can type the new value and then update that row. Everything works just fine …

Member Avatar for AOlevel1
0
147
Member Avatar for designingamy

Hello all! I was working using php code and then realized that I wanted to add multiple combo boxes so I found an already written javascript code and decided to use that. However, I am using sessions and want to collect the data from what they chose to follow thru …

0
68
Member Avatar for Clawsy

Hello, I have a little problem that kept me busy for quite a while so I search for help here, maybe someone sees 'the bug'. I use JW FLV player to play *.flv movies from my website. I use a XML playlist for that. It's just the movies don't start …

Member Avatar for Clawsy
0
314
Member Avatar for mohitha

i'm having an input text field in the form . half of its value should entered by user and half should b auto incremented... how can I do this using javascript... I highly appreciate ur cooperation...ThankU

Member Avatar for Shanti C
0
32
Member Avatar for Emily0415

I can consider myself a coder now that I’m almost done with school but where can I find a job? How and when does a coder usually start working? Please help!!

Member Avatar for Ancient Dragon
0
50
Member Avatar for kevin wood

i am trying to submit three forms with the one button using javascript. here is my code [CODE]<script type="text/JavaScript"> function submitForms(){ document.dropdown.submit(); document.radio.submit(); document.form.submit(); } function textLimit(field, maxlen) { if (field.value.length > maxlen + 1) alert('your input has been truncated!'); if (field.value.length > maxlen) field.value = field.value.substring(0, maxlen); } </script> …

Member Avatar for kevin wood
0
115
Member Avatar for OmniX

I have two select tags. When I select the first value in the first tag the corresponding values in the second tag should appear. How would I do this? I am using php to select which values appear on loading. Thankyou, Regards X

Member Avatar for Shanti C
0
100
Member Avatar for enim213

hi, im enim and its my first time to post here in javascript because im into php. my question is: 1.) Is it possible to have two checkbox in a row (with different value), the one is hidden and if i check the the visible checkbox, the other one will …

Member Avatar for enim213
0
134
Member Avatar for Tom Tolleson

Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax being used to update/edit the content or structure of an XML …

Member Avatar for ~s.o.s~
0
91
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
80
Member Avatar for BellaLee

Hi All I have a website that i built using frontpage But i would like to change a couple things on my home page.I have a couple photos on there that i would like to revolve instead of just sitting there. As i understand it i need to do this …

Member Avatar for Shanti C
0
61
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
68
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
69
Member Avatar for J-son

Hi there, could anyone help me how to log in to a new html page? Like, when I click on log in button, it brings me to a new page. I tried several methods but didn't work. Thanks in advance. [CODE]<html> <head> <link rel="stylesheet" type="text/css" href="style.css" title="style" /> <title>Identify Users</title> …

Member Avatar for coolshiva
0
81
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
68
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
125
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
99
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
199
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
78
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
275
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
450
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
57
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
277
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
54
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
72
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
48
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
73
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
45
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
39

The End.