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 wOOdy-Soft 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 vanillapod

  1. vanillapod

    Forensic Tools - Tool Kits

    Just got back off training for version 5 forensic version. Its really cool. Internet and email viewing is pretty much totally automated and real easy. They're talking about releasing a software based version of their 'Fastbloc' which is a write blocker so that'll be cool when its out. The...
  2. vanillapod

    Forensic Tools - Tool Kits

    We've been using EnCase for a few years now, just upgraded to vers 4 and am attending more training this tuesday. EnCase is real good for looking at various devices inc. hard drives. Its real easy to use the basic stuff although the advanced stuff does require you attend the training courses...
  3. vanillapod

    onClick popup within <option>

    Hi I've got a <Select> and I want some of the <options> to have an onclick event to open a new window. I've tried <option value="myvalue" onclick="javascript:popup(mypage.asp)">MyValue</option> but it doesn't seem to work??? Can anyone tell me whether I can only apply onClick to the entire...
  4. vanillapod

    Return Field Data Type

    just used .type and it works a treat! realy easy as well, thanks a lot
  5. vanillapod

    Return Field Data Type

    Hey Sheco thanks for the reply my code is: for each f in lg.Fields If f.name<>"ID" Then Response.Write("<option value=" & f.Name & ">" & f.name & "</option>") End If next
  6. vanillapod

    Return Field Data Type

    Hi I've got a page that lists all field names contained within an Access Database table, can anyone tell me how I find the data type of each field as well? Cheers
  7. vanillapod

    Intel Pro/Wireless 2100

    Hi does anyone know of a driver for this network card (Intel Pro/Wireless 2100) for linux? I've looked at loads of sites that claim to have something but haven't been able to find anything... Cheers
  8. vanillapod

    WPA setup - Local network but no internet

    I've just noticed that my laptop now has an IP of 169.252.312.xxx which is nothing like my wireless routers IP! I have DHCP enabled on the router so why is this assigning a wierd IP to my laptop now when it was assigning IPs fine when just using WEP? Laptop is running win 200 pro
  9. vanillapod

    WPA setup - Local network but no internet

    Hi all, I've got a couple of laptops connecting to a wireless broadband modem router which has been working fine with 128bit WEPbut I've started trying to use WPA TKIP instead and am having problems. My laptop sees my access point and connects to it fine BUT i can't access the internet anymore...
  10. vanillapod

    Linux Noob

    have gone with vector linux as it runs better than DSL which is odd! Only issue I have is with my network card, Intel Pro 100, guess I'll have to find some drivers for linux on the www... cheers for the help
  11. vanillapod

    Linux Noob

    thanks fore the respons eguys, I've just tried damn small linux and it works well, I'll give vector a look later today - thanks again
  12. vanillapod

    Linux Noob

    Hi I've been looking at different linux distros for hours now, have downloaded and tried Debian, Knoppix STD, MiniSlack, Morphix and Debian Light but can't get any to run. I've got an old P300 with 32mb ram, can anyone suggest a vers of Linux with a gui I can use and is any good?! Just want...
  13. vanillapod

    Remove Characters From User Input

    have gone for the function and it works a treat thanks for the replies...
  14. vanillapod

    Remove Characters From User Input

    will give that a go... cheers for the response newmediaguy
  15. vanillapod

    Remove Characters From User Input

    Hi, can anyone give me a link / show me how to strip user input of symbols / certain characters in a function? I'ver got a form (called form1) and a field called 'comments'. The user clicks a submit button and the page saves the input to a database, but I want to remove any ' & @ etc...

Part and Inventory Search

Back
Top