Hello,
I am looking through an array.
I want to set the onClick attribute to different elements during the loop.
Here is what I have so far
<html>
<head>
<title>My Doc</title>
<script>
function SetTabs()
{
var TabArray = new Array();
TabArray[0] = "FirstTab";
TabArray[1] = "SecondTab"...
Hello,
I will be getting a lot of values from an XML document and I need to store them into something reusable in Javascript.
My Data will look like so. (basically a table)
name,email,address,phone,age,school,grade,teacher,bus,sports...
Hello,
I am interested in making an adobe illustrator plug in.
I was wondering if anyone had any ideas on what laguage they use, and any resources i should look at.
any information would be great.
My assumptions are:
They have some Object Model that can be used with some scripting language...
Hello,
I am new to C, but have some experience in other languages like C.
I need a bit of help loading a library i have found written in C
http://shapelib.maptools.org/
Included in the download of this library are some .exe .dll and .h files.
How do i go about using the functions this...
Hello,
I have been Programming in Perl and PHP for a long time and am looking for something new and powerful
Should i learn C++
will I be able to adapt to it quickly ?
I am one to learn a little bit about everyuthing and am interested in the power of C++
And can anyone reccommend any good...
Hello,
I am currently making a program that will allow people to use custom tags that i have specified in the script.
For example: #NAME# is replaced with $name
Currently i have been using code such as.
$body =~s/#NAME#/$name/g;
But what if i wanted to replace #NAME# with a sub routine...
Hello,
I am trying to get some info out of my MySql Database and would like to use the Array later on in the script..
I wish to loop through the array using "foreach" or "while".
In the array i have 4 elements
-name
-email
-time
-day
how can i slit up my array?
I have tried,
foreach...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.