Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 45
Search took 0.16 seconds.
Search: Posts Made By: juliushg
Forum: JavaScript programming 01-29-2013, 07:54 PM
Replies: 4
Views: 310
Posted By juliushg
Ah ok, I got it, thanks.

Ah ok, I got it, thanks.
Forum: JavaScript programming 01-29-2013, 06:30 AM
Replies: 4
Views: 310
Posted By juliushg
Thanks! It worked ok when creating the array the...

Thanks! It worked ok when creating the array the way you put it above. It must be some problem with the Wordpress background, now it's ok. Anyway, why the "item in array" is not recommended?
Forum: JavaScript programming 01-29-2013, 12:43 AM
Replies: 4
Views: 310
Posted By juliushg
Strange behavior on a script

Please can you help here, but I'm thinking this is a specific problem with my website, not a syntax or coding error. I have this script:

<script type="text/javascript">
var losTiempos= new...
Forum: JavaScript programming 01-26-2013, 04:05 AM
Replies: 2
Views: 197
Posted By juliushg
Thumbs up Yes! It worked great, I only observed one typo...

Yes! It worked great, I only observed one typo ("Tagname") and because I'm not used to method names, it was bugging me, but I found it. And yes, both hide methods work for me. And yes, I had to...
Forum: JavaScript programming 01-26-2013, 03:07 AM
Replies: 2
Views: 197
Posted By juliushg
I need to change a series of values

I have a list of divs like this:
<div>8</div>
<div>5</div>
<div>0</div>
<div>6</div>
<div>0</div>
<div>0</div>
<div>1</div>

Now I need to turn off all zeroes displaying, I suppose that it's...
Forum: JavaScript programming 01-16-2013, 03:58 PM
Replies: 3
Views: 193
Posted By juliushg
Oh! my bad! I don't have problems with the "th"...

Oh! my bad! I don't have problems with the "th" in english when applied to numbers (fourth, fifth, etc.) it's only with length that sometimes I mispell as lenght.

Thank you, I will implement the...
Forum: JavaScript programming 01-16-2013, 03:19 PM
Replies: 3
Views: 193
Posted By juliushg
What is wrong with this code? (returns text date)

The objective is to return the value of FechaTexto in the format dd-mm-yyyy, in text, but no matter how I try, it keeps returning "15-1-2013" instead of "15-01-2013". Help, please.

function...
Forum: JavaScript programming 01-10-2013, 10:30 AM
Replies: 2
Views: 174
Posted By juliushg
It worked. I only had to change all tags and...

It worked. I only had to change all tags and passing the actual index to the function using this:

