Using <Script> tags to calls a script from another server

  • Thread starter Thread starter Chuck
  • Start date Start date
C

Chuck

I am using an asp.net page and I am trying to setup a customers
website. The website uses a ssl certificate from verisign and the
customer would like to use the seal. The new style from VeriSign is
like this:

<script src=https://seal.verisign.com/getseal?h...e=M&use_flash=YES&use_transparent=YES&lang=en></script>

Wherever I put this in the page the code does not seem to execute. If
I put this into a standard html page it works fine. Any idea on
placement or getting this to display?

Thanks
 
Check the HTML in the ASP.Net page. On the client, HTML is all there is.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.

Chuck said:
I am using an asp.net page and I am trying to setup a customers
website. The website uses a ssl certificate from verisign and the
customer would like to use the seal. The new style from VeriSign is
like this:

<script
src=https://seal.verisign.com/getseal?host_name=foobar.verisign-test.com&siz
 
Well I figured it out when I just for s**ts and giggles deployed it to
the server it worked. For some reason this type of code is just not
displaying in the IDE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top