Jump to content

StarGateSG-1

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by StarGateSG-1

  1. Hello,As the topic Says, I need a layout or a link to a tutorials on how to use Word Verification Technology with asp.Thank you
  2. The email would be sent to us when they click the submit button.I know you can set the action to naything but it doesn't work, for some reason?So my question was why?
  3. The email works fine without a server, its the posting to another page that I am wondering about.
  4. This is a school project, so I won't have a seerver and It doesn't have to be on the web. I guess I need to look into webbot more. It looks like it is an public server that does it, I duno maybe you could look into it aswell.
  5. I know in MS FrontPage there is a way to use webbot or something like that, is that through a server that I would have to run??
  6. Hello,Can you post to a form, for example a feedback form directly to a site?There must eb a way without a server, I have seen it done but I am not sure how to fix it.
  7. Hello,My xml is comming up with an error: Here is the code from the xml file:<?xml version="1.0" encoding="iso-8859-1"?><?xml-stylesheet type="text/xsl" href="Quick_Report.xsl"?><Quick_Report> <Last_Week_Attend>100</Last_Week_Attend> <Last_Month_Attend>80</Last_Month_Attend> <Yesterday_Attend>45</Yesterday_Attend> <Total_Students>900</Total_Students> </Quick_Report> The code from the xsl file: <?xml version="1.0" encoding="ISO-8859-1"?><xsl:stylesheet version="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/"><html><head><style type="text/css">th{text-align: center}td{text-align: center}</style><title>Attendance Report by Period</title></head><body><h2>Attendance Report Summary</h2><table border="1"><tr><th>Time Frame</th><th>Total Students</th><th>Percent Attend</th></tr><tr><th>Yesterdays Attendance</th><td>#<xsl:value-of select="Quick_Report/Total_Students"/></td><td>%<xsl:value-of select="Quick_Report/Yesterday_Attend"/></td></tr><tr><th>Last Weeks Attendance</th><td>#<xsl:value-of select="Quick_Report/Total_Students"/></td><td>%<xsl:value-of select="Quick_Report/Last_Week_Attend"/></td></tr><tr><th>Last Months Attendance</th><td>#<xsl:value-of select="Quick_Report/Total_Students"/></td><td>%<xsl:value-of select="Quick_Report/Last_Month_Attend"/></td></tr></table></body></html>
  8. Good for me, since I know when the data items start, I also can generate data files whihc only data I will use.
  9. OkI was looking into in Visual Basic, because I wnat to stay away from servers right now, I just don't enough and don't have time to learn. I am already using xsl to display the info, I just need get the data from a text file. I don't think a script is right for this program, I need it simple as I found out yesterday.
  10. I might try that,What about VB, I have seen some good results with that, but I don;t really know VB.
  11. Sure,the format is in fields. eg:123456789123456789123456789123456789firstname lastname age ###### Those arn't fields I would use but they are the most common, becasue this project is through the school, the data is private so It is hard to find the actuaclly field lengths I need, atm.Like that with space alotted for each section, I need a reference more than it done for me.Thank you.
  12. Hello,Yes, I know what the text files are like and yes they all require the same tags over an over.does anyone have a link to a source code or tutorial to help me with with this.Thank you!
  13. Sorry,I should have been more specific.I need some one to point me in the direction of source code, or tutorials to convert text files to xml files at the press of a button. I am writing a program for my school, which creates text files from our data system and I want to put them into xml files. Keep in mind I won;t be there to do it by hand. It must be automated.Any language would do, I would perfer something web based, but non would be fine.Thank you.
  14. Hello,Can some one point in the direct of source code to convert text files to xml files.Thank you
  15. Thank you that will really help me.
  16. Hello,How do you make it possible to have custom fonts on a web page, its like using a language pack. Thanks.
×
×
  • Create New...