Results 1 to 2 of 2

Thread: Passing variable through Magic Cell

  1. #1
    Bob Cummings Guest

    Passing variable through Magic Cell

    I would like to pass a variable through the MagicCell property to another page - but not the contents of a field, instead a request.form("D1&#34 value:

    <A HREF=ER_ASPGRIDStudentMarks.asp?param=#(RM_RegKey) #&Weekno=request.form(&#34;D1&#34.

    How can I do this?

    Bob

  2. #2
    Mark Guest

    Passing variable through Magic Cell (reply)

    Hi Bob,

    Something like this might work ...

    X = Request.Form(&#34;D1&#34
    mydb.dbMagicCell =
    &#34;0,,<A HREF=StudentMarks.asp?param=#(RM_RegKey)#&Weekno=& #34; &
    X & &#34;> click here for more info </A>;&#34;

    Mark.

    ------------
    Bob Cummings at 4/6/01 6:49:51 AM

    I would like to pass a variable through the MagicCell property to another page - but not the contents of a field, instead a request.form(&#34;D1&#34 value:

    <A HREF=ER_ASPGRIDStudentMarks.asp?param=#(RM_RegKey) #&Weekno=request.form(&#34;D1&#34.

    How can I do this?

    Bob

Posting Permissions

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