Hello
I have a file with data like this test.txt:
1 3423 John Michael 33 NY
2 5345 Silvia Goodman 12 FL
3 5783 Lewis Nieto 41 TX
4 9435 Martha Fuchs 36 NJ
5 4721 Mark Brown 28 CA
I would like to know how to read from that file and display the data sorted by any column eg State
5 4721 Mark...
Hi
I have a script that reads data in this format:
6PA4345345 545 445 445
3IK3413755 546 545 454
456OL74346 768 545 455
TOTAL 434
I want only the first column of every line, so I'm using substr($line,10,0). The problem is when it reads the " TOTAL" line because it has a TAB as the first...
Hello
I was looking on the internet for a popup menu and I found this one:
http://www.ghks.de/webdesign/development/navbar/
I used it but when I tested on netscape, it doesn't work. The message it gives is that the layer is not defined. Does anyone knows what that means?
It gives an error in...
Hi. I would like to now if someone has any informafion on how to generate an EXCEL report with XML. I don't know how to do that at all.
Right now I'm doing that with an HTML table but I'll be much better in EXCEL.
Any ideas or links or code examples are welcome!!!!
Hello. I have work only in HTML, but now I have to do something in XML, and I have no idea, no clue of XML.
I just want your help in giving me an idea. I have a c++ program that generates a report to html but now I have to send it to EXCEL spreadsheet. That is a website that is going to be...
I have a form.
I need to pass the data to another window. I'm planning to do that with javascript with document.open() and put the data of the form in there. My question is how can I open that window in the current frame and not in a new window. Is that possible? I guess there should be a way...
Hi, like I asked before, I would like to know if someone has an idea to send the information of one form (with hidden values) to another form. I wnat to use the values of the first form and put them on the second form from one page to another.
Any ideas can help!
Hi, I have 2 questions!
I have a page with 3 frames, one of the frames has a form and I want that when I submit the form it loads another page in the current frame (which I did with TARGET from the form) , and another page in the other frame. I have no idea how to change the second frame with...
I have a problem. I have a text input in a form and I want it to allow only numbers (no letters), a dot and non negative numbers. The problem is that is there is a dot in can only accept 9 characters, without a dot only 6 characters and cannot submit 0. Ex
135000
135000.56
Hi. I have a question. I know that in javascript a lot of things are possible, but I can't find a way to do this.
I have a simple form with radio buttons. My question is if there is a way that I can select the radio button by only clicking on the text. Example, selecting the radio option one by...
I have a problem. I have a form and before sending the information I have to change the phoennumber format. For example, if a user enters 333-333-3333, I have to get rid of the character "-". I know how to do that, but it doesn't take it. This is my code:
function validForm() {
var...
Hello. I made a form, and it reads the data from a file. For that I'm using tabular data contol and it was running OK, but when I ran it in another machine that has Internet Explorer 5.5 it did not run. I read that Tabular Data Control can be used from version 4. Does anyone know how can I solve...
Hi
I want to know if there is a way to submit a value from a form that is calculated during the process, or how to change the current value of a form.
I have a form with questions and radio buttons where each option has a value. Ex: Q1: option 1= 5, option 2=10...
After calculating the option...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.