Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

posting in javascript

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Post from one URL to another no problem.
When click on link to post to original site opens a new browser window. Any help appreciated.

S
 
give us a link to the site this happening at, or some more details please. jared@aauser.com
 
Thanks for your help....

function GosecondSite()
{
var mf = document.forms[0]
mf.method = "POST"
mf.action = " ("SERVER_NAME")%>/test/site2.asp"
mf.target = "_top"
mf.submit()
}

When I click on a link to activate the above, automatically takes me to secondsite within the same browser. However on 2nd site there is a link back to point of origin. If you click on this using the same functionality as above it directs back o.k but opens a new browser window in doing so ?

Many Thanks,

S
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top