GoButton Meta Tag

PocketBrowser 3.x API

The GoButton Meta Tag is used to set the parameters of the "Go" button, which navigates to the page shown in the Address Bar. In keeping with browser conventions, the Go button is replaced during navigation by the stop button (if enabled).

GoButton (META Tag) Syntax
<META HTTP-Equiv="GoButton" content="[parameter>

Items listed in this section indicate parameters, or attributes which can be set.

Name Possible Values Description
Default Value
Left:[Value] Positive number, representing pixels Sets the left X position of the Go button. To the right of the address bar
Top:[Value] Positive number, representing pixels Sets the Y position of the Go button. To the right of the address bar
Height:[Value] Positive number, representing pixels Sets the height of the Go button. Dependant on screen resolution
Width:[Value] Positive number, representing pixels Sets the width of the Go button in pixels. Dependant on screen resolution
ImageUp:[Value] URL Sets the image to be displayed when the Go Button is in the up state. See Remarks. Default image
ImageDown:[Value] URL Sets the image to be displayed when the Go Button is in the down state. See Remarks. Default image
Visibility:[Value] Visible, Hidden Sets the visibility of the Go button. Hidden.
Copy parameters template to clipboard: Copy META Tag template to clipboard META Tags Copy Javascript template to clipboard Javascript

The following example shows the Go button and sets the left and top coordinates to 50.

<META HTTP-Equiv="GoButton" Content="Visibility:Visible">
<META HTTP-Equiv="GoButton" Content="Left:50">
<META HTTP-Equiv="GoButton" Content="Top:50">
Copy example to clipboard Copy example to clipboard

The follwing example shows the Go button, sets its width to 30 pixels, its left coordinate to 50, and displays the go_up.gif / go_down.gif image on it (reszing the image if necessary).

<META HTTP-Equiv="GoButton" Content="Width:30; Left:50; ImageUp:url('http://myaddress/go_up.gif'); ImageDown:url('http://myaddress/go_down.gif'); Visibility:Visible">
Copy example to clipboard Copy example to clipboard
Use of Images on Buttons.
Images can be specified as local to the device or on an HTTP / FTP server, just specify the required protocol as part of your URL (file://\, HTTP:// and FTP://). Image will be scaled to the size of the button. JPEG and GIF images are only supported on WM devices. Both CE and WM support BMP files.

Default Positions
By default this control will be placed a the top of the screen. On Windows Mobile if the 'FullScreen' configuration setting is disabled the control will need to be moved, otherwise it will appear beneath the task bar.

Switching to Other Applications
All controls are designed to be shown on top of PocketBrowser. If you require to switch to an application other than PocketBrowser you should minimize PB to ensure the buttons do not remain shown.

Screen Orientation
When the screen orientation changes, either using the ScreenOrientation tag or by rotating a device with hardware support, the command areas will automatically move and resize to fit the new layout. However the buttons themselves are not moved and in some cases this may result in them being off the screen or not in the expected position. If so they must be moved manually by detecting the ScreenOrientationEvent.


Supported Platforms Windows CE, Windows Mobile
Persistence This tag is persistent
Min. Requirements None