Passing a Variable from one web site to another for ASP

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

    Passing a Variable from one web site to another for ASP

    I am new to the ASP and VB thing so be kind. Question I have is that I have
    created an ASPX web site to use as an E-Mail page. But I want to use this
    for a lot of users. Can I create the link on the WEB site to mail to passing
    a variable from the WEB site to the ASPX web site to E-Mail to? Hope I
    explained this correctly.
  • Bob Barrows [MVP]

    #2
    Re: Passing a Variable from one web site to another for ASP

    James Robertson wrote:[color=blue]
    > I am new to the ASP and VB thing so be kind. Question I have is that
    > I have created an ASPX web site to use as an E-Mail page. But I want
    > to use this for a lot of users. Can I create the link on the WEB site
    > to mail to passing a variable from the WEB site to the ASPX web site
    > to E-Mail to? Hope I explained this correctly.[/color]

    There was no way for you to know it, but this is a classic asp newsgroup.
    While you may be lucky enough to find a dotnet-knowledgeable person here who
    can answer your question, you can eliminate the luck factor by posting your
    question to a group where those dotnet-knowledgeable people hang out. I
    suggest microsoft.publi c.dotnet.framew ork.aspnet.

    I don't quite understand your question. But if you're asking how to pass a
    variable from a non-aspx page to an aspx page, you can use a querystring
    variable.



    --
    Microsoft MVP - ASP/ASP.NET
    Please reply to the newsgroup. This email account is my spam trap so I
    don't check it very often. If you must reply off-line, then remove the
    "NO SPAM"


    Comment

    • James Robertson

      #3
      Re: Passing a Variable from one web site to another for ASP

      Thanks for the info I will pass it on.

      James

      "Bob Barrows [MVP]" wrote:
      [color=blue]
      > James Robertson wrote:[color=green]
      > > I am new to the ASP and VB thing so be kind. Question I have is that
      > > I have created an ASPX web site to use as an E-Mail page. But I want
      > > to use this for a lot of users. Can I create the link on the WEB site
      > > to mail to passing a variable from the WEB site to the ASPX web site
      > > to E-Mail to? Hope I explained this correctly.[/color]
      >
      > There was no way for you to know it, but this is a classic asp newsgroup.
      > While you may be lucky enough to find a dotnet-knowledgeable person here who
      > can answer your question, you can eliminate the luck factor by posting your
      > question to a group where those dotnet-knowledgeable people hang out. I
      > suggest microsoft.publi c.dotnet.framew ork.aspnet.
      >
      > I don't quite understand your question. But if you're asking how to pass a
      > variable from a non-aspx page to an aspx page, you can use a querystring
      > variable.
      >
      >
      >
      > --
      > Microsoft MVP - ASP/ASP.NET
      > Please reply to the newsgroup. This email account is my spam trap so I
      > don't check it very often. If you must reply off-line, then remove the
      > "NO SPAM"
      >
      >
      >[/color]

      Comment

      Working...