15,120 Topics

Member Avatar for
Member Avatar for rejisha

hi friends... my program is adding new folders through a pop up window and display the folders in the parent. and my code for opening a new child window is [code=javascript] function addFolder() { folder=dhtmlmodal.open('Add Folder', 'iframe', 'add_folder.php?folder=My Photos', 'Add Folder','width=400px,height=250px,center=1,resize=0,scrolling=1,border=0'); }[/code] and my pop up window contains a textbox …

Member Avatar for essential
0
153
Member Avatar for nuttybuddy

Hi All, I am pretty new in the world of "[B]Draggable RSS boxes[/B]". My friends and I are planning to create a blog which has these boxes just like igoogle. Now with my minimum knowledge I would like for your assistance. Can someone please answer these burining questions for me: …

0
55
Member Avatar for brain_26

Need some help with this script. When I run this script it works well. However, at the end of the day it freezes at evening. The following day when I run the script it starts at evening, and it should start by saying morning. Am I missing something? [code] string …

Member Avatar for essential
0
95
Member Avatar for Roebuc

Ok, I have done the search through the forum.....I see the security issues with AJAX in FF and I checked in the URL calls, they are staying within the domain and not going to a third party. I did not write the AJAX script and I am pretty new to …

Member Avatar for Roebuc
0
80
Member Avatar for newsteve

hello, i have a parent page with a bunch of photos. clicking on the first photo will lead to a new child window with a close-up of that photo AND from there you can cycle through all of the other photos from the previous page. Ive got the parent page …

Member Avatar for newsteve
0
225
Member Avatar for Melissa34

Hi I've been following a tutorial that describes 'Hijax' from the book Bulletproof Ajax and it is not that clear exactly where the sections of code go...can anyone please help with this and troubleshoot?? (I am a complete novice with this and it's taken me ages to type it all …

Member Avatar for Melissa34
0
107
Member Avatar for hidash_in

[B]Hi all, I am trying to access a folder from another system by passing parameters like username, password through java script, but i cant able to access. Please help me for solving this task. Thanks in advance Regards Hidash.[/B]

Member Avatar for Shanti C
0
212
Member Avatar for mjag16

