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 strongm 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: Ruriko
  • Order by date
  1. Ruriko

    Refresh image

    How do I refresh the image if it fails to load?
  2. Ruriko

    Get iframe name

    Hi I'm a newbie at javascript and I was wondering how can I extract the iframe name using regex only? so for example if the string value contains: <DIV style="MARGIN-TOP: 0px; WIDTH: 670px; HEIGHT: 210px; VISIBILITY: visible; MARGIN-LEFT: -335px; TOP: 48px" id=TB_window><DIV id=TB_title> <DIV...
  3. Ruriko

    Extract iframe name

    How do I extract the iframe name with vbscript? for example if the string value is <DIV style="MARGIN-TOP: 0px; WIDTH: 670px; HEIGHT: 210px; VISIBILITY: visible; MARGIN-LEFT: -335px; TOP: 48px" id=TB_window><DIV id=TB_title> <DIV id=TB_ajaxWindowTitle>Add Media</DIV> <DIV...
  4. Ruriko

    I am trying to make the script to s

    I am trying to make the script to scan a folder and list only image files such as jpg, png, gif. What this script does it reads a txt file contain the path to the folders. It will scan the folder and it will print the list of files into a new txt file. What I want is list only image files. Dim...
  5. Ruriko

    Create folder from text file

    This error
  6. Ruriko

    Create folder from text file

    I am trying to make a script that will make folders that will read from a text file. In my text file it contains: C:\Users\Susan\Documents\iMacros\Downloads\(C82) [Imperial Chicken (Fujisaka Kuuki)] OZ (Neon Genesis Evangelion)[Decensored][English]...
  7. Ruriko

    How to give a variable folder path?

    This script basically goes to a folder and list all the files in that folder and output it in a txt file. Now instead of defining the folder path I want it to use the txt file that contains a bunch of folder paths in it and I want to loop that txt file. How can I do this? Dim fso Dim ObjFolder...

Part and Inventory Search

Back
Top