Re: Displaying a dynamic SSL site seal

2009-01-09 Thread bryanb
Hi Cameron, Using a Frame is a good idea - thanks. It turns out that both using my code and a Frame causes the same error. It only occurs in hosted mode. If I compile the project from the command line, and run outside of hosted mode, it works (except that a Frame as you suggest works better

Displaying a dynamic SSL site seal

2009-01-08 Thread bryanb
Hi, I'm wanting to display an SSL site seal which is a this bit of Javascript: script language=JavaScript src=https://seal.XRamp.com/seal.asp? type=G/script Normally, you just put this on your HTML page where you want it to display and all is good. I really want to display it in a Dialog, but

Re: Displaying a dynamic SSL site seal

2009-01-08 Thread Cameron Braid
One easy workaround is to use an IFRAME in GWT which shows a URL on your server that includes that script code. All you have to do is match up the frame's width and height to the seal's dimensions. example : http://yourserver/siteSeal.html script language=JavaScript