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!

Recent content by gibbo171

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

Part and Inventory Search

Back
Top