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 =...
Thanks for the reply, i am very new to javascript and havnt even started trying to write anything yet, can anyone give me some guidance to get me started or point me in the right direction please
thanks
Gibbo
All
I have now managed to embed a javascript slideshow into a vb script that will run on my local PC, it all works fine except for when i want the images to automatically rotate, anyone got any ideas why this bit wont work for me please
thanks
Gibbo
On Error Resume Next
Dim objFSO, oFO...
Mark, using what you had already showed me and a lot of head scratching i managed to link a Javascript Slideshow into a VBScript routine, so it auto generates a slideshow for me based on my images on my local folder, still not got the auto rotate bit working properly but massive step further...
Latset Version, still need help with those buttons though
Function HelloWorld()
MsgBox "Hello World"
End Function
On Error Resume Next
Dim objFSO, oFO, oFolder, oFile, picDir, IE, Locus
Set objFSO = CreateObject("Scripting.FileSystemObject")
picDir = "C:\Documents and...
Ok Got that working as follows but would also like to add some navigation buttons if anyone can help me out
Gibbo
On Error Resume Next
Dim objFSO, oFO, oFolder, oFile, picDir, IE, Locus
Set objFSO = CreateObject("Scripting.FileSystemObject")
picDir = "C:\Documents and...
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...
Mark
Thanks again,
thats brilliant
It shows me the last image in the directory but doesnt rotate through the previous 2,
also how would i add some buttons,
thanks
gibbo
Mark
Will update this thread when i ve got this figured out but I have figured out how to get a variable form VBScript to Javascript as follows and thought you may be interested
Gibbo
<HTML>
<Head>
<Script Language=VBScript>
Dim VarTest
folder = "C:\Documents and...
Got one step further as in I can now pass a variable as follows
<HTML>
<Head>
<Script Language=VBScript>
Dim VarTest
folder = "C:\Documents and Settings\HP_Owner\Desktop\Slideshow\pics\"
intcount = 0
Dim fileArray()
set fso = CreateObject("Scripting.fileSystemObject")...
I have now managed to call a VBScript routine from Javascript but still havnt yet figured out how to pass any variables
<HTML>
<Head>
<Script Language=JavaScript>
function callVB(){
VBFunction();
}
</Script>
<Script Language=VBScript>
Function VBFunction()
Dim Test
folder =...
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...
Mark
I have found this that would do what i want using Javascript if I can get the array to populate from VBScript, can your code be adapted to work with this
thanks
Gibbo
<form><input type="button" value="<- Back" onclick="clearInterval(slideshow); clickphoto(-1);"> <input...
Mark,
I wasnt planning on hosting this on a server so I may have a problem,
basically all I need to make is a really simple IE based image slide show that can get the images from a directory on my computer, any ideas or examples you are aware of?
thanks
Gibbo
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.