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 Chris Miller 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. gibbo171

    scroll through a set of web pages

    tried google for the last few days but getting nowhere
  2. gibbo171

    Open attached in an iFrame?

    i will have a go, thanks gibbo
  3. gibbo171

    Open attached in an iFrame?

    can anyone give an example please thanks gibbo
  4. 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 =...
  5. gibbo171

    scroll through a set of web pages

    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
  6. 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
  7. gibbo171

    merging two different sets of code

    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...
  8. gibbo171

    help with error in my vbs slide show code

    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...
  9. gibbo171

    help with error in my vbs slide show code

    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...
  10. gibbo171

    help with error in my vbs slide show code

    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...
  11. 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...
  12. gibbo171

    Get vbscript array

    mark re my last, works great actually scrolling through the images but still need to sort some buttons if you have any ideas thanks gibbo
  13. gibbo171

    Get vbscript array

    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
  14. gibbo171

    Get vbscript array

    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...
  15. gibbo171

    merging two different sets of code

    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")...
  16. gibbo171

    merging two different sets of code

    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 =...
  17. 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...
  18. gibbo171

    Get vbscript array

    Mark Will do and thanks for spending so much time helping me Gibbo
  19. gibbo171

    Get vbscript array

    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);">&nbsp;<input...
  20. gibbo171

    Get vbscript array

    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

Part and Inventory Search

Back
Top