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

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

    whats better than iframe

    Hi, Im working on an Intranet and would like to seperate the content from menus. I know i can use an iframe, but if the iframe is taller than the page, it has a scroll bar on it rather than increasing the table in size to accomodate. im happing with users scrolling if ther whole page is larger...
  2. Alanukdude

    ASP AD-based group authentication

    Hi, i've set up an intranet for work to display various peices of info for the students here and would like to create a area for staff. how can i code an asp page to display differnt content based on the active directory group they are in. for example, if there in the students group they...
  3. Alanukdude

    0x000000A0 Internal_power_error

    I got the mentioned stop error on my 2003 Standard Server on a dell poweredge 1400sc with 768mb Ram. The server is running as a DC and i recently had to fix an issue with ntbackup erroring on a sysvol folder, so im asuming it's this.. BUT i've checked all hardware, i can't not check software...
  4. Alanukdude

    Append to address

    Hi, Google have told me that if i append "&safe=strict" to any images.google request, it will stop most adult content from being shown. as this is a school, i would like to do this. How can this be implemented onto ISA standard in web cache mode? Many Thanks Alan
  5. Alanukdude

    Load/Save

    hi, i've got the below code saving various txt boxes saving values from 0-254 to a text file to a users choice. CDMain.CancelError = True On Error GoTo ErrHandler CDMain.Filter = "All Files (*.*)|*.*|Text Files (*.txt)|*.txt" CDMain.FilterIndex = 2 CDMain.ShowSave Dim save1 save1 =...
  6. Alanukdude

    Do Until .... I go nuts

    Hi, I've got this code below going to a servo attached to the com port... 'slowmove been dim'd as integer slowmove = txtGripper1.Text If txtGripper2.Text > txtGripper1.Text Then Do Until slowmove = txtGripper2.Text MSComm1.Output = Chr$(255) MSComm1.Output = Chr$(4)...
  7. Alanukdude

    banned sites

    i have set up isa to allow certain sites, and denied certain sites also. My problem is, in the denied destination set, i've noticed a problem. If i add megagames.com to the set, www.megagames.com gets through. same vice versa, i don't really want to add one site twice. What am i doing wrong?
  8. Alanukdude

    proxy to isa question

    hi all, we have some spare time and want to migrate from proxy server 2 to isa. we're purely using the proxy server as a web proxy and we hear good things about isa. However, the implication is we only want it as a web proxy and only connect it via one NIC. can isa cope with this ok? what...
  9. Alanukdude

    Exchange/OWA ssl problem on public folders

    I have exchange and owa running on the same box and im getting a proble when i try to implement ssl onto OWA, i get it working no problem but in exchange system manager the public folder is not viewable and it pop's a box up saying the certificate is unknown/not authenticated. Im a bit confused...
  10. Alanukdude

    Delete value based on content of key in registry

    I've got a virtual drive emulator which after install gives itself a drive letter based on whats free. the key puts itself under HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices the values called "\DosDevices\E:" Unfortunatly it wont be the same to every PC on the network. we want a...

Part and Inventory Search

Back
Top