[rt-users] CONTRIB: Quickpicks v0.3 for WebRT
Rob Walker
rob at myinternetplace.net
Wed Feb 13 14:12:38 EST 2002
On Wednesday 13 February 2002 11:06, RT2 Troubles wrote:
> Spoke too soon.. Changing the length of the prompt didn't work very well..
So I manually did a tweak to /path/to/rt2/WebRT/html/Elements/Quickpicks :
>
> <select class="qpnullclass" name="site" size="1" onchange="if
(this.options[selectedIndex].value != '') { if
(this.options[selectedIndex].value.indexOf('/') == 0) {location.href =
this.options[selectedIndex].value} else
{window.open(this.options[selectedIndex].value)} ; this.selectedIndex = 0 }"
style="width: 250px;">
>
> Where 'style="width: 250px;"' was originally 'style="width: 110px;"'...
>
> Your mileage may vary.. Font sizes and choices and text zoom settings all
> factor in..
Wow. What happens if you don't use a width style at all? Cannot a browser be
allowed to do The Right Thing, without prompting by the html code?
rob
More information about the rt-users
mailing list