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: FAM
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. FAM

    Assign applications to client computers not working

    I have recently added a new pc onto our system via the "setup client computers within standard management of the server management" when i try to assign applications to that particular pc it i have no joy, no matter how many times i logoff/login/restart nothing installs and when i view the...
  7. FAM

    Arrays not acknowleding white space?

    The following code displays an array (value format: aaa bbb) in a list box with the correct values but when the OK button is selected it submits the values back onto the page but fails to recognise the 2nd part of each value of the array (i.e. bbb), im sure this is down to the white space within...
  8. FAM

    Remembering Array Values within Form

    I have a form which when submitted checks to make sure data has been added to the fields, if not it requests the user to enter some valid data. When the user goes back i would like to retain the values which would of been entered within the forms array element. $NumberAnswers ranges between 2...
  9. FAM

    Link 2 XML Files into a filtered list

    I currently have 2 xml files in which i need to link so to filter them, my query as it stands is. $doc = DOMDocument::Load('./file1.xml'); $doc1 = DOMDocument::Load('./file2.xml'); $doc->preserveWhiteSpace = true; $doc1->preserveWhiteSpace = true; $xpath = new DOMXPath($doc)...
  10. FAM

    Export to Multiple Lists

    I have currently got data in a text file structured such as, 0.01 0.01 191650 5 | ae 0.01 0.01 146570 8 | am 0.04 0.04 994907 36 | br 0.23 0.21 5282499 212 | at i would like to amend the script below to bring each individual column into its own List within a text area, (So at a...
  11. FAM

    Displaying the contents of a URL within a TextArea

    Im trying to read the contents of a url from a Dialog box into a TextArea called field within my main menu, the Dialog box returns urlChoice i.e. public String getUrlInput() { return urlChoice; } this is part of the code within my mainmenu private String url; if...
  12. FAM

    Questionnare Creator using php?

    Im trying to produce a webpage which would allow an admin user (Someone without any programming knowledge) to create an online questionnare with the questions stored in MySQL. The page would start off with either a drop-down list or radio buttons specifying what type of question (i.e. single...
  13. FAM

    Changing Firewall Issue

    At the weekend, I attempted to implement a new firewall onto our system and everything was going fine until testing Exchange and found out we could not receive emails via smtp. (They go out fine). My 1st port of call was looking into the firewalls port forwarding but everything with regards to...
  14. FAM

    Adding SATA to an IDE

    Althought we run SATA drives on a rack sever, i have never added a SATA drive into an XP/IDE pc, 1- Do you require any converters/additional leads when implementing it? 2- Will XP just pick it up as an additional drive with no issues or do you have to add disk controllers etc? Thanks in Advance
  15. FAM

    Service Pack Sequence

    After waiting for SBS SP1 to come out, i went to windows update and downloaded/installed the SBS SP1. I now realise through the article http://www.microsoft.com/downloads/details.aspx?FamilyId=B6F8A4C0-B707-4161-ADEB-44F1B756119F&displaylang=en that there is a sequence in which patches are meant...
  16. FAM

    SSL for OWA - Inheritance Overides

    Using the article http://www.msexchange.org/tutorials/SSL_Enabling_OWA_2003.html everything goes ok until the section "Enabling SSL on the Default Website" (Near the bottom) and after i click ok i get the prompt ################## Inheritance Overides The following child nodes also define the...
  17. FAM

    Group Policy - Local Machine - Access is denied

    When a domain user trys to create a folder/file in certain folders on their local C or D drives they get the error message, Unable to create file "Access is denied" Due to the nature of our work we require all domain users to have full read/write access to all files/folders on there local PC...
  18. FAM

    Desktop icons missing when logged on locally

    For some reason our users when logging onto their laptops when they are not connected to the company domain, 2 things happen, 1 - All there desktop icons disappear apart from the recycle bin 2 - When they click start menu the programs tab does not expand to reveal the available programs but the...
  19. FAM

    Public Folder Permissions

    What is the easiest way to way to give the group 'Domain Users' Read/Write/Create New Folders to all Public Folders (From the top level). When i add the domain users to e.g. "Projects" it creates the permissions but only for that folder not the folders within that folder. Also ive had to...
  20. FAM

    How to setup alternative recipients?

    When we used to run Exchange 5.5, we had the option for users to have an alternative recipient, this went to a general inbox called allmail where certain people could see job emails when people where out of the office & reply to clients on the users behalf. Does anyone know how to set this up...

Part and Inventory Search

Back
Top