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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MysticFallout

  1. MysticFallout

    Using Hyperlinks in VB

    is there a different way to do this? without using shell?
  2. MysticFallout

    constant variable help please

    I am trying to make a constant variable so I will not have to constantly re-create the variable throughout my application. The variable I am trying to make utilizes the GetSetting function. I don't understand this type of "Coding" very well, but I am reading up on it as I write this, but so far...
  3. MysticFallout

    vb5 pro: progressbar for a loading image

    hey vb5prgrmr thank you for your reply. :D it helped me greatly. as for my project, ill just let the pbar go. as for the faq, no i hadnt read that one yet. thanks for letting me know about it :D (good posting ideas!) to anyone that may have been annoyed with me sending this thread...
  4. MysticFallout

    vb5 pro: progressbar for a loading image

    No ideas? I've been trying and trying and still cant get it. I'm assuming it can't be done or it's maybe to easy to even answer? LOL!! (I'm kidding with that comment :))
  5. MysticFallout

    vb5 pro: progressbar for a loading image

    how could i make a progress bar work with a loading image? i have an image control which loads the selected image, and i want the progress bar to load as the image loads. just not sure how to do this. any help apreciated
  6. MysticFallout

    built in error reporting

    well, it gives additional errors. open(DATA, '$url') || die(&quot;Could not open $url <b>$!</b>&quot;); will produce something like Could not open thebad.txt No such file or directory at rmp.cgi line 29. without $! it would only show Could not open thebad.txt im just curious, had...
  7. MysticFallout

    built in error reporting

    in perl you can use die(&quot;Blah: $!&quot;); is there anything like this in PHP? to give a bit more information on an error than just doing like so? die(&quot;Couldnt do something&quot;);
  8. MysticFallout

    carriage returns in fwrite

    i am writing a simple &quot;News&quot; script for my site. it all works except when i use the return key when adding news. i only get the first line of the news. plus the date, which is after the news in the text file doesnt show up. the txt file holds this news info, like this...
  9. MysticFallout

    uploaded Image::Info, not working

    hi, i just uploaded Image::Info to my lib dir (not the regular dirs in @INC). my server doesnt have this module. and i try to run a simple script, but i get this error: Undefined subroutine &main::image_info called at img.cgi line 17. not sure why either. (ive never done this, always used...
  10. MysticFallout

    onmouseover=&quot; this.className????&quot;

    please excuse me if i sounded rude. i am just getting back into JS after a rather LONG time of no JS coding. and i thought maybe some things had changed dramaticaly lol. as a side note here, since this thread relates to a question i have. i am working on reading info on JS 1.5 (downloaded Core...
  11. MysticFallout

    onmouseover=&quot; this.className????&quot;

    just wondering why you put CSS code into a *.js file? couldnt you use a *.css file instead?
  12. MysticFallout

    JS &amp; Forms

    i see, i was trying to populate the form before the form was even rendered. thank you very much!
  13. MysticFallout

    JS &amp; Forms

    i am having a major issue here. i am trying to populate a form textbox but nothing happens. i am using an external .js file and on my page i have the form set up like. i use XHTML strict. <form name=&quot;test_form&quot; id=&quot;test_form&quot;> <input type=&quot;text&quot...
  14. MysticFallout

    Javascript Editor?

    and any windows compatible as well :D lol

Part and Inventory Search

Back
Top