14,053 Topics

Member Avatar for
Member Avatar for ArtphotoasiA

Hi there, nice to be part of the forum, and sorry for my English, I will try my best but is not my mother tongue. With bigger monitors available on the market the gap between 1024x768px and 1920x1200px is now really huge so I need to manage a photography website …

1
62
Member Avatar for Graphix

Hi all, I made a script that can be used as a captcha. It shows a random amount of (roman) letters sliding by every 2000 miliseconds (thats why its called [B]Matrix[/B]Captcha. But I am not sure wether it is able to stop bots from spamming. Does anyone have a suggestion …

0
112
Member Avatar for codemaker

Hi guys, I'm wondering if you guys can help me to perform on-demand javascript using AJAX? If you can help me with a simple example, I would really appreciated. my question is: how to get a javascript code from my server and execute it? Thanks for the help

Member Avatar for ShawnCplus
0
85
Member Avatar for hajjo

I have this var x = window.event.clientX; var y = window.event.clientY; i get the x and y coordinates on button click i do this x = x+10; y = y +10; how can I now on this position X AND Y, pop up an imageon that position??

Member Avatar for hajjo
0
40
Member Avatar for hi.meral

well i m using the new Ajax.InPlaceEditor here when i click on perticular id's elements's text then it converts to textbox for eg, the following code is in my page <span id='abc' > Some Text </span> when i click on this span then `some text ` will be in text …

0
57
Member Avatar for lavi_musiclife

I want javascript to download a file automatically in every 3 mins and save it to my server. Is it possible. What will be the javascript code? thanks Lavi

Member Avatar for network18
0
18
Member Avatar for agam84

Ciao, this function should show only selected items, in firefox always works, but with IE works only the first time, then are visualized all the elements visualized previusly [CODE] function showMapLegend(id){ alert(id); var elem=document.getElementById(id); var tohide=document.getElementsByName('legend'); for(var i=0;i<tohide.length;i++){ tohide[i].style.display='none'; } elem.style.display = ''; [/CODE]

0
35
Member Avatar for muralibobby2015

hello.... is javascript works in mailbody? i mean admin sends registration form through email to new users. for that registration form validation javascript is not working. any suggestions

Member Avatar for almostbob
0
410
Member Avatar for Sereal_Killer

I'm trying to create a type of moodboard where you can drag drop and resize pictures on. but i want to create a carousel that shows the available pictures that you can drag and drop onto or into the mood board div. i have either the problem that i cant …

0
68
Member Avatar for Roebuc

Hello all, I am not sure if I should post this in this forum or the PHP forum. Basically, I am designing a web application for a school project. On the delete action, I want to prompt the user to make sure they mean delete. I was wanting to use …

Member Avatar for Roebuc
0
105
Member Avatar for BlackPhoenix

Hello everyone, I hate to be a bother, but I'm having some difficulty figuring this out. Through an AJAX implementation, I am receiving a SQL Query result that has: [LIST=1] [*]An object's attribute delimited by a comma [*]An entire object (database row) delimited by a colon [/LIST] This is an …

Member Avatar for Airshow
0
123
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 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
133
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
164
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
115
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
408
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
93
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
189
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
60
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
319
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
149
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
487
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

The End.