I am trying to build a query line with php that sends both an anchor point and sets a couple variables. The statement I am using is
src="nav2.php<? print ("#$page?page=$page&pop_win_url=$pop_win_url"); ?>
This is a location for a frame. It works in netscape, but IE does not like it. It will only set the variables, or only use the anchor. I need to use both. Any suggestions?
Thanks,
Daniel