Graphic Displays Using JavaScripts

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

Just wondering if anybody has an idea why this happens. I have some
grapical slide shows. Actually it displays in a carousel. It is all done
in JavaScripts (by DynamicDive.com). I've used it in the past but have
realized that it does not work on a website built with Frames.
 
Not w/o a link

Frames require targeting of frame names in your scripts

--




| Just wondering if anybody has an idea why this happens. I have some
| grapical slide shows. Actually it displays in a carousel. It is all done
| in JavaScripts (by DynamicDive.com). I've used it in the past but have
| realized that it does not work on a website built with Frames.
|
|
|
|
 
Not w/o a link

Frames require targeting of frame names in your scripts

Or make sure that the script is physically located in the file/frame
where it needs to operate. That is, if your framed site has a page
named main.html and loads files named a.html and b.html, and the
carousel operates in the frame b.html, then the code has to be
physically in b.html (unless you want to modify the code).

There can still be problems depending on how the script was written.
 
Thanks (all three) for your response.
I would like to keep my scripts in a separate file if possible. Just seems
like a neater concept.
URL:
http://cudadivetx.com/
Then go to the equiptment link.
I don't hav the proper button but it will be ovious how to get to it.
 
Your script at
http://cudadivetx.com/MyScripts/CarouselSlideShow.js
doesn't even work in the stand alone page
http://cudadivetx.com/equipment/CarouselSlideShow/CarouselSlideShow.htm

Check your image paths in your script and add the require body onload command

PS
get rid of the useless no right click

--




| Thanks (all three) for your response.
| I would like to keep my scripts in a separate file if possible. Just seems
| like a neater concept.
| URL:
| http://cudadivetx.com/
| Then go to the equiptment link.
| I don't hav the proper button but it will be ovious how to get to it.
|
|
| | > Hi JCO,
| >
| > URL please.
| >
| > --
| > Mike -- FrontPage MVP '97-'02
| > http://www.websunlimited.com
| > Stop Spam Email Mining from your web pages with SpamStopper
| >
| http://www.websunlimited.com/order/product/SpamStopper/spam_stopper_help_dir.htm
| > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
| >
| | > > Just wondering if anybody has an idea why this happens. I have some
| > > grapical slide shows. Actually it displays in a carousel. It is all
| done
| > > in JavaScripts (by DynamicDive.com). I've used it in the past but have
| > > realized that it does not work on a website built with Frames.
| > >
| > >
| > >
| > >
| >
| >
|
|
 
I guess I have a few things that I'm not clear on.

Typically I load the scripts in the Head section. In this case, if I do so,
I can call the Carousel() with an onload command. This method doesn't seem
togive me control as to where I want the graphics to display.

In this case, instead of loading the script in the head, I thought I could
put is directly in the body section where I need it. But if I do this, I'm
not sure if the Carousel() function still needs to be called. How do I
force the position of the Carousel when using the onload.

Yes the right click is anoying. That was my predcesor?

I'm currently rechcking my paths too.
 
I have reviewed the carousel and even tried on a non-frame (test.html)
window. I'm getting closer.
The carousel is displaying in both cases but the pictures are not. This
would indicate a path, although I can't see the error (even checking for
case sensitivity).
 
Have you tried using Absolute URLs to the images?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Can you explain Absolute.

Let me just say this first. I have a carousel and another script that is a
flipbook.
The flipbook works and the pictures display. I'm copying the same path from
one script to another, therefore the path (and case sensitive issue) should
be in check.

The difference between the flipbook and carousel (other than details in the
script) are:
onload, the div /div statement and loading the script in header.

Again, the carousel is displaying, just no pictures.
I removed all the other garbage (right click stuff)
 
An absolute URL is the full address: http://www.mydomain.com/folder/img.jpg
for example.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
----------------------------------------------------------------------------
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/

