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: jonathanx
  • Content: Threads
  • Order by date
  1. jonathanx

    PasswordRecovery Control XSS Vulnerability

    Hello, I am very new to ASP.net and yet I have been given a website to maintain. One of my first tasks is to fix a Cross-site Scripting (XSS) vulnerability in the PasswordRecovery control. It seems that any user can inject JavaScript code into the PasswordRecovery text field and the browser...
  2. jonathanx

    Does anyone know what the listed CSS is doing?

    <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML) } .shape { BEHAVIOR: url(#default#VML) } </STYLE>
  3. jonathanx

    IIS 6 hangs when loading classic ASP Pages

    Basically, I want to run Classic ASP pages on my groups server, but can't. I have IIS 6.0 running on a WK3 production server that currently runs my organization's internal HTML site, and that works fine. The problem is once I attempt to access an ".asp" file it simply hangs, and eventually...
  4. jonathanx

    How do I create a custom form without losing the original layout?

    I have Outlook 2003 running on a windows 2000 machine. I simply try to design a custom “contacts” form in outlook by going to TOOLS > FORMS > DESIGN A FORM... and choosing "CONTACTS" . However, the layout then changes and I lose some buttons. It is as if it reverts to an older layout of...
  5. jonathanx

    How do I create a custom form without losing the original layout?

    I have Outlook 2003 running on a windows 2000 machine. I simply try to create a custom form in outlook by going to TOOLS > FORMS > DESIGN A FORM... and choosing "CONTACTS" . However, the layout then changes and I lose some buttons. It is as if it reverts to an older layout of outlook. I...
  6. jonathanx

    Where are my IIS Web logs?

    Where could I find my IIS web logs? For example I would like to know when I get an Internal server error, where I could find the cause. Any info would help. Thanx
  7. jonathanx

    How to set CLASSPATH on Linux

    How do I set the classpath on my linux red hat 7.1 machine? thanx in advance, jonathan
  8. jonathanx

    Why is frame 0 taking for ever to load?

    Hi, I have one scene and 2 frames. The 1st frame has a pre-loader and the 2nd frame contains all the content. When I go test the movie through flash showing streaming @ 56k, frame 0 is taking forever to load. What does frame zero do and how can I make it go faster so I can actually get to...
  9. jonathanx

    Can you embed an html page within a flash movie?

    Hi everyone, The question is simple. Can you embed a html page or load another site within a flash movie? The flash does not have to act like a browser or anything of the sort, it simply has to display a web page within. I would appreciate any guidance and if this is not possible then any...
  10. jonathanx

    &lt;b&gt;How do you declare variables in one line?&lt;/b&gt;

    Hello, I simply want to know how to declare variables in one line instead of using 2 like so: <% Dim Name Name=&quot;Dave&quot; %> I have seen stuff somewhat like this: <% Dim Name As String &quot;Dave&quot; %> But I'm sure that, that is not correct. I would appreciate any explanation or...
  11. jonathanx

    Help with specific flash scroller containing web links.

    Hello everyone, I went through a very descriptive and well formatted tutorial online at (http://www.kirupa.com/developer/flash5/scrolltext.asp) and found it very helpful. The tutorial involves creating a scroller that scrolls a text field when you press some <down> and <up> arrows. However...

Part and Inventory Search

Back
Top