Forum: JavaScript programming
12-16-2012, 04:41 AM
|
|
Replies: 4
Views: 359
Using code by calling a function
Can I create a code in some way that I can use the same code by just calling it?
I'll explain myself better.
I have this code to show a selector.
<select id="mySelect"...
|
Forum: Ajax and Design
12-04-2012, 09:29 PM
|
|
Replies: 3
Views: 706
Responding to your questions:
- Will the...
Responding to your questions:
- Will the thumbnails be separate pictures or do you just want the browser to downscale?
I would like the thumbnails to be separate pictures that I could give a path...
|
Forum: Ajax and Design
12-04-2012, 09:24 PM
|
|
Replies: 3
Views: 706
Thanks for your quick response.
As you...
Thanks for your quick response.
As you recommended, I have already check hundreds of websites but it was difficult to find what I want. Something like the images I posted.
I actually have the...
|
Forum: Ajax and Design
12-04-2012, 07:56 PM
|
|
Replies: 3
Views: 706
Photo Gallery
Any easy way to do something like the attachment.
I just need to have a Gallery on the left and show the selected image on the right.
Also like to have the option of several a scroll down or...
|
Forum: JavaScript programming
12-02-2012, 06:51 PM
|
|
Replies: 3
Views: 214
|
Forum: JavaScript programming
12-02-2012, 04:52 PM
|
|
Replies: 3
Views: 214
Write test on an image in a slideshow
I have a very basic slideshow and I would lilke to know how can I add some text to each of the images on the slideshow.
THANKS SO MUCH
Here is the code of my slideshow.
</head>
<script...
|
Forum: JavaScript programming
11-23-2011, 06:18 PM
|
|
Replies: 1
Views: 317
Create an object on the fly
I have a select with a OnChange Function. I would like to know how to create a different object depending on the selection on the Select.
Example:
MySelect have Option 1 and Option 2, so
If...
|
Forum: JavaScript programming
11-22-2011, 10:28 PM
|
|
Replies: 1
Views: 227
Recognizing a Form
Recognizing a Form
I had created a form as follow:
function makeForm() {
mypara=document.getElementById("paraID");
myform=document.createElement("formIS");
myselect =...
|
Forum: JavaScript programming
11-21-2011, 05:01 PM
|
|
Replies: 4
Views: 521
How to debug Javascript
Can I debugge Javascript code to see which values take my variables?
If so, How can I do it.
thanks so much
|
Forum: JavaScript programming
11-21-2011, 05:00 PM
|
|
Replies: 6
Views: 587
|
Forum: JavaScript programming
11-21-2011, 04:08 PM
|
|
Replies: 6
Views: 587
Still Stuck
Thank you so much all for your help.
I've being trying several things and I find out kind of a solution, but I'm stuck again.
This Code works. The red code line call the function...
|
Forum: JavaScript programming
11-18-2011, 09:11 PM
|
|
Replies: 6
Views: 587
|