Hi.. Friends
There are three link in HTML form.I want ,when click on first link then web page open will be in the new window,when click on second link then web page open will be in the new tab in same window,if click the third link then web page open will be in the same tab in same window ? How to do this, Please help me....
Thanks....
Loading

Satyapriya NayakPosted Nov 26, 2011, 7:06 AM
First link
Second link
TARGET controls where the new document will be displayed when the user follows a link. Most of the time, clicking on a link simply loads a new document in the same window where the link was. However, with TARGET, you can have the new document open in a new window, or if you are using frames, in another frame.
You can target a frame by a name you have assigned it. TARGET also has four predefined values, which can be used as if certain windows and frames already have names without you having to assign them:
Thanks
Vineet Kumar SainiPosted Nov 28, 2011, 6:21 PM