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 Wanet Telecoms Ltd 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 FAM

  1. FAM

    I can't recieve succesfull notifications anymore?

    Check to make sure you have configured the "Job Success" alerts correctly i.e. Enable alerts for this category Send notifications to selected reciepients are both selected
  2. FAM

    Remote Desktop

    Try disabling the firewall & virus scan on the laptop and see if that makes any difference.
  3. FAM

    Remote Desktop

    You will need to enable/install the Remote Desktop Web Connection add-in, for how-to details see, http://www.tech-recipes.com/rx/573/how_to_enable_remote_desktop_web_connections_windows_xp_pro
  4. FAM

    Active Directory info displayed on a web page

    Hi, I currently use the following vbs code which querys AD and tells the user their PIN number which is located in their PO Box field in AD. It works fine but i want to output it onto a web page (html or aspx) but i am struggling to get it working as i thought it would of just been a case of...
  5. FAM

    Alerts Not Working

    Have you got any virus scan software installed? i.e. McAfee
  6. FAM

    CSS IE/Firefox span difference

    Thanks Vragabond, another p or div was not an option so i used display: block; which worked as you said. Cheers
  7. FAM

    CSS IE/Firefox span difference

    At the botom of a paragraph, i have a span with copyright text on, im trying to make the top border to extend the width of the paragraph which it works exactly as expected in IE but only borders the actual text in FF, HTML <span class="bottomHorizontalLineText">© 2007 Alpha Personal...
  8. FAM

    Output to 2 Decimal Points

    Thanks Lee
  9. FAM

    Output to 2 Decimal Points

    I have the following code which calculates an output based on a select box and outputs to html via<b id='BaconBaguettesTotal'></b> the problem is that it only outputs to 1 decimal place and i would like it output to 2 decimal places i.e. .00 , the function is given below function ddd(){ var...
  10. FAM

    CSS Align Issue in IE, works fine in FF

    Vragabond, Thanks for the quick response, your first suggestion resolved the IE problem with the xml definition. I have implemented all your suggestions successfully. Thanks again. FAM
  11. FAM

    CSS Align Issue in IE, works fine in FF

    I am currently creating a site but having problems aligning my css horizontal menu in IE. The development link is http://www.bellinghamgolfclub.com/index1.php and if viewed in FF it aligns fine with the main body but when viewed in IE it has an offset of about 20+px to the right. The css file...
  12. FAM

    Problems connecting to a Win2k3 drive

    The same error. Any other suggestions?
  13. FAM

    Problems connecting to a Win2k3 drive

    Thanks for the replies. I used a command similar to the one given below, # mount -t smbfs -o username=administrator,password=pass //server/archive /mnt/ntserver but it is coming up with the error INFO: Debug class all level = 1 (pid 27294 from pid 27294) WARNING: The "alternate...
  14. FAM

    Problems connecting to a Win2k3 drive

    I am trying to connect a RedHat 6.2 to a Windows 2003 server with an external usb drive attached, so as to setup a backup routine but im having problems accessing the 2003 server, i can view the linux box no problem through the network neighbourhood within 2003 but i am unable to do it...
  15. FAM

    Assign applications to client computers not working

    If im going through via 'Server Management>Standard Management>Client Computers' then using the 'Assign Applications to Client Computers' wizard, it must surely be assigning the applications to the pc's specified rather than the user? Cheers

Part and Inventory Search

Back
Top