I do not know, but you can try it yourselves: 1/ create form with action="http://www.yourserver.com/yourpage.htm#RowNum3" method="get" 2/ make some input fields and submit this form
::) Brona > -----Original Message----- > From: Scott Fletcher [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 11, 2003 11:56 PM > To: [EMAIL PROTECTED] > Subject: [PHP] How to use anchor with php post string to jump to a > page??? > > > Sample script I have here is this... > > --snip-- > <a href="http://www.yourserver.com/yourpage.htm#RowNum3" > target="doc">Jump</a> > > <iframe id="doc" name="doc" > src="http://www.yourserver.com/yourpage.htm"></iframe> > --snip-- > > Where yourpage.htm have this "<a href='#' name='RowNum3'>blah > blah</a>".... > > So, question here is how do I pass the post string to the Iframe, like > "&color=red" in this example, this example doesn't work... The iframe is > the target method.... > > --snip-- > <a href=http://www.yourserver.com/yourpage.htm#RowNum3&color=red > target="doc">Jump</a> > --snip-- > > Thanks, > Scott > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php