l**e 发帖数: 41 | 1 Hi,
Now I have a php file,which call another php file and post some variables in
the url:
document.frm_review.action=("Review.php?aper_id="+p_id+"&Paper_title="+p_title
);
But I do not want the variables show in the URL. Then I need use POST to
transfer those variables, right?
But I do not know how to modify the code. Any one have an example? Or where
can I search the relative documents?
Thanks! |
|