Hi,
I have created a target in the same page #target (and it works fine with regular <a href links) but, I want to target a form style link into that #target space, and it opens in the parent window.
Link:
<form method="post" action="http://localhost/advertiser.php#target">
Note: If you noticed, target is a div (id), I am using php to accomplish that. The thing is, I already have my alphanav at the top of the page, with the #target div below, and when I click on any <a href link in the alphanav, the page goes directly to that target and shows the relevant link results. Now what I want is to target the advertiser.php in the <form tag to that same #target div.
Is there a solution for this?
Thank you in advance!
Brian
__________________
Made2Own
Last edited by Brian07002; 01-05-2013 at 11:37 AM..
|