or else you'll be reloading your own frame which is exactly what you wanted to avoid! and please, PLEASE use the javascript function escape(...) when constructing that get-string... like:<- document.location.href = newurl; -> parent.**hiddenJSframesNameHere**.document.location.href = newurl;
(escape performs URI-escaping... for similar stuff in perl, look at URI::Escape)var newurl = "http...pl?field=" + escape(field) + "&value=" + escape(v +alue);
--a (hopefuly) helpful perl web-junky
In reply to Re: Re: How to make a friendly UI
by Anonymous Monk
in thread How to make a friendly UI
by daveh71
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |