Jump to content

Little Goat

Members
  • Posts

    733
  • Joined

  • Last visited

Everything posted by Little Goat

  1. it does. ther is a little wwhite thing on the blue folders when you have posted there.LG
  2. that doesn't work, but when I add the attribute to the td it shows the prompt, but doesn't change the value.??????LG
  3. no, actually I meant that instead of selecting files, the user could select folders. I don't want to upload them, I just need the filename. on another forum they told me it couldn't be done, so if no one answers, I'll assume it can't be done.LG
  4. is there any way at all to select a folder in the file input?thnx.
  5. yea, thats what I use.anyway, did I get it right?LG
  6. thanks, but that only does one, Right?I need all of the TDs to be set to that.do I need to use a while loop?LGEidt:this still doesn't work. I tried just as you said, and this: document.getElementsByTagName('td')[0].onclick = lol();function lol(){this.innerHTML = prompt('please enter a value')}
  7. yea that is what I thought, but my main problem is setting the onmousedown or onclick of all the <td> tags.ok, so say I had this: function changeval(obj){obj.innerHTML = prompt('please enter a number');} then all I need is to set all <td> tags' onmousedown to changeval(this)can anyone help plez?thnx, LG
  8. many would call it trhat. that does not mean it is, just MANY would call it that.LG
  9. no, you should not have that again at the end of you r page.LG
  10. actually, you should do this:session_start();$_SESSION['step1'] = true;LG
  11. hi,I have a problem with this code: <script type="text/javascript">document.getElementByTagName('td').onclick = new Function("this.innerHTML = prompt('please enter a value')");</script> I have no Idea how to use the "new Function()" thing, so I could be completely wrong.can anyone tell me what the problem is?thnx, LG(so much for mastering javascript. (see sig))
  12. I just want to know if the search engines spiders are going through my site.LG
  13. also, make sure you use a session_start() at the beginning of all the pages you use the sessions on.LG
  14. its not Jscript, its Javascript. use that and it should work
  15. or, you could just put overflow:visible;LG
  16. yes, but it would be nice if that could be in the tutorial for noobs (like me!) so they don't have to come here and ask.
  17. ok, thanks soo much!actually, I'm trying to build this for SEO.I found an article on another forum, and it said to get a tracker.LG
  18. thnx so much justsomeguy but how would I do that in PHP?LG
  19. <?xml version="1.0"?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl"><xsl:template match="/"><html><head></head><body> <xsl:apply-templates select="sml:grid"/></body></html></xsl:template><xsl:template match="sml:grid"><table border="2"><xsl:for-each select="sml:row"> <tr> <xsl:for-each select="sml:largesquare"> <td> <table border="3"> <xsl:for-each select="sml:smallrow"> <tr> <xsl:for-each select="sml:smallsquare"> <td class="sml:smallsquare1"> .<xsl:value-of select="sml:smallsquare"/> </td> </xsl:for-each> </tr> </xsl:for-each> </table> </td> </xsl:for-each> </tr> </xsl:for-each></tr> </table><!--End of large 2 coloumn--></xsl:template></xsl:stylesheet> that should fix it, sorry about the indentation, that kinda got messed up LG
  20. one more question:How do you tell if the visitor is an SE bot?LG
  21. ok, thanks guys.I wanted my php to output valid XHTML like you said Dan.the echo sounds good. thanx again.LG
  22. ok, this is the third time I have posted the same thing in a week! anyway, here it is; AJAX includes: Edit: ok, a little more than a week.
  23. 2) wrap your images in a div tag and then the css for the div would be: white-space:nowrap; everything inside that will not go onto another line unless you put a <br /> tag in.LG
  24. as for the help on yourpage, if you have questions you can always ppost them here...LG
  25. well why a Javascript one?what advantage does that have over html?LG
×
×
  • Create New...