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!

Search results for query: *

  • Users: Woolers
  • Content: Threads
  • Order by date
  1. Woolers

    HTA iframe Content?

    Hi There, Apologies if this has cropped up elsewhere, I did a search but couldn't find anything.. I found some code that launches an explorer type window inside an HTA & amended it, but it uses an iframe to load the content. - What I'd like to do is to return the value (name, path) of a...
  2. Woolers

    Excel find/add

    Hi Guys, I have the following script that looks in 1 excel sheet, then looks in another sheet for a matching server name, then will append certain information if found. I think it's working fine, but wondered if there was a quicker way to check as it runs quite slowly? Perhaps there's a better...
  3. Woolers

    Find/Replace?

    Hi guys, I'm using the following that i've cobbled together for helpdesk to get info on account lockouts... what I'm not too sure about is that when it outputs a specific servername (as 'Client Name'), i.e. OURISASERVER - I want it to replace that field with "Mobile Device"... I'm just not...
  4. Woolers

    Marquee iFrame Sizing Problem?

    Hi Guys, I was wondering if anyone has come across this issue before? I found some code for a webpage that looks like this>> <MARQUEE id="m1" style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px" scrollAmount="4" width="75"...
  5. Woolers

    ASP Newbie Question

    Hi All, I'm very new to all this .NET but am good with vb script. Anyway, I'm trying to get round the 2GB Limit of uploading & so have cobbled together a get around script that will be used internally (with the help of googling for the right scripts.. I have a webpage (default.aspx) that has...
  6. Woolers

    Help with Dates??

    Hi All - I have the following code as part of a query string on a database: Request.LoggedDate >= { ts ' 2008-07-30 00:00:00'} And Request.LoggedDate <= { ts ' 2008-07-30 23:59:59'} However, the date/time value has to ben entered manually. Is there a way that the value of this between the...
  7. Woolers

    Recurse Folder Error Checking...

    Hello All, I've written a little scriptlet that recurses folders for certain file extensions etc but am a little concerned about the error handling.... Can someone point me in the right direction for better handling...?? If I try & put in objfolder.path into the error statement to see the...
  8. Woolers

    Emailing a File..

    Guys, Can someone point me in the right direction on this ? Set objNetwork = CreateObject("WScript.Network") Set WshShell = CreateObject("Wscript.Shell") Set objFSO = CreateObject("Scripting.FileSystemObject") dtmThisDay = "01" dtmThisMonth = Month(Date) dtmThisYear = Year(Date) strcom1 =...
  9. Woolers

    Excel Scripting Help - Suffering &quot;Script Blindness&quot;

    Hello Everybody... Wondered if someone might be able help out with a script I found & edited to produce info on servers in excel.. I've adpated it quite a lot & not yet tidied it up so it's a bit messy but to all intents & purposes it looks ok, except that it seems to go off & scan as it...

Part and Inventory Search

Back
Top