Jump to content

aleksanteri

Members
  • Posts

    130
  • Joined

  • Last visited

About aleksanteri

  • Birthday 08/28/1992

Previous Fields

  • Languages
    Finnish,Swedish,English

Contact Methods

  • Website URL
    http://
  • ICQ
    0
  • Yahoo
    aleksanteri4028

Profile Information

  • Location
    Finland
  • Interests
    IRC, Web programming + TCL

aleksanteri's Achievements

Member

Member (2/7)

0

Reputation

  1. I have been doing my php tests but I also have slipped in some JS. one of my problems now is that I don't know any way to get ALL contents of a file object, including the directory.i.e. if I have file object id "file" with value "C:/somefile.txt", using document.getElementById("file").value returns only "somefile.txt" instead of "C:/somefile.txt".Any help on this?
  2. O_o it was only one line! omgworks fine tho tnx
  3. I am doing a calendar with Javascript this time.I have been going good with this one but the thing is that I don't know how to get the number of days in a month. Any help plz?BTW I have been away again... and have returned
  4. I am doing a calendar with Javascript this time.I have been going good with this one but the thing is that I don't know how to get the number of days in a month. Any help plz?
  5. What i say now is that you need a thing that piles up the posts which include links, show them to moderators and then have fast hoverup for spam :)But as Skemcin said we need a solution to prevent spam and I have no idea for that :)btw what is that warn i have in my "panel" ?
  6. well if you have for example a test.html in frames directory, you can get it by <iframe src="frames/test.html"></iframe> test.html is now located in parent directory, so <iframe src="../test.html"></iframe> so what goes for img and other path "commands", they work in iframes as well
  7. hmmmmm, perhaps a button? <form method="get"><button onclick="window.print()">Print</button></form>
  8. Say I've got a library PHP file at a folder and I've got an index.php in a folder that is the subfolder of the folder with the library in it. Now I want to use include() to get the library file into the index.php file without being jumped to the main root folder. Is this possible and how do I do it?
  9. Well this is a JavaScript question but still here comes: <a href="java script:window.print();">Print this page</a> Well "java script" comes together, there seems to be a problem on these forums
  10. <area shape="rect" coords="0,0,100,100" alt="Other Page" onclick="gotoPage('My Other Page.htm')" onmouseover="window.status='Click here to go to my other page'" style="cursor:link">
  11. aleksanteri

    VS.Php

    Yep, use a syntaxschemed text-editor instead
  12. aleksanteri

    XHTML vs XML

    XHTML = HTML + XMLXML -> XSLT, RSS, SVG, Schema, SOAP, etc, etc...
  13. aleksanteri

    define()

    I am now half quessing, but try: define('MY_CONSTANT_NAME', "<a href=\"http://www.yahoo.com\">Yahoo</a>");
×
×
  • Create New...