Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 12 of 12
Search took 0.05 seconds.
Search: Posts Made By: samuvk
Forum: JavaScript programming 12-16-2012, 04:41 AM
Replies: 4
Views: 359
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
Thanks for your reply. I was looking to...

Thanks for your reply.

I was looking to introduce the text within the picture.

Something like the attachment.


Thanks
Forum: JavaScript programming 12-02-2012, 04:52 PM
Replies: 3
Views: 214
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
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
Posted By samuvk
Because I'm going to subtitute the code alert for...

Because I'm going to subtitute the code alert for other code.

i'm just using the alert to try to make it work, then I'll modify the code.

Thanks
Forum: JavaScript programming 11-21-2011, 04:08 PM
Replies: 6
Views: 587
Posted By samuvk
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
Posted By samuvk
Assign a value to a Option In a Select dropdown on the fly

I have a function that creates a Select dropdown on the fly:


function makeForm() {

mypara=document.getElementById("paraID");
myform=document.createElement("form");
myselect =...
Showing results 1 to 12 of 12

 
Forum Jump

All times are GMT +1. The time now is 06:29 PM.