View Single Post
Old 11-20-2008, 11:35 PM   #10
BR14
Knows Where the Search Button Is
 
Join Date: May 2008
Model: 8820
PIN: N/A
Carrier: Various
Posts: 23
Default

Bearing in mind RIMs browser is still not quite comparable to a desktop (or iPhone Safari for that matter), it could be barfing on the following Javascript.

getHtmlForButton("Submit","Accept","buttonStretch" ,"submitAction()");

At a rough guess maybe the browser cant quite stretch to injecting the resulting HTML into the page.

The inserted code should look like this....

input name="Submit" value="Accept" class="buttonStretch" onclick="submitAction()" type="button"

You'll have to ask your web guys to modify the page, unless you know someone that can spoof it somehow.

Last edited by BR14; 11-20-2008 at 11:41 PM..
Offline   Reply With Quote