Support Forum [ All Topics | New Topic ]

Thread: GetCertificatePath - php / jquery

Not quite sure what to do with this URL.
http://www.diamondselections.com/GetCertificate.aspx?diamondid=xxxxxxx
I would like to display the Cert on my web site but not sure how I can using this URL
Do I retrieve the cert url through jquery.

What solutions are others using on their site?

Any insight or direction would be greatly appreciated.

Dm


>> add a comment
Dm
06/30/2016 08:35


3 Replies:

hey,
you can embed this link in your website (iframe) or l open it in a new page

Ephraim

>> add a comment
Ephraim
7/3/2016 5:16:00 AM
Thank you Ephraim

I have tried that with these two options

<embed src="http://www.diamondselections.com/GetCertificatePath.aspx?diamondid=xxx">

<iframe src="http://www.diamondselections.com/GetCertificatePath.aspx?diamondid=xxx"></iframe>

But it just display the image or pdf URL on the page.
Does not actually display the image or pdf.

Can anyone share your solution or some dierction

Thank you
Dm

>> add a comment
Dm
7/7/2016 4:41:00 PM
because you are using the path  URL,
http://www.diamondselections.com/GetCertificatePath.aspx?diamondid=xxx
You should use the image URL :
http://www.diamondselections.com/GetCertificate.aspx?diamondid=xxxxxxx


>> add a comment
Reuven
7/10/2016 1:49:00 AM