Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MrPantsTm

    #include

    Can a javascript #include another javascript file? This is not in a webpage, this is in a console based javascript program. Thanks.
  2. MrPantsTm

    Hard Links Question

    well I want to access folders which are not in my document root directory. so c: - Other Folder | - Other Folder 2 | - Website Content Folder | | so basically I'd like a shortcut in Website Content Folder to link to Other Folder so that when the person goes to http://url/Website Content...
  3. MrPantsTm

    Hard Links Question

    I'm trying to use hard links in my document root so as to redirect users to folders outside of the document root. I've create the links but every time I click on them it asks me to save them as url.lnk. I read that you have to allow linking or shortcuts in IIS. My question, is how? Thanks!
  4. MrPantsTm

    linking to other folders not in my doc_root

    I'm developing a website for the company. Each group wants their own page. but they also want to be in control of their documents. so they want to have a shared folder which I (or whoever) links to. but how do I resolve this since that folder won't be within apache's doc_root. In linux I'd...
  5. MrPantsTm

    Installation issues

    I tried loading php_bz2 and that also failed. I've moved the directories around now as well with no luck.
  6. MrPantsTm

    Installation issues

    I don't have any other extensions loading. access control seems to be fine.
  7. MrPantsTm

    Installation issues

    so I'm using php5 since php4 doesn't want to communicate nicely with MySQL. So MySQL needs the dynamic extension loaded. Fine. However, when I restart the server (IIS (not my choosing) ) it complains 'Cannot find 'c:\php\ext\php_mysql.dll' and doesn't start the server. I assue you, that the...
  8. MrPantsTm

    Need to add another clause

    one other thing. how would I signal the text area to say change color to red so to signal the user?
  9. MrPantsTm

    Need to add another clause

    yeah that'll work thanks
  10. MrPantsTm

    Need to add another clause

    At the moment I have this in my text box form: onfocus="if (this.value=='0') this.value=''" I'd like to keep this but also add a clause so that it returns it to 0 (or blank but 0 would be more helpful) if it goes out of range (say 10). How would I combine the two? TIA
  11. MrPantsTm

    CSS anchor question

    I'm using a CSS in my page (I'm new to using CSS) and I've run into an issue. I assigned the anchor selector as one color which works on the way I want the menu buttons to look like. However, if I use anchors in other places, this color scheme does not work. Is it possible to have two settings...
  12. MrPantsTm

    formatting output

    I did do a search for my question on php.net and I'm suprised I didn't come up with number_format. in any case, thanks to both of you, that's what I needed to know
  13. MrPantsTm

    formatting output

    So I have a calculation and it returns a long floating point number. It is only necessary to print out the first say 5 numbers of the mantissa something you could do with setprecision in C++. Does PHP have something to format the output? Thanks!
  14. MrPantsTm

    Empty Sets

    thank!
  15. MrPantsTm

    Empty Sets

    How do I detect for Empty Sets that are returned by MySQL? I go through the database and do some queries which have some text before them to identify them. The ones that return nothing I'd like to not display the text to identify them. Thanks!
  16. MrPantsTm

    File System

    Does anyone know of an open source project that is an online file system very similar to explorer. Basically a tree view of files hosted on a system with capabilities to upload files, view them, edit them etc. I'm planning on doing something like this myself and am looking for an example. thanks!
  17. MrPantsTm

    Form Types

    np, just wanted to be sure. thanks!
  18. MrPantsTm

    Form Types

    Is there a spin box form? I've looked around and haven't seen any. I'd prefer not to use a drop down box. I thought there was or at least suprised there isn't. TIA!
  19. MrPantsTm

    linking question

    thanks for the help!
  20. MrPantsTm

    linking question

    what do I need to do to make links reveal parts of the website. For example, if they click a link some menu buttons are displayed. I'd prefer not to use a form and I've seen this done. I'm pretty sure it's done with js but I could be wrong. Thanks!

Part and Inventory Search

Back
Top