function AddOne(Caller){
var strCaller=Caller.getAttribute('id');
var...
Forum: JavaScript programming 01-10-2013, 05:11 AM
Replies: 2
Views: 174
Posted By juliushg
Button id passing value to javascript

Is it possible to create a numeric id to asign to buttons (images) generated in a loop and pass that numeric id (the number part) to a function in javascript?

Something like this:

1st line:...
Forum: JavaScript programming 01-06-2013, 10:04 AM
Replies: 13
Views: 577
Posted By juliushg
Oh, now I see the explanation for what I asked...

Oh, now I see the explanation for what I asked about lenght in Andrew's fourth post.
Forum: JavaScript programming 01-06-2013, 05:57 AM
Replies: 13
Views: 577
Posted By juliushg
Thumbs up Thanks to all! Andrew, I'm not so...

Thanks to all!

Andrew, I'm not so experienced and didn't know the for (item in subtotal) but that did the trick. And yes, there are only those items in the array, not 15253 or whatever the highest...
Forum: JavaScript programming 01-05-2013, 01:52 PM
Replies: 13
Views: 577
Posted By juliushg
I think this array handling can be improved

I created an array the usual way: var subtotal = new Array();, but I created elements using an index from another set of data, with several numbers as index, like this:

subtotal[360]="23.50"...
Forum: XML 01-05-2013, 12:44 AM
Replies: 3
Views: 769
Posted By juliushg
Sunfighter, just a question: are you aware that...

Sunfighter, just a question: are you aware that myurl.com is a fictitious url? I'm not an experienced coder, so I'm going to try that code and let you know.
Forum: XML 01-04-2013, 11:39 AM
Replies: 3
Views: 769
Posted By juliushg
Help with reading a XML file

I'm using javascript code (which I got from w3schools.com) to get elements from a xml file, but something goes wrong after the xml has been read. Please help me to find the error:


xmlhttp=new...
Forum: JavaScript programming 08-19-2012, 01:36 AM
Replies: 7
Views: 559
Posted By juliushg
Yes, that worked. For the record, it was a...

Yes, that worked. For the record, it was a Wordpress issue.

The file formatting.php in wp-includes has to be edited and some lines (which do the conversion) commented. That solved the problem,...
Forum: JavaScript programming 08-19-2012, 01:22 AM
Replies: 7
Views: 559
Posted By juliushg
I've found another reference to this, and now I...

I've found another reference to this, and now I know that Wordpress changes & by #038; and I'm changing something in wp-includes > formatting.php, maybe this will work, I'll report here.
Forum: JavaScript programming 08-19-2012, 12:56 AM
Replies: 7
Views: 559
Posted By juliushg
I've just read this topic: ...

I've just read this topic:

http://wordpress.org/support/topic/unwanted-characters-038

And I've tried this:


urltosend="http://myurl.com?benef=11364&amp;imp=22340.30&amp;implet=doscientos";

Line...
Forum: JavaScript programming 08-19-2012, 12:39 AM
Replies: 7
Views: 559
Posted By juliushg
It didn't work. Now I tried: ...

It didn't work. Now I tried:

urltosend="http://myurl.com?benef=11364&imp=22340.30&implet=doscientos";

The line displayed in the page is:
...
Forum: JavaScript programming 08-18-2012, 04:40 PM
Replies: 7
Views: 559
Posted By juliushg
Sorry, I modified the original code to post it...

Sorry, I modified the original code to post it here and accidentally deleted the http:// part, so the script is:

<script type="text/javascript">
var urltosend;
...
Forum: JavaScript programming 08-18-2012, 09:11 AM
Replies: 7
Views: 559
Posted By juliushg
Problem sending an URI with javascript

Hi, I have this:

<script type="text/javascript">
var urltosend;

urltosend="myurl.com?benef=[get param=fact_prov]&imp="+anumber+"&implet=Cien pesos 00/100 M.N.";
...
Forum: HTML & CSS 08-05-2012, 07:35 AM
Replies: 6
Views: 902
Posted By juliushg
Best way to repeat an html code?

I need to position an ubiquitous menu in some pages of my site. That is, writing code once and that code repeating in every page (only the pages I want).

I don't know if to use a function in...
Forum: JavaScript programming 08-03-2012, 09:37 AM
Replies: 39
Views: 2,187
Posted By juliushg
Mister, I did a private testing and found the...

Mister, I did a private testing and found the following (maybe this will help you to help me):

It works fine with this function (with this name is called by SendToProcess):

function...
Forum: JavaScript programming 08-03-2012, 04:41 AM
Replies: 39
Views: 2,187
Posted By juliushg
Yes, you can.

Yes, you can.
Forum: JavaScript programming 08-03-2012, 01:21 AM
Replies: 39
Views: 2,187
Posted By juliushg
Ooh, I think I'm discovering something. When...

Ooh, I think I'm discovering something.

When I was testing, I change the name of the function from frmUpdateField to frmUpdateTheField. The function has alert("entry to change: " +...
Forum: JavaScript programming 08-02-2012, 11:51 PM
Replies: 39
Views: 2,187
Posted By juliushg
I don't understand why you are seeing that code,...

I don't understand why you are seeing that code, the url is correct but the code you are posting is not that, I added some lines. When I (in firefox) right-click>view page source, I see the correct...
Showing results 1 to 25 of 45

 
Forum Jump

All times are GMT +1. The time now is 07:45 AM.