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

Recent content by rageuser

  1. rageuser

    Back in Iframes?

    Do you mean the name of the Iframe the code is in? Say I have <div id=home blah blah> do I put <a href=&quot;#&quot; onClick=&quot;parent.home.history.go(-1)&quot;> Or do I use the iframe src html file as the name <a href=&quot;#&quot; onClick=&quot;parent.home.html.history.go(-1)&quot;>...
  2. rageuser

    Back in Iframes?

    That doesn't seem to work either. Maybe I'm doing something wrong. Here is the code I am using <a href=&quot;#&quot; onClick=&quot;parent.framename.history.go(-1)&quot;>back</a> These are Iframes so maybe that command only works on regular frames, I'm not really sure though I don't know much...
  3. rageuser

    Back in Iframes?

    Hi there, I've constructed a site which has a main html popup and in this popup I load all the different sections of the site as iframes. http://www.fccentrum.com/IFU2 - I was wondering if there is some way I can use a back command with Iframes. I've tried the javascript.history (-1) deal and...

Part and Inventory Search

Back
Top