Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
robertsK #1
Inserting a page
Can anyone tell me how I would insert a page into another page without using frames. I am using DW MX
Thanks
robertsK Guest
-
inserting a page from another website?
i am a dreawaever novice! i have to make this a website and a video, i found a great java tour ... -
Inserting contents of PDF doc onto a page
I'm new to Contribute 3 and am debating purchasing this a means for my clients to post PDF's onto their webpages. 1. I would like to INSERT the... -
Inserting PHP into a HTML or ASP page
HI, Is it possible to insert a PHP page into a HTML or ASP page? I currently have a total html site and I am trying to add a RSS news feed., which... -
Inserting Audio in asp.net page
Does anyone know how to insert an audio file into aspx page? Similar to those music websites, which has the "Preview" button. Do i need to have... -
Inserting Page error
When we are joining chapters by doing the Document \ Insert Pages we get the following error. Wrong type parameter supplied to a PDS procedure It... -
EliDee #2
Re: Inserting a page
Don't know if you mean without using all frames, or if you would consider using
an inline frame.
Using this method you can put another page inside a table cell anywhere on the
page and you can link to it and have other pages link into the same place etc.
<html>
<head><title>INDEX</title></head>
<body>
<iframe src="page2.htm" name="IFRAME" width="100%" height="750"
frameborder="0" scrolling="auto"></iframe>
</body>
</html>
EliDee Guest
-
MATHEWS..JOHN #3
Re: Inserting a page
is it possible without frames even i am eager to know
MATHEWS..JOHN Guest
-



Reply With Quote

