Session dictionary object within a script 
Author Message
 Session dictionary object within a script

I am trying to access a Session Disctionary object within Sub procedure. My
method looks like this and is getting called from a Input Tag. When I run
this i get a message "Type Mismatch" error. Can anyone help me?

-------------------
INPUT TAG:
-------------------
<input TYPE="image" NAME="order" SRC="images/product_orderitem.gif"
BORDER="0" onClick="addProduct()">

----------------------------------------------------------------------------
-------------------

--------------------
Procedure:
---------------------
<script LANGUAGE="VBScript">
<!--
 Sub addProduct()
  dim objShoppingCart
  Set objShoppingCart =Session("ShoppingCart")
    .......
    ...... Adding items to the Dictionary
    .......
  'Set Session("ShoppingCart") = objShoppingCart
 End Sub
-->
</script>



Mon, 07 May 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Session Dictionary object within a Sub procedure

2. An intrinsic object cannot be stored within the Session object

3. dictionary object failure when using nested dictionary objects

4. Severe Problem with objects containing Collections both in Scripting.Dictionary and VB 5.0 object

5. Wsh script execution difference within opened and disconnected tse sessions

6. Scripting.Dictionary Objects

7. Objects and Scripting Dictionaries

8. scripting.dictionary object confusion...

9. Enumerating the Dictionary scripting object !!!

10. Enumerating the Dictionary scripting object !!!

11. dictionary performance - single dictionary vs. multiple dictionaries

12. HELP! Disallowed object use (Dictionary object)

 

 
Powered by phpBB® Forum Software