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!

Search results for query: *

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

    Weird IE9 bug - Div overlay on iFrame ticker

    Hi, I have a client that has a drop-down menu which overlays an iFrame with an animated ticker going from right to left here: http://collinssarristatham.com/ If you hover over a menu item at the top you'll noticed a sub-menu drop-down. If look at this site in IE9 the sub-menu item will follow...
  2. Zipster

    Checkbox function not working in Firefox

    Hi, I am trying to use the following function to tick a checkbox if it is in a false state, or untick in a true state. e.g: <input name="Area1" type="checkbox" value="Africa"> <a href="#" onClick="CheckMyBox(Area1);return false;">AFRICA</a> function CheckMyBox(chk) {...
  3. Zipster

    Office 2007 functionallity

    Hi, Is it possible to store all corrospondence with a contact in Outlook 2007 such as documents, e-mails, calls automatically? For instance, we are currently using Goldmine 6.7 BCM and have set of Word Doc templates. All the user has to do is look up the user and click write and all that...
  4. Zipster

    Windows 2003 Licencing

    Hi, I have purchased a server from Dell and it has Windows 2003 Standard Edition R2 installed (OEM). I want to put 4 MS Virtual Server machines on this one server. Is this allowed with the standard edition hosting the VS? If I can't do this can I by a proper copy of Windows 2003 Enterprise...
  5. Zipster

    My Network Places

    Hi, Is there anyway to add Network places (under My Network Places) via group policy? Thanks. K Abbott IT Manager / Web Developer http://www.kabbott.com
  6. Zipster

    Top 5 of each catagory

    Hi, I have my data structured as follows: nID txtName txtType boolShow 0 Ted CAR 1 1 Sam CAR 1 2 Kevin VAN 1 3 Sarah VAN 1 And so on... How would I show any top 5 of each txtType where the...
  7. Zipster

    Remote viewing of Windows XP

    Hi, What I want to be able to do is view the desktop of another remote Windows XP machine from my Windows XP machine. I have tried remote desktop and remote assistance but none seem to give me what I want. With remote desktop it doesn't show me the actual logged-on desktop and seems to...
  8. Zipster

    Better to link to?!?!

    Hi, Can anyone let me know what the following would be better to link and increase my rankings (or not!) I have 11 main sub files contained within one directory (here are three examples): www.domain.com/holidays/south-america-holiday.asp www.domain.com/holidays/central-america-holiday.asp...
  9. Zipster

    Google spidered wrong domain

    Hi, I purchased an additional domain for our web site so wrong spellings of our company name would be directed to us. so for example we have www.domain.com and www.domane.com. The domane domain has NEVER been used to advertise and provide links to our website. I've recently done a site redo...
  10. Zipster

    Does speed affect rankings?

    Hi, On Friday last week (18/11) our main 2MB SDSL line fell over and the back-up 128K ISDN line took over, during this period our site was quite slow and our ISP didn't get it fixed until this morning. I've had a look at certain search phrases in Google that we have been on the front page for...
  11. Zipster

    Monitor e-mail activity through the BES

    Hi, Is it possible to monitor a specific users e-mail activity that they have sent or recieved on their blackberry, and view the contents of that e-mail from the BES? We're on version 3.6.5.8. Thanks. http://www.k.abbott.btinternet.co.uk/
  12. Zipster

    DB Problem

    Hi, I am having a major problem when doing a database insert using the following code (I've done response.write for debugging): ----------------- Set RS = idConn.execute("INSERT INTO tblIntraCal(txtType, txtNotes, Createdon, Modifiedon, userID) VALUES ('" & MyType & "' ,'" &_ Replace(MyNotes...
  13. Zipster

    WSUS and Domain Controllers

    Hi, I seemed to of installed WSUS OK and all seems to be great. I have just one problem. In the Computers section I can see all of our windows XP/2000 clients and member servers but I cannot see any Domain Controller's ?!?!? Is this meant to be or have I overlooked something?!? Thanks...
  14. Zipster

    Change directory

    Hi, I have a load of pages under the /destinations directory and have copied it to the /holidays directory and changed all internal links to point to the new (holidays) directory. I have kept the files in /destinations and all links point to the new /holidays content. I did this about five...
  15. Zipster

    Windows 2000 RRAS/VPN help needed

    Hi, I have recently set-up a remote office for our windows 2000 native network across a WAN (DSL) with the same ISP and firewall as the main office. I have created a new site, DC, and subnet within our domain ONLY from each RRAS server can I ping and browse the network, but I would also like...
  16. Zipster

    Filed folder missing!!!

    Hi, One of our users accidently deleted their filed folder, does anyone know how I can reinstall it? Thanks. http://www.k.abbott.btinternet.co.uk/
  17. Zipster

    Why doesn't my insert query work?

    Though there are no errors I always get no rows affected. What could be the reason for this? INSERT INTO CONTHIST (USERID, ACCOUNTNO, SRECTYPE, RECTYPE, ONDATE, ONTIME, ACTVCODE, RESULTCODE, STATUS, DURATION, UNITS, REF, NOTES, LINKRECID, LOPRECID...
  18. Zipster

    FileSystemObject

    Hi, I have a rather complicated page that gets a web page from our network and copies it, changes information within it and then renames it. The problem is that sometimes it seems to work and other times it doesn't. Here's the code: <%@LANGUAGE = &quot;VBSCRIPT&quot; %> <%Option Explicit%>...
  19. Zipster

    Not a relay anymore when will other servers know??

    Hi, Our mail server had relaying switched on, we've now restricted this. When will other mail servers know that we are not a mail server anymore? The reason for this is that we've got some anti-virus software (interscan virus wall) that checks messages and at the moment it continually getting...
  20. Zipster

    Hard one! Dynamic menu

    I'm trying to use ASP to create a dynamic a dynamic menu with javascript. If I hard code the javascript it works fine but now I'm trying to get the results from a database but would like some help on the SQL statement. Response.write &quot;USETEXTLINKS = 1 //replace 0 with 1 for...

Part and Inventory Search

Back
Top