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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. crystalstar

    location.replace issue...unable to use back button

    in that case, top.location.href=url2 will work (i guess). Why dont you try that?
  2. crystalstar

    location.replace issue...unable to use back button

    Well, if you write location.replace in URL1, you cannot go back to that url because it will not be stored in the browser history. You have to write top.location.href=URL2, to keep URL1 in the history. But again, what are you doing in URL2? are you using some server side code in URL2 to redirect...
  3. crystalstar

    location.replace issue...unable to use back button

    Didn't quite understand your question. Let's say you are in URL1 and you have written location.replace(URL2) in URL1. In that case, the URL1 will not be stored on the browser history. Now what exactly are you doing in URL2? Are you redirecting to some other page? If you are, then pressing the...
  4. crystalstar

    Submitting a form to a different frame

    Try this, On your top frame write a javascript which will set the target of the 2 servlets to the corresponding frames and submit it. function submitpage() { var vsac=document.frm_GetSite.sac_code.value; var...

Part and Inventory Search

Back
Top