Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ale77
  • Content: Threads
  • Order by date
  1. ale77

    Sort a text delimited file

    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...
  2. ale77

    Eliminating lines begining with TAB

    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...
  3. ale77

    Problem with netscape layer

    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...
  4. ale77

    launch an excel doc in excel, not in browser

    Hello I would like to know how to open an excel file in the excel applicacion instead of Internet Explorer or other browser.
  5. ale77

    Generate an EXCEL report with XML (HELP)

    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!!!!
  6. ale77

    Using XML to call EXCELL

    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...
  7. ale77

    Opening a child window in a frame

    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...
  8. ale77

    Capturing data of one form to another page?

    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!
  9. ale77

    How totarget 2 frames in a form instead of oneframe?

    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...
  10. ale77

    Let only positive numbers on texbox

    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
  11. ale77

    Select a radio by only clicking in text??????

    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...
  12. ale77

    Changing the value in a form before sending

    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...
  13. ale77

    Problem with !dataSet.EOF in IE5.5

    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...
  14. ale77

    Submit other values in forms or changing the current values??????

    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...
  15. ale77

    In forms, write a message in the same window after submitting

    I have a form. I want the user to see the results in the same window (parent window) and not to send it to a popup window, or new window.

Part and Inventory Search

Back
Top