JavaScript
Hi all,
I was working on a linear regression program, and when I try to convert the input file data to a float, I got this error.
Groove shark error: invalid literal for float (): iii. I'm using Windows XP SP2.
Here is a picture to better describe my problem…
Error:
- 1916 views
- 1 answers
- 0 votes
Hi all,
I was working on a linear regression program, and when I try to convert the input file data to a float, I got this error.
Groove shark error: invalid literal for float (): iii. I'm using Windows XP SP2.
Any help?
- 1407 views
- 1 answers
- 0 votes
I have my form set up to submit to my email address. When sumbit is clicked outlook express, or whatever default software the guest would have, opens.
I want the form to be able to be sent to me from a an email address that the guest would enter into the form, help please.
This is the code that I have so far.
<form align= "left" action= "mailto:[email protected]">
Your Name:
<br>
<INPUT type="text" name="Name" value="Not your real name" size="20" maxlength= "50" onfocus=value=''">
<br><br>
Your Email:
<br>
- 1255 views
- 1 answers
- 15 votes
Hello experts,
I have a small problem in using JavaScript. I am attempting to access a text box using the code as attached.
Internet Explorer the code works fine but does not work in Firefox. I get a "object required" error right where the IF condition starts. I am pretty sure the syntax is correct!
- 1006 views
- 10 answers
- 14 votes