toplisek
03-10-2010, 07:36 PM
How to do iframe with jquery?
I have implemented iframe as posted at URL:
http://api.jquery.com/contents/
I have code working :
<iframe id='myframe'></iframe>
<script>$("#myframe").contents().find("a").css("background-color","#FFFFFF");</script>
</div>
1. How to do without border and white background?
2. How to request this content within frame name myframe from link of form?
Code to execute this frame is:
<form name="myframe" action="myphpfile.php">
I have implemented iframe as posted at URL:
http://api.jquery.com/contents/
I have code working :
<iframe id='myframe'></iframe>
<script>$("#myframe").contents().find("a").css("background-color","#FFFFFF");</script>
</div>
1. How to do without border and white background?
2. How to request this content within frame name myframe from link of form?
Code to execute this frame is:
<form name="myframe" action="myphpfile.php">