15,127 Topics
| |
i want to assign the value of a java script variable to a php variable ???? can any one help me plz | |
I have a problem in Java script when inputting data in html table via selecting from combo box.So any one can solve my problem,please send me code in Java script for restrict repeated data when the period of input. Thank u | |
Hi guys, I am trying to hide 2 list boxes, then on selection changed show a new list box with JavaScript, i am very very new to web development in general, I am actually a software developer in the Pascal and C# language so this is all very new to … | |
need help validating the radio buttons on this form ive tried different functions & different methods on the web but none work. code is this: also for the "Campus" radio buttons you need to be able to select 1 or more & im not sure if what ive done is … | |
Hi, I have developed small AJAX application, that gets the data from server and prints in the div element.. the AJAX request takes some time.. till the response returns I want to display the text ""Content is Loading, please wait...." in the <div> element... The code is shown below.. This … | |
i downloaded a js code and it works with its own html index file. However, if i paste the <script>............everything </script> to my index, it doens't work. I tried to put it inside <head> </head> and i also tried inside <body> </body> ... they both don't work. Any suggestion? i … | |
Hi, whenever I try to load any javascript link I get an error. I have reinstalled javascript and that didn't help. I don't no what else to do. Please help!!! | |
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 … |
The End.