Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Embedding scripts tags in final render of HTML
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Embedding scripts tags in final render of HTML
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01096496
Message ID:
01096496
Vues:
51
For handling a secure server, and embedding scripts. I have a security cert for a client, and the provider has their logo but requires some {script language="javascript"} embedded in the HTML page

While building a visual VB.Net web form, how would I go about having these script calls included...

Using {} for post purposes only
{head}
 {script language="javascript"
  src="https://secure.company.com/javascript/trustme.js"
  type="text/javascript"}
 {/script}
{/head}

{body}

{script type="text/javascript"}
  TrustMe("https://secure.mysite.com/images/secure_img.gif");
{/script}
{/body}
Part 2...
how can I detect and force the post coming in is HTTPS

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform