I am trying to create a form on a webpage and i am using PHP to connect to a SQL database, running a query, and putting the results into a java array to be...
Please can you paste the HTML page, rather than the PHP source. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of...
here is what the source of the webpage shows is being loaded into the java array: <script type='text/javascript'>var mArray = new Array(new Array(), new...
The problem is with the way you're defining the arrays. You need to use this syntax :- var mArray = new Array(); var mArray[0] = new Array(); mArray[0][0] =...
I thank you very much for all your help. I have changed the way i declared the arrays to <script type='text/javascript'>var mArray = new Array(); mArray[0] =...
I copied the start of you're code, and it works fine :- <body> <script type='text/javascript'> var mArray = new Array(); mArray[0] = new Array(); mArray[1] =...
Dear Friends, We are coming on the heels of a very successful beta program with passionate feedback from over 30 beta customers and software engineers. We are...
Hi, Can anyone helpme out regarding a sample javascript program. I will be very thankful. " How to develop a web page following the instructions given...
Hi all. I'm having just a couple of issues with a scriptaclous/prototype accordion menu. I'd like it to display all of the accordion toggles on load (as...
Hi all, I'm relatively new to javascript. However, I'm building a interdependent client side options selection list. The tutorials I'm using all call for...
On a site I just set up recently using joomla, the text alignment of the main body area shows to the far right in FF2. It's not an issue in IE or in FF3, so...
Hello again, I have a little problem. I'm trying to have my thumbnails open in a 'td' on the right side when they are clicked on. I have what I think should...
Sean, a couple of things you could/should change. The content of the <td> should be the HTML itself, not a JavaScript command to write the content. IT should...
Net4manpower urgent requirement for software programmer Whether you are a webmaster seeking to avail the service of a freelancer or whether you are a freelance...
I was wondering if anyone was going to comment on that. I knew there was a way to clean up that whole mess =). Thanks for taking the time to help me out Rob,...
Hey Rob, Sean here, I'm implementing your suggestions as I write this but just to be clear, I now have function changePic(PictureName) { document.getElement...
Glad things are working for you. ATB, Rob. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On Behalf Of sean magnan Sent: 23...
VACANCY A Start-up System Integrator Company for retail and restaurant looking for Web Developer personnel: 1.   Able to read technical document in English...
VACANCY A Start-up System Integrator Company for retail and restaurant looking for Web Developer personnel: 1. Â Able to read technical document in English 2....
Thanks a lot for this script! It help me a lot displaying different banners on ever user click giving them different image on every click or page this visit....
Please send me a link to the current page, and I will have a look for you. ... From: 1stJavaScript@yahoogroups.com [mailto:1stJavaScript@yahoogroups.com] On ...
Here's the Link of the site: http://onyxwebwizards.com/fra/index1.html The script I am currently using change the banners are as follows: /* begins list of...
http://www.trans4mind.com/personal_development/JavaScript/index.htm. listed in the discription of the group is a dead link. The page doesn't show but some msg...
The URL you quote is missing the 'l' from the '.html' (see links below). Unfortunately, I don't have the required privileges to change the Yahoo Group ...
Hi 1. Corporate Trainer / Softskill Trainee Candidate should have 1 + years experience with sound knowledge and softskills The placement is in Kovilpatti. Mail...
Is it possible to detect width and height of the clients viewable screen? If so, how would I do that because what I'm trying isn't working =/. Thanks...