15,120 Topics
| |
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 … | |
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: … | |
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 … | |
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 … | |
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 … | |
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 … | |
[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] | |
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 … | |
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) { … | |
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 … | |
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 … | |
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 … | |
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 = … | |
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 … | |
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]) | |
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) … | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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 … | |
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 … | |
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 | |
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: … | |
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 … | |
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 … | |
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 … | |
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. … |
The End.