can I place 2 html code fragments onto 1 page?

W

whattodonext

I have 2 code fragments on a page which are both forms but when I preview the
page, it only showns me the results of one form. How can I have both forms
on the page using the 2 seperate code fragments
 
G

GeoffreyChaucer

While I'm no expert on forms, one easy way comes to mind.

Create an iframe on the form page at the location where you want the second
form to appear. You do this by placing the following code in an HTML fragment:

<iframe name="form2" width="dimension in pixels" height="dimension in
pixels" frameborder=0 src="form2.html (or htm depending on what version of
Publisher you are using)" scrolling=no></iframe>

Then create a separate Publisher document on which you place the second form
fragment in the top left corner and save as webpage. Finally, rename the
html/htm page: form2.html/htm and place it in the same directory as the
original form page.

This should do the trick, but there may well be other ways of dealing with
your problem.
 
D

DavidF

Can you post a sample of the form code fragment that you are using? Which
version of Publisher and which browser and version?

DavidF
 

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

Top