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 Chriss Miller 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: *

  1. ChrisRChamberlain

    Unable to set value using document.getElementById()

    Hi all Trying to reset the "slider" as defined here back to the default value of "1" <div id="slider-wrapper"> <label for="fader" title="Click here to reset" onclick="scaleinvoice('1')">Zoom</label> <input type="range" min="0.5" max="1.5" value="1" step="0.1" oninput="scaleinvoice(value)"...
  2. ChrisRChamberlain

    Call an object with onclick

    Hi all Newbie type question, please be gentle. Need to convert the following code to call an object to display the .pdf as opposed to showing the .pdf in the window. <span title="Click/tap to download vehicle's details" onmouseover="this.style.cursor='pointer';"...
  3. ChrisRChamberlain

    How can I ensure ShellExecute() will print a pdf in windows 10?

    faq184-7886 now available for your perusal. FAQ184-2483 Chris [pc2] motrac.co.uk
  4. ChrisRChamberlain

    How to access /var/www/www.mysite.com/htdocs from home folder

    Hi all Currently connecting to a Ubuntu 14.04 LTS server from a Windows pc using WinInet.Dll. The root folder on the server is the 'home' folder whereas the required folders/files are situated at /var/www/www.mysite.com/htdocs/. Can retrieve directory listings, upload, download etc from...
  5. ChrisRChamberlain

    VPS simulation on LAN Ubuntu server

    Hi all Would like to simulate setting up a VPS on a spare server on a LAN. So assuming Ubuntu Server 12.04 LTS is the O/S, should there be a typical LAMP installation or should adding Apache, MySQL, PHP etc take place after the basic O/S is installed? FAQ184-2483 Chris [pc2] motrac.co.uk
  6. ChrisRChamberlain

    Accessing Windows 7 box without a password

    Hi all Have a user with 1 XP Pro box and 1 Windows 7 box. Network Wizard has been run and the Windows 7 box shows through Network Places etc. The Windows 7 box does not have a password but the logon dialog requires both username and password so remains inaccessible from the XP box. Ideas...
  7. ChrisRChamberlain

    Dual boot, Win 7, Win 7

    Hi all Thread title looks bizarre but logic is simple Have a high end gaming enthousiast client with a 3 year old 6 core Win 7 Ultimate pc. Client currently experiencing blue screening whilst gaming after 5 mins or so, despite having replaced known faulty graphics card within the past four...
  8. ChrisRChamberlain

    Port Forwarding on D-Link DSL 2680 not working

    Hi all If this is not the correct forum please advise and apologies in advance. Substituted a D-Link DSL 2680 router for a Netgear router Setup port forwarding of port 80 as before and www.specbilda.com accesses the D-Link router and not the website on the LAN. Checked port 80 status to be...
  9. ChrisRChamberlain

    SkyDrive folder access denied to network pc

    Hi all Running Windows Server 2008 R2 and have installed the SkyDrive desktop app. The SkyDrive folder is C:\SkyDrive with full permissions granted to anyone. Attempting to drop files onto the folder from a network pc produces an error, "Destination Folder Access Denied, you need permission...
  10. ChrisRChamberlain

    Netbook won't always charge

    Hi all Have a HANNSPREE SN10E24B netbook which will now only charge after considerable movement of the DC charger tip in the netbook. Rotating, sideways movement, etc eventually makes a connection. Tried switch cleaner without success and wondered if anyone had any suggestions to save what...
  11. ChrisRChamberlain

    Release and renew PC's IP address

    Hi all Have a Netgear DG834G used as an additional access point in a small LAN, IP address range 192.168.0.n Wish to replace the existing Netgear DG834, (used for internet access), router with a D-Link router with IP address range 192.168.1.n. If you change the DG834G IP adress to say...
  12. ChrisRChamberlain

    Backup Schedule Wizard does not recognise backup drive

    Hi all Just done a reinstall of Windows Server 2008 R2 Enterprise and fully backed up drive C:\ to a clean drive E:\ as a dedicated backup drive. The Backup Schedule Wizard fails when the "Backup to a hard disk that is..." option is selected, error message being "No disks are available for use...
  13. ChrisRChamberlain

    'Attach...' error when logged in as user

    Hi all Running SQL Server Express R2 on Windows Server 2008 R2 Enterprise. Using Microsoft SQL Server Management Studio and logging in via Windows Authentication > right click on Databases and selecting 'Attach...', all works as expected. Using Microsoft SQL Server Management Studio and...
  14. ChrisRChamberlain

    New wireless computer has no internet access

    Hi all Customer had a 3 pc network, 1 x XP, 1 x Windows 7 Home Edition and 1 Linux server, running under original workgroup setup under XP named WORKGROUP. The XP box has been replaced by another Windows 7 Home Edition box, both Win 7 boxes using D-Link AirPlus G DWL-G510 Wireless PCI...
  15. ChrisRChamberlain

    Screen resolution issue with external monitor and laptop.

    Hi all Been asked to setup a new laptop, make/spec as yet unknown, and utilise an existing non widescreen 19" monitor. What sort of issues might there be with suitable screen resolution(s)? TIA FAQ184-2483 Chris [pc2] PDFcommander.co.uk motrac.co.uk
  16. ChrisRChamberlain

    Windows Server 2008 server denied access to Win 7 boxes

    Hi all Windows 2008 server newbie so please be gentle. [smile] Have installed Windows Server 2008 R2 Standard, no roles added yet, into an existing LAN of Win XP, Ubuntu server and Win 7 boxes. The Windows Server can access the Ubuntu server and XP boxes but not the Win 7 boxes. Suggestions...
  17. ChrisRChamberlain

    Upgrade to XP required?

    Hi all Have a customer with a small LAN consisting of:- 1 x Linux (Ubuntu) server n x Win 7 boxes 1 x Win XP Pro box They have added a Win XP Home box to the LAN, but to access the Linux server a username/password is required every time after boot or reboot even if the Linux server drive has...
  18. ChrisRChamberlain

    SDRAM Mismatch

    Hi all Been given a Dell Inspiron 8500 notebook in good working order. DIMM A is DDR-SDRAM PC-2700 (166MHz) - (DDR-333) 256MB DIMM B is DDR-SDRAM PC-3200 (200MHz) - (DDR-400) 1024MB All works well running Windows 7, but would like up the memory to 2GB. As the notebook is ancient but has a...
  19. ChrisRChamberlain

    Include image in BLAT html message

    Hi all Developing an app that uses BLAT to send emails as html. The app builds messages from a database and am wondering how images are included in messages? TIA FAQ184-2483 Chris [pc2] PDFcommander.com motrac.co.uk
  20. ChrisRChamberlain

    Crontab command fails but .sh file appears to run

    Hi all Have reinstalled Ubuntu Server 11.04 and have the following crontab commandMAILTO me@mydomain.com */5 * * * * /var/data/bin/zoneedit.shThe file /var/data/bin/zoneedit.sh appears to run in the command window. The content of zoneedit.sh is #!/bin/bash ipfile='/var/data/bin/ipaddress' [[...

Part and Inventory Search

Back
Top