[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
Re: [ic] set variable using Javascript???
Dan,
>
> You can set [value]'s via javascript. E.g., use a hidden form value.
>
Have you asked javascript to set a cookie and if so, can IC read them from the
session?
-Chris
> <INPUT type=hidden name=browsertype>
>
> <SCRIPT>
> function set_browser(form) {
> form.browsertype.value = "Netscape";
> return 0;
> }
> </SCRIPT>
>
> You also need something to call set_browser(this.form), probably best from
> <BODY ... onLoad()> or whatever it is.
>
> on the next page (or in mv_check) you can access it with:
>
> [value browsertype]
>
> I hope that helps,
>
> Dan Browning, Cyclone Computer Systems, danb@cyclonecomputers.com
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users
>