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

  1. watered

    call asp functions in vbscript?

    I want to call funtion in asp that use ADODB.recordset in my vbscript code. is it possible?
  2. watered

    redirect to url with button vbscript

    Thanks for all your inputs, its very useful. It seem that asp cannot detect if a button is press like in vbscript (ex: sub button_onClick() end sub) Can I do in vbScript all the thing possible in asp?
  3. watered

    redirect to url with button vbscript

    Why location.href =&quot;url here&quot; and not response.redirect = &quot;url here&quot;? it is possible to do something like this? <% sub mysub() response.redirect = &quot;url here&quot; end sub %> <script language=&quot;VBScript&quot;> call mysub() </script>
  4. watered

    redirect to url with button vbscript

    Hi, I want to do something supposedly very easy, but even if work all day on that I didnt find it. I try all the way. There a simply way I think to do it, but it doesnt work...so if you have an idea tell me please. <td><INPUT type=&quot;button&quot; value=&quot;Button&quot; name=buttonNext...

Part and Inventory Search

Back
Top