Results 1 to 3 of 3

Thread: ASP / VB Script

  1. #1
    Join Date
    Jul 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ASP / VB Script

    I have an ASP page that I want to get input from the customer with a Input Box function. ASP doesn't allow the Input Box function, at least I get an error not allowing it. So, I'm using VB Script to use the Input Box function, however VB Script does not allow variables in the ASP page to be accessed in the VB Script, nor can the variables in the VB Script to be accessed in the ASP Page. I have a value that needs to be input in the VB Script and then use that value in the ASP page to perform some calculations.
    Requirements: I do not want to use a text input box in ASP and I do not want to go another page, I have to remain on the same page.
    Is there a way to do this using an ASP page and VB Script? Is there a way to declare a global variable that can be used by ASP and VB Script?
    Or is there a entirely different way of doing this?
    Help!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    1. There is no way of doing this without changing or refreshing the page, as the server-side script (ASP) can only handle content at request-time.
    2. Never, ever, ever, ever, ever, ever, ever, ever, ever, ever, ever, ever, ever, ever, ever, EVER use VBScript. Ever.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Cuz it's only for Windows?
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •