15,117 Topics

Member Avatar for
Member Avatar for alexgv14

I have this gallery that loops through images in a folder. But you have to set what images. Is there a way that I can make it loop though as many images that are in this folder maybe using a for loop or something. [code] var mygallery = new simpleGallery({ …

Member Avatar for alexgv14
0
139
Member Avatar for gamodg

Hi I have made a page thats makes an AJAX call to the server gets the time and displays it. In the OPEN method i have set req.open("GET","/timerProg.cgi?param1="+new date(),false); I have set the last parameter as false as i am expecting a synchronous request so that time displayed should be …

Member Avatar for anish.anick
0
84
Member Avatar for tiger86

I am designing a site with a javascript login that leads you to a flash actionscript site. What language would I be looking at for a database? Mysql? I can use any feedback.

Member Avatar for javmedia
0
92
Member Avatar for javascript_help

Problem: Upload all the file in a folder to Server using JavaScript / web service I was trying to upload all the files from the specified folder from the client machine to the server. At the client side, I used JavaScript to read the entire file from client machine While …

0
72
Member Avatar for Potato.Head

Hi to all I have the following problem: I have a main page(html) and an iframe in it. [code] <html> <body> <iframe src="myIframe.html" /> </body> </html> [/code] In the iframe I have DIV element with a picture/or another element in it. I need to center the DIV element in the …

Member Avatar for essential
0
243
Member Avatar for yssirhc

This code was working originally. Then I had made some modifications and things weren't going right so I went back to how it was originally, and now it's not working! What this does is add a file text box when you click a button & then remove it when you …

Member Avatar for yssirhc
0
83
Member Avatar for Sky Diploma

Hi all, I have just created a template for my website and then have put in my GOOGLE Adsense script in it. When i open it with Internet Explorer. The page gets displayed nicely. But when i open it with Mozialla Firefox it doesnt display any Adsense ads. Secodnly the …

Member Avatar for Sky Diploma
0
96
Member Avatar for xilovemusic123x

Hi, I have a question about Java. I'm really new to Java so this is not something I'm familiar with.. My question is, how do I get the values of pos.offsetTop and pos.offsetLeft to show up in my input box?? Here is the java code: [code=JavaScript] function getPosition(element) { var …

Member Avatar for nav33n
0
207
Member Avatar for vedmack

Hi. I got a page on which on the left side there is a Tree with branches, on the right side of the page i got an <EMBED> tag that shows a pdf file, User can click on tree branches to expand them and can click on the leafs to …

Member Avatar for vedmack
0
353
Member Avatar for kvdd

I am working on a site that must drag and drop items, I use scriptaculous 1.8.2, effects, dragdrop.js. See the picture of the website: [url]http://http://www.freeimagehosting.net/uploads/a5e185062a.jpg[/url] or [url]http://img11.imageshack.us/img11/4913/myplansite.jpg[/url] [I](each number 1..8 is an drag and a dropable)[/I] But now I am lost, I kan drag, i can drop and invoke the …

Member Avatar for kvdd
0
106
Member Avatar for nikhilkanna

Hi friends, I done my website menu with javascript.here problem is that its not working with IE7 but working properly with IE5. In IE5,when i place mouse on services it is displayed like below submenus will shown.it is fine home services products contact how it works private banks why it …

0
45
Member Avatar for AGU.Jessica

Hi There :) I purchased and downloaded this flash gallery from Mmfiles.com <- Good site. Now, of course I'm looking to insert this versatile resizable flash gallery, into my website that was designed in Dream-weaver cs3. [B]Are there any good tutorials you might know to help me do this ?[/B] …

Member Avatar for andrewsCWD
0
128
Member Avatar for fshaw

My strength is not java script and with the complex issues of dealing with the Vbulletin interface and then the java script which i do not really understand yet fully I hopeing some good soul will come to my add fast and get me through this. I do not expect …

Member Avatar for essential
0
95
Member Avatar for alphabetanm

My html/javascript code will not run and I am frustrated so I am not going to be able to understand why the code is not running. We were introduced to functions and here is my attempt. When I run the code in Firefox/Mozilla I receive an error stating that Grades …

Member Avatar for alphabetanm
0
85
Member Avatar for theimben

Im sure this has been discussed endless times but I can't find anything which will do it how I want to. I want to seemlessly execute some PHP onclick. It will just update a row in MySQL and I dont want the user to be aware of this happening. How …

Member Avatar for essential
0
75
Member Avatar for klavier

Hi guys! I'm trying to get my two variables "firstinput" and "secondinput" to be both NUMBERS and BOLDED. Only I can only get one or the other, but not both at the same time. :( Any suggestions on how to get them both to work? [code=html]<html> <body> <h3>Input two numbers</h3> …

Member Avatar for essential
0
124
Member Avatar for Will Gresham

Wasn't sure what to put as the title, but what is happening is this: I have div elements on a HTML page, when they click on the div it is replaced with a textarea containing the div contents in order to edit this (eventually there will be a form/submission button …

Member Avatar for xyzweb
0
330
Member Avatar for nikhilkanna

Hi friends, I done my website menu with javascript.here problem is that its not working with IE7 but working properly with IE5. In IE5,when i place mouse on services it is displayed like below submenus will shown.it is fine home services products contact how it works private banks why it …

Member Avatar for cwarn23
0
95
Member Avatar for forwardlookguy

Hello, I got the following code from someone and have tailored it to fit my needs but I have a problem. The first menu populates from my MySQL database. However, when the first menu is selected, the second menu will not populate with the correct information. Zero is the only …

Member Avatar for upside_down2000
0
405
Member Avatar for anilreddy76

Hi, I've one checkbox,I need to capture the status of this checkbox(i.e checked is "true" and unchecked is "false") to the java method as parameter. Please advise if there is any way i can accomplish this.. I've check box like this <h:selectBooleanCheckbox id="checkMedia" onclick="toggleDeleteAll()"/> Javascript to get the status of …

Member Avatar for Sappster
0
130
Member Avatar for Swapsry

Hi frnds.... i am trying to do search like google.... my files r here......but it displays error.......plz check the code what the error? [B][U]error:[/U][/B] [B]error:'window.google.ac' is null or not an object. char:1. line:19.[/B] eg: in a text box type "a" then "a" related words r displayed... [CODE]<?php $file=fopen("http://www.google.com/complete/search?h1=en&js=true&qu=" . $_GET["qu"],"r"); …

0
67
Member Avatar for Venom Rush

Hi there Having trouble calculating the final cost of choices made by a user. I have 4 radio buttons and 2 checkboxes. The first three radio buttons are, all intensive purposes, chocolates with the last radio button stating that the user doesn't want any of the chocolates. The two checkboxes …

Member Avatar for Venom Rush
0
106
Member Avatar for tulsi_apr03

can anybody help me , how can we call a javascript function using firefox browser. my code is working fine when im using IE but not for firefox. Why i cant understood.When im clicking button no action was taken and nothing was happned. [code=JavaScript]<script type="text/javascript"> function login_validate(frm) {var name=frm.user_name.value; if(name=="") …

Member Avatar for tulsi_apr03
0
160
Member Avatar for hinasaeedali

Respected, Requirement is when body loaded there must be 1 increment in the variable. and total number of loading the body display on the button (document.button name.value=variable name)

Member Avatar for essential
0
127
Member Avatar for zanzo

I have a frame that includes a hidden <div> at first (before any action), the problem is that when opening the page, I have a white space, and i can't reduce the size of the frame because the content of the <div> will not appear! how to hide the white …

Member Avatar for mathew.parry
0
111
Member Avatar for nishantdaniweb

Hi All Could anybuddy tell me how to rename/hide the title in the popup window. I found the below code from google. this code is working fine. Actualy I don't want to show the url to the user. Below code helps to hide the address bar. But still user can …

Member Avatar for nishantdaniweb
0
902
Member Avatar for rrocket

I am passing a value through query string to a popup and then trying to pass it back to the main page... I store the value in a hidden input box [code] <input type="text" name="FromZip" id="FromZip" value="<% response.write(Request.QueryString("txtZipFr")) %>" /> [/code] and am passing it back through query string to …

Member Avatar for guest
0
2K
Member Avatar for lifeworks

Hi Im trying to re-make one of those image galleries where you click the thumbnail and the whole browser window is blacked out with the larger image displayed in the middle. Ive gotten as far as finding a script to hide this black layer and reveal it onMouseClick... but if …

0
75
Member Avatar for gagan22

hi everyone, I got one javascript error which is coming when i am writing javascript code for numeric value. It is showing "Invalid Character" error . Why this error is coming ? Please tell me the reason of this coming error. So i can solve this problem. Thanks Gagan

Member Avatar for Woobag
0
57
Member Avatar for serkan sendur

hi guys, today i found out that there is a free javascript multithreading library at : [url]http://www.infoq.com/articles/js_multithread[/url] it is under GNU license and free to use. It is a great and very easy to use tool.

0
64

The End.