Can Javascript add items to ASP/VBScript Dictionary object?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tabonni

    #1

    Can Javascript add items to ASP/VBScript Dictionary object?

    My situation is:

    I got two ASP pages. One is ASP email form (I'm using Persist ASP
    Email component). Another one has all file links in it. For example,
    when user click Outlook course hyperlink. It will pop up another
    window with outlook course PDF file. (All PDF files are already in the
    server).

    What I am trying to do is: When user click the "Add Email" hyperlink,
    it will add that course name and filepath into ASP/VBScript Dictioanry
    Object. After the user finish and click "Attach to email" button. All
    the files will be attached in the email as an attachment.

    Because I am not familar with VBScript. So, can Javascript add items
    to ASP Dictionary Object?

    Thank you.
  • kaeli

    #2
    Re: Can Javascript add items to ASP/VBScript Dictionary object?

    In article <fb0148c2.04081 91655.22f027ec@ posting.google. com>,
    tabonni@yahoo.c om enlightened us with...[color=blue]
    > Because I am not familar with VBScript. So, can Javascript add items
    > to ASP Dictionary Object?
    >[/color]

    Please clarify: do you mean JScript, running in the ASP environment on the
    server, or client-side Javascript, running in the browser?
    The former, probably. The latter, no.


    --
    --
    ~kaeli~
    Doing my part to piss off the Religious Right.



    Comment

    • tabonni

      #3
      Re: Can Javascript add items to ASP/VBScript Dictionary object?

      kaeli <tiny_one@NOSPA M.comcast.net> wrote in message news:<MPG.1b8fb 706794199e398a0 71@nntp.lucent. com>...[color=blue]
      > In article <fb0148c2.04081 91655.22f027ec@ posting.google. com>,
      > tabonni@yahoo.c om enlightened us with...[color=green]
      > > Because I am not familar with VBScript. So, can Javascript add items
      > > to ASP Dictionary Object?
      > >[/color]
      >
      > Please clarify: do you mean JScript, running in the ASP environment on the
      > server, or client-side Javascript, running in the browser?
      > The former, probably. The latter, no.
      >
      >
      > --[/color]

      I mean server-side JavaScript.

      If I use JScript, how can I do that? I haven't used JScript before.

      Cheers

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: Can Javascript add items to ASP/VBScript Dictionary object?

        tabonni wrote:
        [color=blue]
        > kaeli <tiny_one@NOSPA M.comcast.net> wrote [...]:[/color]

        Please do not write attribution novels.
        [color=blue][color=green]
        >> Please clarify: do you mean JScript, running in the ASP environment on
        >> the server, or client-side Javascript, running in the browser?
        >> The former, probably. The latter, no.[/color]
        >
        > I mean server-side JavaScript.[/color]

        _JScript_
        [color=blue]
        > If I use JScript, how can I do that? I haven't used JScript before.[/color]

        <http://msdn.microsoft. com/library/en-us/script56/html/js56jsoriJScrip t.asp>
        <http://msdn.microsoft. com/library/default.asp?url =/nhp/default.asp?con tentid=28000522 >


        HTH

        PointedEars
        --
        "Make up your mind. Is it a drug, a virus, or a religion?"

        Comment

        Working...