Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 11 of 11
Search took 0.06 seconds.
Search: Posts Made By: ten3six
Forum: JavaScript programming 02-02-2013, 10:05 AM
Replies: 9
Views: 489
Posted By ten3six
It does. The problem was with the way I was...

It does. The problem was with the way I was setting up the textarea. Once that was fixed everything works as it should.
Forum: JavaScript programming 02-02-2013, 05:50 AM
Replies: 9
Views: 489
Posted By ten3six
I did try it without escaping. Look at my code......

I did try it without escaping. Look at my code...

document.Finance.COPYINPUT.value=("First Line\nSecond Line\\nThird Line\n\nFourth Line\n\rFifth Line\r\nSixth Line<br>Seventh Line")

It wasn't...
Forum: JavaScript programming 02-01-2013, 10:38 PM
Replies: 9
Views: 489
Posted By ten3six
I wasn't surprised. I knew that would happen. I...

I wasn't surprised. I knew that would happen. I also wasn't surprised that "<br>" showed up but in all of my searching for a solution those were more often then not suggested. I just wanted to show...
Forum: JavaScript programming 02-01-2013, 10:25 PM
Replies: 9
Views: 489
Posted By ten3six
You, my friend, are a genius. Thank you.:thumbsup:

You, my friend, are a genius. Thank you.:thumbsup:
Forum: JavaScript programming 02-01-2013, 10:01 PM
Replies: 9
Views: 489
Posted By ten3six
line breaks not working in textarea

I have searched and found no solution so...
I've got a textbox that I am changing to a textarea so that I can show multiple lines but my javascript is not showing the line breaks. I know that \n...
Forum: JavaScript programming 11-03-2011, 03:22 AM
Replies: 2
Views: 467
Posted By ten3six
WOW!!! That's the kind of simple thing that...

WOW!!!
That's the kind of simple thing that always get's me. The semi-colon doesn't like me at all. I hope the input box isn't joining semi-colon's team. That was it exactly. I didn't even add the...
Forum: JavaScript programming 11-02-2011, 08:08 PM
Replies: 2
Views: 467
Posted By ten3six
Button is not working

I've never had this problem in the past and I am now stumped. I've written a fairly long script to calculate numbers for a web based Diabetes calculator but for some reason the "Calculate" button...
Forum: JavaScript programming 01-09-2011, 01:47 AM
Replies: 13
Views: 3,424
Posted By ten3six
Smile Resolved

All of my programing knowledge is self taught and really only involves personal programing. As I said in the original post, this was a budget program that I have been working on for myself. The...
Forum: JavaScript programming 01-08-2011, 01:57 AM
Replies: 13
Views: 3,424
Posted By ten3six
This seemed to be a much simpler problem to me...

This seemed to be a much simpler problem to me than everyone is trying to make it...

If I have 3 variables...

A, B, and C

Script 1 uses these variables to find sums...

A+B=?
B+C=?
Forum: JavaScript programming 01-07-2011, 06:11 AM
Replies: 13
Views: 3,424
Posted By ten3six
I do not want to declare or set values for the...

I do not want to declare or set values for the variables in each HTML file. I would like to be able to get the values from the external file only. That way when the values need to be changed they...
Forum: JavaScript programming 01-07-2011, 04:23 AM
Replies: 13
Views: 3,424
Posted By ten3six
Can I declare javascript variables once and use them in multiple HTML files?

I have been working on a few budget scripts that I can access from the web in using HTML. My problem is that when variable values change I need to change these values in all of the HTML files on the...
Showing results 1 to 11 of 11

 
Forum Jump

All times are GMT +1. The time now is 09:43 PM.