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 IamaSherpa 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: ret
  • Order by date
  1. ret

    Can I execute a javascript in ASP.

    That's my problem. Thanks very much Rob
  2. ret

    Opening and closing a window

    I am working with IE could you please expand on your answer.
  3. ret

    Can I execute a javascript in ASP.

    I tried this small test and it does not seem to work. <% dim asptemp asptemp = &quot;hello&quot; %> <script language=&quot;Javascript&quot;> var jstemp; jstemp = '<%=asptemp%>'; alert(jstemp); </script>
  4. ret

    Can I execute a javascript in ASP.

    I am trying to pass a error message from ASP than execute a javascript to display the error message. Can I do this?
  5. ret

    Opening and closing a window

    If I have a main window opened and the user opens a second window how do I not allow the user to click on the first window until the second window has been closed.
  6. ret

    How Can I pass data from ASP tag to javascript

    I have an ASP function that is returning me a error message. I would like to pass the error message to javascript &quot;alert&quot;. Can you call a javascript from an ASP function if so how.

Part and Inventory Search

Back
Top