kidcajes
New Member
- Messages
- 21
- Reaction score
- 0
- Points
- 0
I have a payday.html with iframe in it:
in my index i need a textboxes for Name and Street Address and a Submit button. After the user enters the data and click the submit button it will open payday.html and displays the Name and Street Address in it.
Can anyone help me with the code i really cant figure it out, been trying reading other forums but no luck. I am new to iframe and haven't tried it before. Your help is greatly appreciated, TNX
HTML:
<html>
<body>
<iframe name="payday_info" src ="https://www.quote-advisor.com/iframe?i_type=payday&affid=8242&i_td1_color=bababa&i_td2_color=ededff&i_title_color=bfbfeb&i_submit_color=f0f0f5&i_width_td_left=20&i_width_td_right=80&i_width_table=100&i_align_left=&i_align_rigth=&subacc=1&i_width_table=100%" width="40%" height="460">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>
Can anyone help me with the code i really cant figure it out, been trying reading other forums but no luck. I am new to iframe and haven't tried it before. Your help is greatly appreciated, TNX