15,694 Topics

Member Avatar for
Member Avatar for Rblalock

I have absolutely no idea how to create cookies for a shopping cart, and I was wondering if anyone could help me create cookies for my shopping cart. I need cookies for:[B] first and last name, address, city, state, postal code, credit card name, and credit card number[/B]. I just …

Member Avatar for hielo
0
82
Member Avatar for ragnarok511

Is there a way to send a large amount of data through AJAX to a PHP script? Almost all tutorials say to modify the URL to equal whatever variable your trying to look up. I am wondering if it is possible to pass infomation to the server through an XML …

Member Avatar for digital-ether
0
2K
Member Avatar for emurf59

I have written a javascript function that calls a web service to save data. When the web service is called an alert pops up saying [I]the server method saveUpdateCodes failed[/I], and it gives no other information. The thing is the web service executes and throws no errors (I've stepped though …

Member Avatar for hielo
0
134
Member Avatar for dougcb68

I'm a newbie trying to modify the code in an AJAX tutorial to load data from an XML file, and it is not working. The code is in a php file that is invoked with the URL: [icode]getXMLTest.php?showName=photoShowTest.xml[/icode] The code I've written (mostly copied from the tutorial, actually) is: [code] …

Member Avatar for Airshow
0
205
Member Avatar for carlcarman

Hi I am having a problem with getting my output to display a dollar sign. I have the program running the way it is supposed to, it just won't format for currency. I have tried a couple of different methods and do not understand why the current code does not …

Member Avatar for carlcarman
0
165
Member Avatar for saktiyantra

Hello Everyone, I am new to Javascript and would appreciate any help here. My client has a requirement of a search function which is specific. That is, if a user puts in the word "lexus printer" in the search field the result for that would be "toner123" and it should …

Member Avatar for saktiyantra
0
116
Member Avatar for Graphix

This script can be used for star ratings on for example forum or music sites. The scriptinformation is included within the script. ~G

2
418
Member Avatar for BlackPhoenix

Hi everyone, As the title of my topic says, I created a javascript loop that had some PHP code inside of it, hoping that every time the javascript function ran, it would re-call the PHP code inside of it. Turns out my hopes failed - the PHP code is only …

Member Avatar for almostbob
0
130
Member Avatar for dmmajorstudent

i have all the fields working. now i just need the user information as well as my created images into my sidebar div id="badge" and div id="results" every time i hit submit it clears the form rather than posting it. what am i missing? [CODE]// JavaScript Document function setupForm() { …

0
95
Member Avatar for Mapper99

Hi there, I have some simple code that goes off and loads a bunch of tiled images into a web page. What I am trying to do is replace one of the tiles with a blank image in the event the image does not exist on the server. I am …

Member Avatar for Airshow
0
205
Member Avatar for airnorr

Please guys ('am new to asp.net/vb.net') I want to know how I can code to view images from different folders, as you can traditonally view from your system '~\my documents\pictures'. I have searched for components but couldnt find any suitable one

0
56
Member Avatar for hajjo

I have a tree am working it dynamically on server side. i want on click an image like loading to appear. anyone knows how to workout this with div and span??? any little example?

Member Avatar for network18
0
61
Member Avatar for rouse

I would like to run the javascript code in between the script tag on a button press, but the code runs as the page load. Please point out what I am doing incorrectly. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="html/html; charset=UTF-8" /> …

Member Avatar for rouse
0
203
Member Avatar for nanat07

$DoCNO=$_POST["DoCNO"]; $NumAt=$_POST["NumAt"]; how to retain my `$_POST` value when it submitted my myform it seem when submit it will reset the value inside the `$DoCNO` and `$NumAt` value java script: function testResults (form) { var TestVar = form.inputbox.value; location.href="PrintMe.php?Result=" + TestVar; return false; } my PHP code: <table width="1060" border="0"> …

Member Avatar for network18
0
95
Member Avatar for rickya100

Hi and thanks for looking. The problem i'm having is simply getting an image to swap on a mouseover. Well I sort of had it working but then I cahnged the function to try and accomodate for more images and it just fell over dead. Let me show you the …

Member Avatar for HenryGR
0
332
Member Avatar for eantz

Hi all, I just want to ask you a simple question. I can't find the answer anywhere. How can I change the alert's title in javascript?

Member Avatar for Airshow
0
152
Member Avatar for zvn

Hi. I'm trying to add event listeners to multiple elements of the same class. The DOM is something like this: [CODE] <body> .... ....... .......... <ul class="x"> <li class="a"> .... ... <span class="someclass"> [ <a href="http://someurl/x1>link text</a> ] </span> </li> <li class="b> .... ..... <span class="someclass> [ <a href="http://someurl/x1>link text</a> …

Member Avatar for zvn
0
493
Member Avatar for captain_pugwash

I'm trying to writer a timer to demonstrate how long it takes to load a web page and all its content. I want to repeat the load throughout the day to demonstrate slowdown at times of peak usage. I know there are tools like HTTP Watch and HTTP Analyzer that …

0
54
Member Avatar for Agent Cosmic

I just wrote a code for a hover animation for a button based of Dragon Interactive tutorial. The problem is that when I first load the page and hover over the button it doesn't animate. But consecutive hovers animate fine. The first hover works just like a CSS :hover. I …

Member Avatar for Agent Cosmic
0
61
Member Avatar for dmmajorstudent

I need help with my form page. I have almost everything working the way i want it to. now the question i have is what is the code needed in order to process the form? the requirements are -All user input must come from input fields in a single form …

0
71
Member Avatar for dans@dis.wa.gov

Hi all, I have a map made of 4 img elements that I want to conditionally add mouse click listeners to. The map, and all this functionality is loaded up through an Ajax.Updater, which is called by a mouse click event. So you basically click a link which calls the …

Member Avatar for Airshow
0
163
Member Avatar for dmmajorstudent

How do i create a phone number form box in javascript using no inner html . there must be at least one dash in it. this is my div for the phone number <body> <div id="wrapper" class="grid_12"> <div id="header" class="grid_8"> Take a Survey </div> <div class="clear"></div> <form method="post" name="myform"> <fieldset …

Member Avatar for dmmajorstudent
0
181
Member Avatar for kjelle392

Hello friends! I'm just beginning with JavaScript (and Ajax). My loginscript now works with Ajax - that is; the script is sending a request to the servers PHP script to check username and password, but I wonder what that script should return - and how to use that response. Either …

Member Avatar for ryan_vietnow
0
357
Member Avatar for proprasee

i have 10 button on click of button the colou change red ,blue alternatively . There is also an array initialised with zero ,by default buttons are red in colour. these are implemented but there is problem on click of each button the php corresponding array variable must changed to …

Member Avatar for Airshow
0
68
Member Avatar for Philip435

Hey Ive been trying to make a login script using ajax, the thing is I cant get the php script am calling with ajax to set session variables. Is it even possible? Should I use Cookies becouse I know I can set them with javascript or should I just skip …

Member Avatar for kjelle392
0
62
Member Avatar for mudunuru

How to use Ajax for thumbnails navigation.The thumbnails have been genereted by PHP.

0
76
Member Avatar for abah05

is there any command or ajax that Javascript is checked repeatedly to one or two variables without any command and without reloading the page...??? following example: [CODE] <html> <body> <!--- This section is repeated or changes automatically if the data is changed --> My ID: 100 MyPhone: 123456 <!-- End …

Member Avatar for ryan_vietnow
0
110
Member Avatar for dmmajorstudent

I am in need of some assistance. I am trying to create a form page where users must input a phone number and email address. Using the coding that i have now and NO inner html how do i create the codes for a phone number and email address. I …

0
72
Member Avatar for abah05

Hi, I'm doing embedding Windows Media Player with the HTML but I can not run the script through a different page. The following script that I made: [B]file : player.html[/B] [CODE]<html> <OBJECT id="VIDEO" width="640" height="480" style="position:relatif; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="file_name.mpg"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="true"> <PARAM NAME="AutoStart" VALUE="true"> <PARAM name="uiMode" …

Member Avatar for Airshow
0
206
Member Avatar for PetrQ

Hi all, please, help me with jquery - I'm totally amateur in javascript. I use script to assign the value to item selected from html select box. The second script adds row into my form. The first row works o.k. but if I´m adding another rows, only value from the …

Member Avatar for PetrQ
0
114

The End.