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!

Search results for query: *

  • Users: gibbo171
  • Content: Threads
  • Order by date
  1. gibbo171

    Open attached in an iFrame?

    Hi All I was kindly provided the code below on this forum by Mark, I have a webpage with an iframed named myIframe on it, my question is can i get this to open up in the iframe on my page? thanks Gibbo On Error Resume Next Dim objFSO, oFO, oFolder, oFile, picDir, IE Set objFSO =...
  2. gibbo171

    scroll through a set of web pages

    Hi All, Is it possible to have a list of html pages and scroll through them using javascript with a back and next button? thanks Gibbo
  3. gibbo171

    help with error in my vbs slide show code

    Hi All Markdmac has helped me hugely with my code in my previous thread but now i am yet again stuck and as things have moved on thought id start a new thread, Can anyone tell me where the error is in my code please, i just get a blank IE screen when i run it thanks Gibbo On Error Resume...
  4. gibbo171

    merging two different sets of code

    All I am still trying (without success) to get a simple slideshow on my local PC that will work on an HTML page but get the images from a folder on my hard drive. I have got the following code in VB Script to access my files and add them to an array which works on my local Computer...
  5. gibbo171

    Get vbscript array

    Hello All I have the following vbscript <script type="text/vbscript"> Function GetFileList() folder = "C:\Documents and Settings\HP_Owner\Desktop\Slideshow\pics\" set fso = CreateObject("Scripting.fileSystemObject") set fold = fso.getFolder(folder) for each file in...
  6. gibbo171

    Help converting PHP script please

    Can anyone help me convert the PHP code below to vbscript ( Or offer an alternative) please I am trying to loop through all image files in a folder and then display them in a slide show thanks gibbo //PHP SCRIPT: getimages.php Header("content-type: application/x-javascript"); //This...
  7. gibbo171

    Help with getting data from folders

    Hi All First post here so please be patient with me, I have a slide show using the code below, This is great but what i need to do is instead of specifying the image names in the boy of my html page I need to point at a folder on my intranet server and run through each file in that folder...

Part and Inventory Search

Back
Top