=====================================================
| Can you explain Absolute.
|
| Let me just say this first. I have a carousel and another script that is
a
| flipbook.
| The flipbook works and the pictures display. I'm copying the same path
from
| one script to another, therefore the path (and case sensitive issue)
should
| be in check.
|
| The difference between the flipbook and carousel (other than details in
the
| script) are:
| onload, the div /div statement and loading the script in header.
|
| Again, the carousel is displaying, just no pictures.
| I removed all the other garbage (right click stuff)
|
|
| | > Have you tried using Absolute URLs to the images?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > I have reviewed the carousel and even tried on a non-frame (test.html)
| > > window. I'm getting closer.
| > > The carousel is displaying in both cases but the pictures are not.
This
| > > would indicate a path, although I can't see the error (even checking
for
| > > case sensitivity).
| > >
| > > | > > > Your script at
| > > > http://cudadivetx.com/MyScripts/CarouselSlideShow.js
| > > > doesn't even work in the stand alone page
| > > >
| http://cudadivetx.com/equipment/CarouselSlideShow/CarouselSlideShow.htm
| > > >
| > > > Check your image paths in your script and add the require body
onload
| > > command
| > > >
| > > > PS
| > > > get rid of the useless no right click
| > > >
| > > > --
| > > >
| > > > _____________________________________________
| > > > 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
| > > > _____________________________________________
| > > >
| > > >
| > > | > > > | Thanks (all three) for your response.
| > > > | I would like to keep my scripts in a separate file if possible.
| Just
| > > seems
| > > > | like a neater concept.
| > > > | URL:
| > > > | http://cudadivetx.com/
| > > > | Then go to the equiptment link.
| > > > | I don't hav the proper button but it will be ovious how to get to
| it.
| > > > |
| > > > |
| > > > | | > > > | > Hi JCO,
| > > > | >
| > > > | > URL please.
| > > > | >
| > > > | > --
| > > > | > Mike -- FrontPage MVP '97-'02
| > > > | > http://www.websunlimited.com
| > > > | > Stop Spam Email Mining from your web pages with SpamStopper
| > > > | >
| > > > |
| > >
|
http://www.websunlimited.com/order/product/SpamStopper/spam_stopper_help_dir.htm
| > > > | > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
| > > > | >
| > > > | | > > > | > > Just wondering if anybody has an idea why this happens. I
have
| some
| > > > | > > grapical slide shows. Actually it displays in a carousel. It
| is
| > > all
| > > > | done
| > > > | > > in JavaScripts (by DynamicDive.com). I've used it in the past
| but
| > > have
| > > > | > > realized that it does not work on a website built with Frames.
| > > > | > >
| > > > | > >
| > > > | > >
| > > > | > >
| > > > | >
| > > > | >
| > > > |
| > > > |
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 
Yes that worked. I'm confused as to why.. except maybe it no longer has to
be case sensitive.
At any rate, this has worked.
Thanks so much.

Tom Pepper Willett said:
An absolute URL is the full address: http://www.mydomain.com/folder/img.jpg
for example.
--
=====================================================
Tom Pepper Willett [Microsoft MVP - FrontPage]
-------------------------------------------------------------------------- --
-------------------
Microsoft FrontPage:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
http://msdn.microsoft.com/office/understanding/frontpage/
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
=====================================================
| Can you explain Absolute.
|
| Let me just say this first. I have a carousel and another script that is
a
| flipbook.
| The flipbook works and the pictures display. I'm copying the same path
from
| one script to another, therefore the path (and case sensitive issue)
should
| be in check.
|
| The difference between the flipbook and carousel (other than details in
the
| script) are:
| onload, the div /div statement and loading the script in header.
|
| Again, the carousel is displaying, just no pictures.
| I removed all the other garbage (right click stuff)
|
|
| | > Have you tried using Absolute URLs to the images?
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| | > > I have reviewed the carousel and even tried on a non-frame (test.html)
| > > window. I'm getting closer.
| > > The carousel is displaying in both cases but the pictures are not.
This
| > > would indicate a path, although I can't see the error (even checking
for
| > > case sensitivity).
| > >
| > > | > > > Your script at
| > > > http://cudadivetx.com/MyScripts/CarouselSlideShow.js
| > > > doesn't even work in the stand alone page
| > > >
| http://cudadivetx.com/equipment/CarouselSlideShow/CarouselSlideShow.htm
| > > >
| > > > Check your image paths in your script and add the require body
onload
| > > command
| > > >
| > > > PS
| > > > get rid of the useless no right click
| > > >
| > > > --
| > > >
| > > > _____________________________________________
| > > > 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
| > > > _____________________________________________
| > > >
| > > >
| > > | > > > | Thanks (all three) for your response.
| > > > | I would like to keep my scripts in a separate file if possible.
| Just
| > > seems
| > > > | like a neater concept.
| > > > | URL:
| > > > | http://cudadivetx.com/
| > > > | Then go to the equiptment link.
| > > > | I don't hav the proper button but it will be ovious how to get to
| it.
| > > > |
| > > > |
| > > > | | > > > | > Hi JCO,
| > > > | >
| > > > | > URL please.
| > > > | >
| > > > | > --
| > > > | > Mike -- FrontPage MVP '97-'02
| > > > | > http://www.websunlimited.com
| > > > | > Stop Spam Email Mining from your web pages with SpamStopper
| > > > | >
| > > > |
| > >
|
http://www.websunlimited.com/order/product/SpamStopper/spam_stopper_help_dir.htm
| > > > | > FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
| > > > | >
| > > > | | > > > | > > Just wondering if anybody has an idea why this happens. I
have
| some
| > > > | > > grapical slide shows. Actually it displays in a carousel. It
| is
| > > all
| > > > | done
| > > > | > > in JavaScripts (by DynamicDive.com). I've used it in the past
| but
| > > have
| > > > | > > realized that it does not work on a website built with Frames.
| > > > | > >
| > > > | > >
| > > > | > >
| > > > | > >
| > > > | >
| > > > | >
| > > > |
| > > > |
| > > >
| > > >
| > >
| > >
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top