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 =...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.