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...
Thanks for your replies.
FesterSXS, I search for the subject, and I also saw all of your threads but I did't find anything.
BillyRayPreachersSon, what I want is to create in html a link to a file and then open this file. The file has an excel xsl extension. There is a component in Internet...
The code that I have is just a simple html table:
<%
Response.ContentType = "application/vnd.ms-excel"
%>
<table cellpadding="0" cellspacing="0" Height="0" border="1" width="800" ID="Table">
<caption>
<font class='fixedtext' style='font-size:14'>
<strong>Long-Term Capital Gains and Losses -...
I have a report (TABLE) in HTML. BUT people want to see it in EXCEL. SO I want to make an XML file that opens the report in an EXCEL worksheet. Instead of displaying a html table I want an excel spreadsheet but using XML.
I don't know much about XML. I have seen that in EXCEL 2003 you can...
Hello. I'm looking information about XML EXCEL and I found your thread.
I want to ask you something. I'm also new in xml and I'm trying to make a link that displays an excel report using XML.
My question may be a little stuped but since I have no idea of this. How did you created your xml...
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!
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.