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. goober808

    OpenTextFile and Read All

    OKAY.... after hours of trying everything and anything.... i FINALLY figured it out. i can't really specifically explain what i did to make it work.... BUT what ever i did it works. goodness.. i thought i was having a brain fart. ANYWAYS...... this is the coding i used that made it work...
  2. goober808

    OpenTextFile and Read All

    OH, i see.... thanks, i'll give it a try & i'll let you know. thanks!
  3. goober808

    OpenTextFile and Read All

    theniteowl, i know this is a stupid question.... BUT when you say point to a folder, do you mean doing a GetFolder? sorry, i need all the help i can get!!! :)
  4. goober808

    OpenTextFile and Read All

    Gorkem, i tried removing the "include" files, but that didn't solve my problem.... :( thanks for your input, though... :) I must be missing something.... somewhere... i just don't know where. i'll keep on trying..... thanks!!
  5. goober808

    OpenTextFile and Read All

    Thanks everyone for your valuable input! i hate to bring bad news.... but i still am not getting any output on my page. I have double checked my authority through IIS... I have even given everyone and anyone full authority to the file and folders. And at this point i have no idea why nothing...
  6. goober808

    OpenTextFile and Read All

    Thanks Tsuji for your help, i tried using both coding, but to my dismay... it did not work. To make sure that i am coding the right path to the text file i have used the below code: if fs.FileExists("C:\Program Files\SunGard Insurance Systems\VIP\VIPONLINE\PresASP\Specs\LPWL05.txt")=true then...
  7. goober808

    OpenTextFile and Read All

    Please help!!! i just started with ASP programming and have no clue what i am doing wrong. I have a text file located on our server's C: drive that i am attempting to open, read all text, and output text onto page. BUT when i use the below code, nothing is being displayed on the page. Please...
  8. goober808

    Open excel outside browser

    theniteowl, THANK YOU SO VERY MUCH!!!! you are the greatest. I tried your coding and it works perfectly!!! Thank you, Goober
  9. goober808

    Open excel outside browser

    theniteowl, thank you for your suggestions, i really appreciate it. I look at the coding yahoo uses when i sent myself my excel spreadsheet, and i noticed that they use "window.location.href". I'm attempting to find a quick fix to my problem and i thought if my spreadsheet works in yahoo then...
  10. goober808

    Open excel outside browser

    Okay, I do not know what i am doing wrong here, but i have inserted the below coding and my excel spreadsheet is not working. <script language="JavaScript"> function startExcel(strFile) { var myApp = new ActiveXObject("Excel.Application"); if (myApp != null) {...
  11. goober808

    Open excel outside browser

    THANK YOU all for your input. i'm going to give it a whirl and see what my out come is. I'll keep you posted. Thank you again!!!
  12. goober808

    Open excel outside browser

    I posted the below thread in the "javascript" forum, but haven't gotten many reponses.... SO, i've decided to take my chances here. thread216-1111689 Does anyone know of a way to open excel outside of the browser and into the actual excel application?? Thanks!!
  13. goober808

    Open excel outside browser

    Jemminger, Thanks for your tip... however, my excel application still opens in IE and not in MS excel. The reason why i need my excel spreadsheet to open in excel is because i have macros running. The macros will run VB script that will output a user input screen (over the actual excel...
  14. goober808

    Open excel outside browser

    I am creating an excel link on my webpage, but i would like to open it using the excel application and not in the browser. Is there a way i can do this using javascript? any help would be appreciated.... THANKS....
  15. goober808

    Fade In Fade out Slide show without Javascript

    yeah.... javascript is not allowed. :( and yes, i too seen those good javascript slide shows out there.... so sad... so sad
  16. goober808

    Fade In Fade out Slide show without Javascript

    Thanks everyone for your suggestions!!!!
  17. goober808

    Fade In Fade out Slide show without Javascript

    Does anyone know of a way to create a fade in/out slide show without using javascript? I want to insert a slide show on my "myspace" page, but we are not allowed to use javascript. The only way i have seen it done is through Marque tags and i really don't care for the "marque" effect. any...
  18. goober808

    DOS to PDF tool

    Thank You!! .... I'll search through google and check out planetpdf.com....
  19. goober808

    DOS to PDF tool

    Does anyone know of a good software that will retrieve spool information from the LPT ports and convert that spool into PDF file? Below is the request i received from my boss... "Please search for a DOS to PDF Tool. This is specifically for the DOS illustration/reproposal software. The only...
  20. goober808

    Web Hosting

    Thank you for all your suggestions!! I will give them all a look.

Part and Inventory Search

Back
Top