On Mon, 26 Aug 2002 13:48:40 -0500, [EMAIL PROTECTED] (Mikeblezien)
wrote:

>Hello all,
>
>this maybe bit off topic, but was hoping someone may have some suggestions.
>
>I have simple form that a person makes a selection from a drop box and we would
>like to open a new window, and resize it similar to using javascript(pop-up
>window), but can't really use javascript, because we need to do some simple math
>calculation, which would be produced in the new window that's opened, and would
>rather not open a full browser new window if at all possible,... and I haven't
>seen any js scripts that does this.
>
>was hoping someone may have done this with perl..

You might try using frames in your cgi. Have a small frame with at the
top (or wherever) where you print your results. Keep a logo or something
in that frame as default.

<form ..... target= top>
.........
.......
</form>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to