View Single Post
  #2 (permalink)  
Old 05-11-2007, 03:13 AM
d70communicator d70communicator is offline
WebProWorld New Member
 
Join Date: May 2007
Location: Wichita, KS
Posts: 2
d70communicator RepRank 0
Default RE: Embedding a secure form into another HTML page

Have you tried using an Iframe to achieve your desired result? You basically add the code at the bottom anywhere on the contact page you would like it to appear and..ta-da..you have arrived. You can also adjust the sizing to your liking and it also features an automatic scroll. The other thing is it is kinda like a frame but not really because you can make it stationary on your page. Example: If the content that you are putting on the page is not going to change then you can adjust the "width" and "height" of the iframe to where it won't move.

Remember mine has the autoscroll because the source page is larger than the cell that I created on my site. If you look at it and select the next month you will see the autoscroll disappear. Just take a look and see what you think.

Click this link and it will show you what it would look like.

http://www.d70iam.org/calendar.html

Try something like this.
-------------------------------------

<iframe name=stbbox src="https://form.yada.yada.com" width="100%" height="1000">



Your browser doesn't support frames. Click here to view the page.</p>
</iframe>
Reply With Quote