Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <FRAMESET frameSpacing=0 border=0 frameBorder=no rows=80,*>
  2. <FRAME noResize src="top.html" name=topFrame scrolling=no>
  3.  
  4. <FRAMESET frameSpacing=0 border=0 cols=20%,80% frameBorder=0>
  5.  
  6. <FRAME frameSpacing=0 noResize marginHeight=0 border=0
  7. src="sideMenu.html" frameBorder=0 name=menu marginWidth=0>
  8.  
  9. <FRAME class="Content" frameSpacing=0 marginHeight=0 border=0
  10. src="AddPayment.html" frameBorder=0
  11. name=information marginWidth=0>
  12.  
  13. </FRAMESET>
  14. </FRAMESET>
  15.  
  16. <form name="paymentForm" action="https://payment.com" method="POST" target="_top">
  17. <input type="text" id="amount">
  18. .........
  19. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement