15,688 Topics

Member Avatar for
Member Avatar for logicslab

Hi pals , I need a particular script for spun text generation: We need to create a script that will generate a spun text using the data entered by the user, it can use JS/Ajax to make it user friendly. below you will see how the script will look like, …

0
90
Member Avatar for ismk

hi there, when i was try to remove following code from my blogger template, error massage will occur from blogger(unable to save changes), so can you me help me to remove following code from my blogger template <b:widget id='HTML101' locked='false' title='Featured Posts' type='HTML'/>

0
32
Member Avatar for peter20

Hi, I would like to add to my sita a thermometer. I have an input box and I think it would be nice if user could see the thermometer next to his input. When user lets the input box the thermometer to be updated. Does anybody know how can I …

0
66
Member Avatar for optiontips.in

How to locate a pixel in an image by color? Well title basicly says it all, but what class would I start with? Robot Class? PixelGrabber Class? If you could post a small sample code, that would be even more helpful. :)

0
55
Member Avatar for tim-work

Im using a javascript tree menu on a site, with collapsible and expandable links, it works perfectly offline but online, the icons that represent the + sign doesn display and an icon named folder.gif displays something else(a real folder)-ive checked the path to the images and everything is ok, ive …

0
51
Member Avatar for AODfan

Below is my code, I am needing to get to where the label name will match the behavior that my field currently does. If nothing is entered the field is changed to a red background. If it is focused it goes back to white. I am needing the font color …

0
64
Member Avatar for jmonit

Hi there heres the script [url]http://www.dynamicdrive.com/dynamicindex3/leaves.htm[/url] it works fine in IE but doesnt work at all in Firefox, can anyone tell me how I can get it working in firefox. Best Regards Monit

Member Avatar for sacarias40
0
2K
Member Avatar for sacarias40

I have a modal script. I need the modal box to be centered in the middle of the screen. But there is a catch. The modal box can be of a different sizes and i would like to have a offset dependent on the height of my modal box. If …

Member Avatar for sacarias40
0
85
Member Avatar for ggeoff

Hi I am using Lytebox v3.22 and I am trying to find a way to add a link on the popup. At present the link only appears on the thumbs page and is only dimly visible when a popup image is selected. I am using document.write. Although clicking on any …

Member Avatar for ggeoff
0
180
Member Avatar for pbracing33b

Hello I am having trouble running a form validation this is what I need to do:" Create a Web page that meets these specifications: 1. Revisit the grade average calculation program. Name the file validgrade.html. You will validate each of the grades to make sure it is present and that …

Member Avatar for pbracing33b
0
193
Member Avatar for R0bb0b

I am trying to do a simple focus() on mobile. Actually I am using an iphone simulator, but from what I can tell, I am not the only one having this issue but I cannot find a solution. Is there something that I can use instead with jquery? This works …

0
81
Member Avatar for mcuk

