Forums

This topic is locked

Multiple Recordset Navigation Bars

Posted 17 Jun 2003 17:50:31
1
has voted
17 Jun 2003 17:50:31 Praveen Pinto posted:
Hi,

How can i use 2 recordset navigation bars that control 2 different recordsets on the same page.

Please Help

Thanks in advance

Replies

Replied 19 Jun 2003 10:17:55
19 Jun 2003 10:17:55 Julio Taylor replied:
How about using a frame or an iframe to contain the separate records?

------------------------
Julio

PHP | MySQL | DWMX

ICQ: 19735247
MSN:
Replied 19 Jun 2003 13:48:53
19 Jun 2003 13:48:53 Praveen Pinto replied:
hi thanks for the reply, im doing that right now, but is there anyway i can resize the height of an iframe to fit the contents of that page.
Replied 25 Jun 2003 16:39:37
25 Jun 2003 16:39:37 Paul Gannon replied:
Hi

You can add the height and width parameters to the iframe tag to specify it's dimentions

&lt;iframe src="home.html" frameborder="0" <b>height="367" width="525"</b> scrolling="auto" marginheight="0" marginwidth="0" name="content" id="content"&gt;

Paul

Edited by - pdg123 on 25 Jun 2003 16:46:45

Reply to this topic