This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / Emergency! Is there a way to pass a value from one web page to another without using the URL or session variable? Many thanks!!!!!!!!
-ggtt(littlemonkey);
2006-10-3
(#3243449@0)
-
use context..
-sunday8(sunday8);
2006-10-3
(#3243591@0)
-
Thank a lot! I don't have any experience with web programming. I checked the API but I don't understand it. Do you know where can I find a demo or example of doing this?
-ggtt(littlemonkey);
2006-10-3
(#3243620@0)
-
here you are..chk the url.
-sunday8(sunday8);
2006-10-3
(#3243642@0)
-
用hidden input. (<input type="hidden" value="your value" name="crossPageParameter" />), 然后用form post 到其它 web page.
-wuda(乌达);
2006-10-3
(#3243675@0)
-
Your guys are great and thanks a lot! I appreicate your time and help!!! I will try it out now.
-ggtt(littlemonkey);
2006-10-3
(#3243709@0)
-
sunday8 是高手,呵呵
-binghongcha76(一只大猫);
2006-10-4
(#3244626@0)