Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
pelegT #1
Load a Documant into a frame
I want to be able to press on a thumbnail image on my "A" documant, and as I
press I want the details (that are found on my "B" documant) for that image to
show up in the lower part of my "A" documant. how do I do that?
pelegT Guest
-
load a page into another frame
Hi, I need to get another frame (not the one I'm coding in) to be updated but not with a link. eg I process a log on in frame B and then the... -
load swf in a frame
I built a top/bottom frameset in Dreamweaver MX 2004. I'm using the flashpaper printer to change word docs and pdf files into swf files I want... -
load var's -> instruct frame to reload ???
hello i am trying to use a small 5 second looping flash movie as a way to continously check whether or not an outside variable (supplied by an... -
Can I embed a .swf in html and have it load at a specific frame?
Just wondering if its possible to embed a .swf file (eg. hello.swf) in a html page and have it load at a frame which I've specified (in the html... -
How to load a url into a frame?
This may be a really simple problem but I can't seem to figure it out in dotnet. Using asp (old style) I had an app that received a querystring... -
MrBonk #2
Re: Load a Documant into a frame
Put the thumbnails in the top frame and when you create the links to 'details'
pages, set the target to be the bottom frame.
eg. <a href="details.htm" target="bottomFrame"><img src="thumbnail.JPG"
width="80" height="80" border="0"></a>
MrBonk Guest



Reply With Quote

