PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Javascript- published vs non-published FP2003 pages

Reply

Javascript- published vs non-published FP2003 pages

 
Thread Tools Rate Thread
Old 08-06-2004, 04:56 PM   #1
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Javascript- published vs non-published FP2003 pages


I'm adding some cut and paste wipe javascript to my wesite

When I add the script to a new page in a new site (NON-Published) it works fine
but when I try to add it to a new page (no other javascripts on that page) on my PUBLISHED site (server extensions active) I continue to get errors. The necessary scripts are referenced in the proper directories.

Other javascripts work fine in my published site

I can't figure out what I'm doing wron

Any ideas

Most common mistakes

Thanks, erik
  Reply With Quote
Old 08-06-2004, 06:24 PM   #2
Steve Easton
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

How are you calling the script??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

"erik" <anonymous@discussions.microsoft.com> wrote in message
news:467BB38A-EFED-4B59-AF89-013E315BE55D@microsoft.com...
> I'm adding some cut and paste wipe javascript to my wesite.
>
> When I add the script to a new page in a new site (NON-Published) it works fine,
> but when I try to add it to a new page (no other javascripts on that page) on my

PUBLISHED site (server extensions active) I continue to get errors. The necessary scripts
are referenced in the proper directories.
>
> Other javascripts work fine in my published site.
>
> I can't figure out what I'm doing wrong
>
> Any ideas?
>
> Most common mistakes?
>
> Thanks, erik



  Reply With Quote
Old 08-06-2004, 07:26 PM   #3
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

<script src="js/dw_core.js" type="text/javascript"></script><script src="js/dw_clip.js" type="text/javascript"></script><script src="js/dw_util.js" type="text/javascript"></script><script src="js/dw_wipes.js" type="text/javascript"></script><script type="text/javascript"

window.onload=initDynLyrs

Should I include the script

----- Steve Easton wrote: ----

How are you calling the script?

--
Steve Easto
Microsoft MVP FrontPag
95isaliv
This site is best viewed.................
...............................with a compute

"erik" <anonymous@discussions.microsoft.com> wrote in messag
news:467BB38A-EFED-4B59-AF89-013E315BE55D@microsoft.com..
> I'm adding some cut and paste wipe javascript to my wesite
>> When I add the script to a new page in a new site (NON-Published) it works fine

> but when I try to add it to a new page (no other javascripts on that page) on m

PUBLISHED site (server extensions active) I continue to get errors. The necessary script
are referenced in the proper directories
>> Other javascripts work fine in my published site
>> I can't figure out what I'm doing wron
>> Any ideas
>> Most common mistakes
>> Thanks, eri




  Reply With Quote
Old 08-06-2004, 08:57 PM   #4
Steve Easton
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

No need to include it here.

Are you calling all of these into one page as separate scripts??

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer


"erik" <anonymous@discussions.microsoft.com> wrote in message
news:ECA16E05-E7FB-45EF-ABB1-82F27BDC9638@microsoft.com...
> <script src="js/dw_core.js" type="text/javascript"></script><script src="js/dw_clip.js"

type="text/javascript"></script><script src="js/dw_util.js"
type="text/javascript"></script><script src="js/dw_wipes.js"
type="text/javascript"></script><script type="text/javascript">
>
> window.onload=initDynLyrs;
>
> Should I include the script?
>
> ----- Steve Easton wrote: -----
>
> How are you calling the script??
>
> --
> Steve Easton
> Microsoft MVP FrontPage
> 95isalive
> This site is best viewed..................
> ...............................with a computer
>
> "erik" <anonymous@discussions.microsoft.com> wrote in message
> news:467BB38A-EFED-4B59-AF89-013E315BE55D@microsoft.com...
> > I'm adding some cut and paste wipe javascript to my wesite.
> >> When I add the script to a new page in a new site (NON-Published) it works fine,

> > but when I try to add it to a new page (no other javascripts on that page) on my

> PUBLISHED site (server extensions active) I continue to get errors. The necessary

scripts
> are referenced in the proper directories.
> >> Other javascripts work fine in my published site.
> >> I can't figure out what I'm doing wrong
> >> Any ideas?
> >> Most common mistakes?
> >> Thanks, erik

>
>
>



  Reply With Quote
Old 09-06-2004, 01:56 AM   #5
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

Steve

they are all called on as part of the wipe effects script I got from dyn-we

http://www.dyn-web.com/dhtml/wipes/banners

I'm implementing the "Wiping Banner with Effect Variation" scrip

It works when I use it in a new site (non-published
but not on a new page in a previouly published site.

thanks, erik
  Reply With Quote
Old 09-06-2004, 02:44 AM   #6
chris leeds
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

then you're putting something slightly different on the page it won't work
on.
does the page in question use any "include content" or anything like that?
can you provide a url to your failing page?

I just used a couple of scripts from dyn-web and liked them I guess that's
what caught my attention on your post. ;-)


--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"erik" <anonymous@discussions.microsoft.com> wrote in message
news:78330D50-226D-4827-B47D-3239AD2D7A38@microsoft.com...
> Steve,
>
> they are all called on as part of the wipe effects script I got from

dyn-web
>
> http://www.dyn-web.com/dhtml/wipes/banners/
>
> I'm implementing the "Wiping Banner with Effect Variation" script
>
> It works when I use it in a new site (non-published)
> but not on a new page in a previouly published site.
>
> thanks, erik



  Reply With Quote
Old 09-06-2004, 04:55 AM   #7
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

chris,
http://www.pacificrip.com/wiping_ba..._table_cell.htm