I have a basic page which has a PHP form. It creates a record and uploads a picture. When they user clicks submit, I need it to display a "loading" notice of some description. I was using this: [CODE]<script type="text/javascript"> var ray={ ajax:function(st) { this.show('load'); }, show:function(el) { this.getID(el).style.display=''; }, …

Member Avatar for MartinRinehart
0
319
Member Avatar for opjjuly

Hello guys, im using javascripts in my index page. For navigation hovering, slideshow and the other one is for displaying inline content in a form of a lightbox. But the problem is they cant seem to work together. i have to remove the inline content JavaScript for the slideshow and …

Member Avatar for MartinRinehart
0
182
Member Avatar for buzzykerbox

Hi have to pass the values in the first five text box's to the second five text box's,nearly have it [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <script> function transfer() { var myArray = []; var txtBoxs1 …

Member Avatar for MartinRinehart
0
108
Member Avatar for narekm

Hi there. I have a simple textarea tag built and also a very simple script which inserts the text of the text value into textarea . Please copy and paste that to understand what I mean . And when you submit send button the new inserted line pushes all others …

Member Avatar for MartinRinehart
0
164
Member Avatar for hubbrdw

This is homework and I need help if someone is willing to help. I cannot get the 2 getElementById functions to work and I am a beginner so I am sure it is something simple but I have not been able to fix it. I need to click on the …

Member Avatar for MartinRinehart
0
163
Member Avatar for calrobs

Hi there, I currently have HTML table on my website full of entires from a MySQL table. These entries are just normal words. I've been wanting the user to be notified if they click on that particular word. I have the text background change colour whenever the user clicks on …

0
112
Member Avatar for jekMCMXC

Can anyone help me how to load an external page into a <div> tag? I've search the internet and still no answers.. please give me an example.. I have not started a thing yet...

Member Avatar for stbuchok
0
139
Member Avatar for cb0058385

I have a Java Script loop which will be polling if any child windows are closed. The code is working fine in all versions of IE in the local system. But when we invoke the application via CITRIX and IE6 then we are getting the PERMISSION DENIED error. and the …

Member Avatar for cb0058385
0
335
Member Avatar for PriyalRao

How to add sub menus that should appear on mouse click and should disappear on mouse click. [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Blurry Menu</title> <style type="text/css"> body { background: #1a1a1a url(bg.jpg); } #blur { position: relative; top: 50px; …

Member Avatar for AleMonteiro
0
677
Member Avatar for schoolboy2010

I have this script that is supposed to check if a number the user guesses is the same as the randomly generated number. Problem is that the random number generated at the start of the program keeps on changing everytime I click on the "Check if I'm right" button, the …

Member Avatar for schoolboy2010
0
219
Member Avatar for AngelSword

Hi guys I have some questions about this code: This is a contact form “template”, but I’m totally nob on this matter and I want to know how I can activate the button of send to send all the info to my email address and also how can I change …

Member Avatar for pritaeas
0
153
Member Avatar for luweegee

Hello Guys! I'm looking for a javascript that will expand the list and collapsing of this menu... [CODE] <ul id="menu"> <li>Menu Item 1 <ol> <li><a href="#">Sub Item 1.1</a></li> <li><a href="#">Sub Item 1.2</a></li> <li><a href="#">Sub Item 1.3</a></li> </ol> </li> </ul>[/CODE]

Member Avatar for AleMonteiro
0
349
Member Avatar for hindu times

Hi there, I'm working on someone else's site, and I need to add something to their form to make sure that the email address people enter is the correct format (i.e. it has a @ sign and a "."). It currently only checks if there is anything in the field …

Member Avatar for MeSampath
0
152
Member Avatar for domh87

Hi, I am building a site and i need to move the contents from one form to another on a different page. The code i have used worked fine when i was testing, but since i put it on my live site i get syntax errors which i think is …

Member Avatar for Airshow
0
146
Member Avatar for stanley87

Hi,pleasure to meet you all.I wanna to ask how to write a javascript code to connect with php api authentication located at my server(eg. [url]www.mydomain.com/api/index.php[/url]). 1.I wanna put a javascript code to call the api authentication function at my website server so that other people can access through the api …

Member Avatar for Stefano Mtangoo
0
353
Member Avatar for theighost

Hello, I have a huge issue with firefox and some versions of IE. I have a flash embedded into HTML and at some action in the flash, a javascript is called that changes the CSS properties of the div containing the flash (postion, from relative to fixed) the problem is, …

Member Avatar for theighost
0
161
Member Avatar for dennisx

hi this is my first time posting i want to be able to view images using javascript and html the images are being recovered from a folder using a php script and passed on to the javascript unfortunately the image does not display on the html file but it displays …

0
39
Member Avatar for FutureDev86

I am just toying around trying to learn javascript. I find it pretty neat. I am writing this code and I have been racking my brain for a while now. I know it's probably pretty obvious, but what am I doing wrong here? Thanks in advance! [CODE] function chooseGame() { …

Member Avatar for as.bhanuprakash
0
89
Member Avatar for AODfan

Below is my program that I have so far. I am having trouble trying to figure how to get my passcheck function to check and make sure what is entered into the password and password confirmation fields match before it submits the validate function giving an alert. The other thing …

0
64

The End.