| 
 Posted by Chung Leong on 01/12/06 05:34 
Dave Benjamin wrote: 
> You can avoid adding to the browser history by using: 
> 
>    frames[name].location.replace(url); 
> 
> instead of changing the "src" attribute of the IFRAME element. However, 
> even using this method, the following problem still exists: 
 
The advantage of using an iframe though, is that you can do a POST. 
Passing parameters in a GET request can get tricky, as there is no easy 
way to convert a string from Unicode to the current charset.
 
[Back to original message] 
 |