i have a simple url - [code] <a href="javascript:displayWindow('Slice 2100 (Commercial)');">SLICE 2100 (Commercial)</a> [/code] that passes the the variable in a javascript function - [code] <script language="javascript"> function displayWindow(url) { var w, h, l, t; var nc; w = 600; h = 409; l = screen.width/4; t = screen.height/4; nc …

Member Avatar for essential
0
141
Member Avatar for jyotiu

Hi all i have this problem with my ajax script that it is working with IE but not on firefox.this script is updating database. following is AJAX Script:: [code] <script type="text/javascript"> function ajaxpost(){ var mypostrequest; try { // Firefox, Opera 8.0+, Safari mypostrequest = new XMLHttpRequest(); } catch (e) { …

Member Avatar for jyotiu
0
144
Member Avatar for TKArtist

I need some help. I am modifying a script that I wrote some time ago that uses JavaScript to calculate a return on investment. The script works pretty well but it sometimes returns values with an infinate number of digits past the decimal. Since this calculator is dealing with money …

Member Avatar for TKArtist
0
195
Member Avatar for Dalli

Hello, I have a problem with something very simple, but because of my 0 knowledge in js, i can't understand what am i doing/thinking wrong. I have one main site, that have 2 small iframes in between everything else. In the second iframe i have a form, when i submit …

Member Avatar for essential
0
5K
Member Avatar for patrick1984

Hi, Im trying to make the price appear in a text box in a form when the user selects the quantity from a drop down box. The price is fixed at 38.50. Any help is highly appreciated, here is the code in my form (I havent attempted any javascript yet …

Member Avatar for essential
0
90
Member Avatar for seattlemom41

I am (obviously) extremely new to javascript. I need to have this script execute once, then quit. I've tried several commands but I must be an idiot...could someone please help me modify it? Thanks so much... [code] <!-- Begin var speed = 5; var cycledelay = 1000; var maxsize = …

Member Avatar for seattlemom41
0
110
Member Avatar for patrick1984

Hi, Im trying to make the price appear in a text box in a form when the user selects the quantity from a drop down box. The price is fixed at 38.50. Any help is highly appreciated, here is the code in my form (I havent attempted any javascript yet …

Member Avatar for essential
0
233
Member Avatar for gailhands

Hi, Really new to AJAX, attempting to load the first page content into a div on the website loading using an onLoad property to the body tag . This is working in FF but not in IE7. Any help much appreciated! Thanks Gail. ([url]http://www.pure-connections.com[/url])

Member Avatar for Atli
0
174
Member Avatar for stefig

Hello, I am working on a script, but I'm really not an expert. Any help will be highly appreciated. Description: I have items - some have option for adding an amount and some not (because they can be only 1). I need when the checkboxes are clicked (choosing an item) …

Member Avatar for essential
0
106
Member Avatar for tackenco

Hi, I managed to get this function in a ajax script working for all browsers except IE! [code]function ShowPrevSlides(selcat,selpic,catno) { objXmlHttp=GetXmlHttpObject(PrevMenuResponse); objXmlHttp.open("GET",url1 + "?id=" + selcat); objXmlHttp.selcat = selcat; objXmlHttp.selpic = selpic; objXmlHttp.catnr = catno; objXmlHttp.send(null); }[/code] The problem is that I need those variables to be send in this …

Member Avatar for tackenco
0
112
Member Avatar for Prima

Prolog: I have an INPUT tag on the web page I currenty developing. This input field observes 'onkeydown' event and handler for this detects keyCode for ENTER. After that it replaces itself with SPAN tag. Simple and clear. ---- Problem description: But sometimes (not frequently) after pressing ENTER and making …

Member Avatar for ~s.o.s~
0
177
Member Avatar for Mylena

Hello, When I pass variables 'contentA','contentB','contentC', etc... into the tabs() function, it does not work in Internet Explorer. When I pass variables contentA,contentB,contentC, etc... into the tabs() function, it works perfectly in Internet Explorer but not in firefox!!!! This is the last bug that I need to fix in my …

0
99
Member Avatar for Oversky

Hi! My website is a big image with divs over it, containing onMouseOver images... Big image is 1654x1211 and I need that visitors with small resolution (1024x768 perhaps) could scroll over this big image up, down, left and right without scrollbars, simply moving the cursor.

0
40
Member Avatar for ajaxlouise

I am sending ajax requests from javascript webpages to my server. Each get request is given a timestamp, as well as other information which will make it unique. The request is processed and replied to. Now very occasionally, the same request will arrive at the server again. Often several minutes …

0
33
Member Avatar for tonyledenko

Hello, I would like to pass the values of multiple check boxes in a string, separated by a "^". For example: RAM-VB-162^RAM-VB-154^RAM-VB-133 When the page is submitted only the last value is passed to the next page: Here is the url [url]http://www.ram-mount.com/wizards/test5.htm[/url] [code=javascript] <script language="javascript" type="text/javascript"> function compilePartsList(form){ var i …

Member Avatar for essential
0
109
Member Avatar for partainj

DISCLAIMER: I am a beginner. I know how to edit html, but not much else. I recently had a website designed with an inline javascript form for my Aweber autoresponder. In order to save money on having a thank you page designed, I am using the aweber thank you pop-up …

Member Avatar for partainj
0
84
Member Avatar for adbox

I would like to have a price field populate with a price, based on conditions of a series of dynamic dropdown boxes. I have the dropdown boxes populating, but I cannot figure out what the function should be to add a value to a text box rather than a dropdown …

Member Avatar for adbox
0
134
Member Avatar for kavithakesav

Hi, I am working on one website for that i need like floating window. (mean when visitor will open the website that window has to come and it should be timelimit aftr that it has to close atomatically. for that window more and close is required). Cheersssss, Kavithakesav

Member Avatar for essential
0
203
Member Avatar for papero

hi friends my site is a gallery based on zenphoto but i want to add an ajax theme that gives this error: "An error occurred in your response function, NOT mybic related. Error Name: TypeError Message:document.getElementById("imageSource") is null" i have tried almost all!!! if you want to see my try: …

Member Avatar for papero
0
196
Member Avatar for EddySR

My last problem, basically I need to know if you can pass form values from the ajax generated results back to the main form? I need to do this because I haven't saved the entire form yet and need to update these additional ajax form values with the form id …

0
51
Member Avatar for FAMV

Hello, I'm new to Javascript and I'm trying to write a code that when a user enters three numbers will tell if the numbers can form a triangle or not, or if the triangle is a right triangle. I can't see why the code won't work but I bet someone …

Member Avatar for FAMV
0
118
Member Avatar for rejisha

hi friends... Is the image dragging is not supported at mozilla?wat my problem is i completed a program for dragging the images from one folder to another using php and javascript. and i used the events ondragstart() and ondragover().It worked at IE correctly.But it doesn't at mozilla...Its too urgent for …

Member Avatar for essential
0
123
Member Avatar for evanlarsen

I am new to building web applications and I am developing my skills in programming. I have a few questions about JavaScript that I cant find the answers too easily. 1. People seem to think that there is a cold war going on between Adobe's Flash, Microsoft's Silverlight, and JavaScript. …

Member Avatar for evanlarsen
0
110

The End.