think FrontPage is doing something strange whenever it sees a link.
It wraps the link with a href tag

So
<SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
Becomes
<SCRIPT src="<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
"></SCRIPT>

So it wraps the http://www.felicite.com/Felicite.js
Inside a href tag
<a href="
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>

Is there a setting you can turn off so that Frontpage does not automatically
encapsulate each link it sees in the code?

Re: Script Problem by MD

MD
Fri Jul 16 10:37:26 CDT 2004

Hi Jose,

Never seen this happen before. How is it being entered?


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 FP 2003 / 2002 / 2000 Compatible

"jose" <jose@felcite.com> wrote in message news:OlqEqk0aEHA.3404@TK2MSFTNGP10.phx.gbl...
> think FrontPage is doing something strange whenever it sees a link.
> It wraps the link with a href tag
>
> So
> <SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
> Becomes
> <SCRIPT src="<a href="
> http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
> "></SCRIPT>
>
> So it wraps the http://www.felicite.com/Felicite.js
> Inside a href tag
> <a href="
> http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
>
> Is there a setting you can turn off so that Frontpage does not automatically
> encapsulate each link it sees in the code?
>
>



Re: Script Problem by jose

jose
Fri Jul 16 11:22:16 CDT 2004

copy and paste from another prgrammer and we typed them in....but it still
puts a "href" around it.


"jose" <jose@felcite.com> wrote in message
news:OlqEqk0aEHA.3404@TK2MSFTNGP10.phx.gbl...
> think FrontPage is doing something strange whenever it sees a link.
> It wraps the link with a href tag
>
> So
> <SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
> Becomes
> <SCRIPT src="<a href="
>
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
> "></SCRIPT>
>
> So it wraps the http://www.felicite.com/Felicite.js
> Inside a href tag
> <a href="
>
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
>
> Is there a setting you can turn off so that Frontpage does not
automatically
> encapsulate each link it sees in the code?
>
>



Re: Script Problem by Kevin

Kevin
Fri Jul 16 12:35:07 CDT 2004

Are you typing/pasting into the Design view or the HTML view? Use the HTML
view.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"jose" <jose@felcite.com> wrote in message
news:#1dAQE1aEHA.3664@TK2MSFTNGP12.phx.gbl...
> copy and paste from another prgrammer and we typed them in....but it still
> puts a "href" around it.
>
>
> "jose" <jose@felcite.com> wrote in message
> news:OlqEqk0aEHA.3404@TK2MSFTNGP10.phx.gbl...
> > think FrontPage is doing something strange whenever it sees a link.
> > It wraps the link with a href tag
> >
> > So
> > <SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
> > Becomes
> > <SCRIPT src="<a href="
> >
>
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
> > "></SCRIPT>
> >
> > So it wraps the http://www.felicite.com/Felicite.js
> > Inside a href tag
> > <a href="
> >
>
http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
> >
> > Is there a setting you can turn off so that Frontpage does not
> automatically
> > encapsulate each link it sees in the code?
> >
> >
>
>



Re: Script Problem by Stefan

Stefan
Sat Jul 17 03:32:40 CDT 2004

Could be because your html on your home page is malformed at http://www.felicite.com/

Move the tag at the top
<link href="/global.css" rel="stylesheet" type="text/css">
into the HEAD section

Move the whole embedded style you have below the </head>
Starting with <STYLE TYPE="text/css">... into the HEAD section

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"jose" <jose@felcite.com> wrote in message news:%231dAQE1aEHA.3664@TK2MSFTNGP12.phx.gbl...
| copy and paste from another prgrammer and we typed them in....but it still
| puts a "href" around it.
|
|
| "jose" <jose@felcite.com> wrote in message
| news:OlqEqk0aEHA.3404@TK2MSFTNGP10.phx.gbl...
| > think FrontPage is doing something strange whenever it sees a link.
| > It wraps the link with a href tag
| >
| > So
| > <SCRIPT src="http://www.felicite.com/Felicite.js"></SCRIPT>
| > Becomes
| > <SCRIPT src="<a href="
| >
| http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
| > "></SCRIPT>
| >
| > So it wraps the http://www.felicite.com/Felicite.js
| > Inside a href tag
| > <a href="
| >
| http://www.felicite.com/Felicite.js">http://www.felicite.com/Felicite.js</a>
| >
| > Is there a setting you can turn off so that Frontpage does not
| automatically
| > encapsulate each link it sees in the code?
| >
| >
|
|