Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedding scripts tags in final render of HTML
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Embedding scripts tags in final render of HTML
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096496
Message ID:
01096496
Views:
54
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
Next
Reply
Map
View

Click here to load this message in the networking platform