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. aztarac

    Calling sub on server

    Hi again! I was wondering how I can run a Server Side subroutine from a client-side checkbox onclick event? I have an ASP page which generates the checkbox on client browser, when I click it I want to run an exising sub on the ASP page which writes a file using the filesystemobject . Thanks in...
  2. aztarac

    Mileage distance calculation

    Hi all, I'm a newbie learnig ASP :( I need to somehow need to calculate the distance in miles between two cities. I thought that I could get my ASP code to enter the cities and states into Mapquest and the read the mileage from the response page from mapquest....but I'm not sure how I can do...
  3. aztarac

    VBS/ASP > JS conversion

    I was just wondering if there was a program/utility to convert ASP/VBS into JS. I'm a VB6 programmer and happier with ASP/VBS but realise that I am limiting users to IE.
  4. aztarac

    Client-Side dynamically replacing form element

    Thanks for the tip. I know IE is the only browser this will work on....I'm a VB6 man learning VBS/ASP, I dont want to learn JS....but doesn't most people have IE installed even if it isnt their default browser?
  5. aztarac

    Client-Side dynamically replacing form element

    I wonder wether it is possible to dynamically change an element. I'm using client-side VBS, an example is that I have a checkbox in a cell of a table. I want to be able to change this to a drop down list? I want to let the user click checkbox when only 1 of an option is the only quantity allowed...
  6. aztarac

    Changing a hidden form element value

    Hi y'all ! I'm an absolute ASP newbie and need some help. I want to be able to change a hidden form element value on an ASP page. The following generates this error: Microsoft VBScript runtime error '800a01a8' Object required: '' /test.asp, line 13 Maybe 'document' is wrong but it would...

Part and Inventory Search

Back
Top