Jump to content

aleksanteri

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by aleksanteri

  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>");
  14. I knew IE could use the file:/// protocol of WinExplorer, but, vice versa?!?!?! Isn't one browser enough for Microsoft?
  15. if I would I would gone already.I also forgot to mention I also use IE for managing my 1500mb server because opera can't make it there
  16. If we are going to do the reader, then I've got a styling idea... I'm very bad at AJAX, I tried to do an AJAX based RSS reader for Opera, but i got about 10 errors and it still didn't work
  17. Well, once the IRC channel is being opened, then the growth could slow down
  18. SVG is something I can do :)Also PHP, CSS and JavaScript come out fine.
  19. I couldn't install it :blink: Even if I would get it work, I would eventually need to pay for it :angry:ALSO I have learned PHP that I wont give away
  20. Hmmmm, what would the statistics say when Vista is released
×
×
  • Create New...