
May 16th, 2007, 11:08 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Posts: 7
Time spent in forums: 3 h 19 m 52 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by bpetrin1 I'm add javascript to my frontpage website, but when I preview in the browser to show an red X, but if I copy the HTML to the notepad then post it, then It works? Frontpage is changing the code when it preview why?
[PHPNET]Javascript before I Preview in Browser<script id="Name" type="text/javascript" src="//tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&sealId=123456789"></script>
Javascript after I Preview in Browser
<script id="Name" type="text/javascript" src="file://tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&sealId=123456789"></script>[/PHPNET]
Frontpage is adding the word file, and removing amp; from the script. Is there something I'm missing? Please help? |
I'm one of the few out there that DO NOT - DISLIKE MICROSOFT. I like alot of microsoft products.. and i'll tell ya - don't use frontpage (it's in a world of it's own) they even have their own way of FIletransfer.. Get rid of that PHPNET tag thing whatever that is. and you need the full path in your SRC needs to be a full URL : "http://tracedseals.starfieldtech.com/siteseal/get?scriptId=siteSeal&sealId=123456789"
|