I am new to Handviewer. I have tried using the HTML call <iframe src="http://www.bridgebase.com/tools/handviewer.html" height="400" width="500"></iframe> many different ways and all I ever get is a blank window of the height and width specified. <iframe> works find for my for virtually any other web sight I call up, which leads me to suspect that something has changed in the Handviewer side.
Is anyone else having a similar problem?
Tom Hunt
Page 1 of 1
Is Handviewer Broken?
#2
Posted 2017-October-15, 15:35
Works for me. Try
- Cut this code-segment and paste it into a file, using a text-editor.
- Save the text as "quadrille.htm".
- Click on the file-name in file-explorer.
- Your browser should display the hands in a new window.
<html> <head> <title>Quadrille</title> </head> <body> <h1>Quadrille -- 4-trick squeeze -- by Nigel Guthrie </h1> <iframe width="650" height="500" src="https://www.bridgebase.com/tools/handviewer.html? &n=SA2HA7DA7CAK65432 &s=SHK65432DK65432CQ &e=HQJT9DQJT9DCJT987 &d=s &a=6NPPP &p=SK">Hand </iframe> </body> </html>
#3
Posted 2017-October-16, 10:22
hthunt033, on 2017-October-15, 11:32, said:
I am new to Handviewer. I have tried using the HTML call <iframe src="http://www.bridgebase.com/tools/handviewer.html" height="400" width="500"></iframe> many different ways and all I ever get is a blank window of the height and width specified. <iframe> works find for my for virtually any other web sight I call up, which leads me to suspect that something has changed in the Handviewer side.
Is anyone else having a similar problem?
Tom Hunt
Is anyone else having a similar problem?
Tom Hunt
You're adding the parameters for hands, bidding, play, etc. right? Can you include an actual hand that you're trying to embed in your iframe?
#4
Posted 2017-October-17, 05:50
Note that there is a very subtle difference between nige1's example and the handviewer documentation, namely that nige1 uses the secure http (https) rather than the default http for the src in the iframe, i.e, src=https:// and not src=http://
I have to do the same for my Google Blogger website now that I've forced the use of https when accessing the blog (as it does not like insecure content on a secure site). This may be your issue too.
I have to do the same for my Google Blogger website now that I've forced the use of https when accessing the blog (as it does not like insecure content on a secure site). This may be your issue too.
#5
Posted 2017-October-17, 08:18
You can also write just //www.bridgebase.com/handview.html?parameters, leaving out http: or https:, and it will automatically use the same protocol as the site you're embedding the HV in.
#6
Posted 2017-October-17, 10:57
barmar, on 2017-October-17, 08:18, said:
You can also write just //www.bridgebase.com/handview.html?parameters, leaving out http: or https:, and it will automatically use the same protocol as the site you're embedding the HV in.
Perhaps http://www.bridgebas...ools/hvdoc.html should be updated?
(since I, and I suspect many others, just go there each time to pick up the template)
#7
Posted 2017-October-18, 08:52
paulg, on 2017-October-17, 10:57, said:
Perhaps http://www.bridgebas...ools/hvdoc.html should be updated?
Ask and ye shall receive.
#8
Posted 2020-December-24, 15:33
Go to: https://www.bridgeba...ools/hvdoc.html
it will clarify how to use the Hand Writer properly !!
it will clarify how to use the Hand Writer properly !!
ForcePoint Bidding Developer
http://bull-bridge.com
http://bull-bridge.com
Page 1 of 1