The page works before it becomes part of the www.pacificrip.com website--before it gets published or on my computer at home when it is part of another site. what happens when FP2003 publishes that changes the settings of the site?

I don't believe it's the page and script but , rather, I how I set-up my website.
What settings in FP could I have changed?

Other simpler javascripts work on my site.


thanks, erik

"chris leeds" wrote:

> then you're putting something slightly different on the page it won't work
> on.
> does the page in question use any "include content" or anything like that?
> can you provide a url to your failing page?
>
> I just used a couple of scripts from dyn-web and liked them I guess that's
> what caught my attention on your post. ;-)
>
>
> --
> The email address on this posting is a "black hole". I got tired of all the
> spam.
> Please feel free to contact me here:
> http://nedp.net/contact/
> --
>
>
> "erik" <anonymous@discussions.microsoft.com> wrote in message
> news:78330D50-226D-4827-B47D-3239AD2D7A38@microsoft.com...
> > Steve,
> >
> > they are all called on as part of the wipe effects script I got from

> dyn-web
> >
> > http://www.dyn-web.com/dhtml/wipes/banners/
> >
> > I'm implementing the "Wiping Banner with Effect Variation" script
> >
> > It works when I use it in a new site (non-published)
> > but not on a new page in a previouly published site.
> >
> > thanks, erik

>
>
>

  Reply With Quote
Old 09-06-2004, 05:03 AM   #8
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

chris,
http://www.pacificrip.com/wiping_ba..._table_cell.htm

I'm not putting anything different on the page.

This page that works on another simple site at my home no longer works when it gets published or becomes part of my published site on my computer at home.

There is something that I've done differently in FP when setting up my first site that I can't figure out.

What changes in setting up the site or publishing the site could cause this error.

As far as my knowledge goes, it could be anything.

Other simpler javascripts work on the published site.

thanks erik

"chris leeds" wrote:

> then you're putting something slightly different on the page it won't work
> on.
> does the page in question use any "include content" or anything like that?
> can you provide a url to your failing page?
>
> I just used a couple of scripts from dyn-web and liked them I guess that's
> what caught my attention on your post. ;-)
>
>
> --
> The email address on this posting is a "black hole". I got tired of all the
> spam.
> Please feel free to contact me here:
> http://nedp.net/contact/
> --
>
>
> "erik" <anonymous@discussions.microsoft.com> wrote in message
> news:78330D50-226D-4827-B47D-3239AD2D7A38@microsoft.com...
> > Steve,
> >
> > they are all called on as part of the wipe effects script I got from

> dyn-web
> >
> > http://www.dyn-web.com/dhtml/wipes/banners/
> >
> > I'm implementing the "Wiping Banner with Effect Variation" script
> >
> > It works when I use it in a new site (non-published)
> > but not on a new page in a previouly published site.
> >
> > thanks, erik

>
>
>

  Reply With Quote
Old 09-06-2004, 05:14 AM   #9
=?Utf-8?B?ZXJpaw==?=
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

pardon the duplication--the new interface reported that neither of my replies posted

"erik" wrote:

> chris,
> http://www.pacificrip.com/wiping_ba..._table_cell.htm
>
> I'm not putting anything different on the page.
>
> This page that works on another simple site at my home no longer works when it gets published or becomes part of my published site on my computer at home.
>
> There is something that I've done differently in FP when setting up my first site that I can't figure out.
>
> What changes in setting up the site or publishing the site could cause this error.
>
> As far as my knowledge goes, it could be anything.
>
> Other simpler javascripts work on the published site.
>
> thanks erik
>
> "chris leeds" wrote:
>
> > then you're putting something slightly different on the page it won't work
> > on.
> > does the page in question use any "include content" or anything like that?
> > can you provide a url to your failing page?
> >
> > I just used a couple of scripts from dyn-web and liked them I guess that's
> > what caught my attention on your post. ;-)
> >
> >
> > --
> > The email address on this posting is a "black hole". I got tired of all the
> > spam.
> > Please feel free to contact me here:
> > http://nedp.net/contact/
> > --
> >
> >
> > "erik" <anonymous@discussions.microsoft.com> wrote in message
> > news:78330D50-226D-4827-B47D-3239AD2D7A38@microsoft.com...
> > > Steve,
> > >
> > > they are all called on as part of the wipe effects script I got from

> > dyn-web
> > >
> > > http://www.dyn-web.com/dhtml/wipes/banners/
> > >
> > > I'm implementing the "Wiping Banner with Effect Variation" script
> > >
> > > It works when I use it in a new site (non-published)
> > > but not on a new page in a previouly published site.
> > >
> > > thanks, erik

> >
> >
> >

  Reply With Quote
Old 09-06-2004, 10:20 AM   #10
Andrew Murray
Guest
 
Posts: n/a
Default Re: Javascript- published vs non-published FP2003 pages

if they are external js files have you uploaded them in the process of
publishing?
javascript doesn't require server extensions - it is a client side scripting
language.

"erik" <anonymous@discussions.microsoft.com> wrote in message
news:467BB38A-EFED-4B59-AF89-013E315BE55D@microsoft.com...
> I'm adding some cut and paste wipe javascript to my wesite.
>
> When I add the script to a new page in a new site (NON-Published) it works

fine,
> but when I try to add it to a new page (no other javascripts on that page) on

my PUBLISHED site (server extensions active) I continue to get errors. The
necessary scripts are referenced in the proper directories.
>
> Other javascripts work fine in my published site.
>
> I can't figure out what I'm doing wrong
>
> Any ideas?
>
> Most common mistakes?
>
> Thanks, erik



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off