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!

Recent content by andyhaywood

  1. andyhaywood

    How do I detect whether a user has input script into a text box?

    Whatever is input is sent to the server and returned later as xml which is translated with xsl like this: <input type="text" ...> <xsl:value-of select="..."/> </input> So anything in that user value is put in here which I'm guessing means we need to test for more than just <script> tags?
  2. andyhaywood

    How do I detect whether a user has input script into a text box?

    Hi, Does anyone know whether it's possible to detect whether a user has put some form of script in a text input? Basically we need to stop people inputting something like "<script>alert(document.cookie)</script>" into an input as when this is returned from the server in xml form it is causing...
  3. andyhaywood

    Cannot access current Outlook session from IE

    Thanks Smah, I've already added it to trusted sites and enabled all of the zone properties (e.g. Allow ActiveX) so I don't think it's that that's causing the problem.
  4. andyhaywood

    Cannot access current Outlook session from IE

    I have a problem where I can't logon to the users current Outlook session through Internet Explorer 6. I've got the following test script: email = new ActiveXObject( "MAPI.SESSION" ); email.Logon( "", "", false, false ); alert (email.CurrentUser); I have tried running the same code...

Part and Inventory Search

Back
Top