2009/12/14 wd <[email protected]>

> 说一下解决办法会死啊,鄙视只知道问问题不知道回馈的人。
>
>
> 2009/12/14 joewu <[email protected]>
>
>>
>>
>> 在09-12-14,宇捷 <[email protected]> 写道:
>>
>>>  用内部跳转就可以了 当然 最好的办法是不跳转
>>>
>>>
>>>
>>> *发件人:*
>>> 3w-clswwjcrwke2dd7ak9.pq8e2ad.4geh6jd49af28gg8d68jgmhk....@listserv.bounces.google.com[mailto:
>>> 3w-clswwjcrwke2dd7ak9.pq8e2ad.4geh6jd49af28gg8d68jgmhk....@listserv.bounces.google.com]
>>> *代表 *smallfish
>>> *发送时间:* 2009年12月14日 15:23
>>> *收件人:* [email protected]
>>> *主题:* Re: [PerlChina] mason模块自动跳转网页时如果传参数
>>>
>>>
>>>
>>> 没session东东?
>>> --
>>> blog: http://chenxiaoyu.org/blog/
>>>
>>>  2009/12/14 joewu <[email protected]>
>>>
>>> 在register.html页面的代码是
>>>
>>> my $url='index.html?name='pig'&password='11111'';
>>>
>>> $m->redirect($url);
>>>
>>> 这样自动跳转可以把 register.html表单中的name和password值传给index.html页面。但这种方式密码就泄漏了。
>>>
>>> 有没有一种方法,可以自动跳转,然后也能传递参数.?
>>>
>>> --
>>>
>>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>>> 要取消订阅此网上论坛,请发送电子邮件至 
>>> [email protected]<perlchina%[email protected]>
>>> 。
>>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>>
>>>
>>>
>>> --
>>>
>>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>>> 要取消订阅此网上论坛,请发送电子邮件至 
>>> [email protected]<perlchina%[email protected]>
>>> 。
>>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>>
>>> --
>>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>>> 要取消订阅此网上论坛,请发送电子邮件至 
>>> [email protected]<perlchina%[email protected]>
>>> 。
>>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>>
>>
>> 谢谢大家哦 。现在搞了个小技巧,不在URI中传递密码了。
>>
>> --
>> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
>> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
>> 要取消订阅此网上论坛,请发送电子邮件至 
>> [email protected]<perlchina%[email protected]>
>> 。
>> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>>
>
>  --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
> 要向此网上论坛发帖,请发送电子邮件至 [email protected]。
> 要取消订阅此网上论坛,请发送电子邮件至 
> [email protected]<perlchina%[email protected]>
> 。
> 若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。
>
晕 我是整个的把%ARGS 传给index.html页面。所以密码也在里面了。在传之前通过delete($ARGS{password把密码项去掉})

--

您收到此邮件是因为您订阅了 Google 网上论坛的“PerlChina Mongers 讨论组”论坛。
要向此网上论坛发帖,请发送电子邮件至 [email protected]。
要取消订阅此网上论坛,请发送电子邮件至 [email protected]。
若有更多问题,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问此网上论坛。


回复