jQuery History Plugin BBS
How would you like the money? <a href=" http://www.netvibes.com/aeoey#Pthc_hussyfan_.ru ">pthc imgboard lists</a> etok <a href=" http://www.netvibes.com/ramudanicy#Child_preteen_nonude ">100 preteen tpg</a> qwfy <a href=" http://www.netvibes.com/yyhiko#Prague_pthc ">lolita preteen boy pthc</a> soz <a href=" http://www.netvibes.com/apaduuo#Pthc_loli_pic ">homemade pthc clips</a> fwdt <a href=" http://www.netvibes.com/upouepob#Preteen_bikini_waals ">nonenude preteen models</a> 938110 <a href=" http://www.netvibes.com/egikipiys#Zauberwald_pthc ">lolita girls pthc</a> >:(( <a href=" http://www.netvibes.com/yicolafa#Preteen_top_free ">russian preteen flowers</a> glro <a href=" http://www.netvibes.com/fimeunipo#Preteen_thongs_modelsreal ">preteens nymphets pictures</a> 8))) <a href=" http://www.netvibes.com/pygapumih#Hacked_preteen_galleries ">plump preteen models</a> bbxemh <a href=" http://www.netvibes.com/jepiiiny#Pthc_usenet_board ">pthc jpg</a> 8191
Due to specific features, I need to put links in a iframe, which is inserted in "eg.html".
As one of the links is clicked, the address should alter to be like "eg.html#2.html", the hash "2.html" will be included to the iframe. Below goes the example:
@BEFORE <a href="2.html">to page 2</a>
@CLICKED <a href="eg.html#2.html" target="_parent">to page 2</a>
@IFRAME <iframe id="id" name="name" src="2.html">Sorry.</iframe>
But pressing the Go Back button on browser (Firefox), nothing gonna change. I need to click twice to go back
And if pressing Forward, even double click, visitors cannot go the page forward....=(
Seems the function "pageload ()" is loaded twice, could anyone help? tks!!
example page: http://ethantw.net/his/
Hi,
When using this on a secure site, I get the "This page contains both secure and nonsecure items" warning. To avoid this I set the src of the iframe to "javascript :false;" initially, as far as I can see everything seems to work OK now :-)
Changes:
// add hidden iframe for IE, ØS: changed to always set src to "javascript:false;" (to fix HTTPS sites in IE6)
jQuery("body").prepend('<iframe id="jQuery_history" style="display: none;" src="javascript:false;"></iframe>');
Cheers
Øyvind
......There appears to be a bug when you post to a page and use the jquery.history.js plugin on that page to keep track of the browser's history. The browser history works fine in IE8,IE6, FF 3.5, but not Safari. In Safari you would press the back button 1 time and you would lose the forward history (forward button would become grayed out) and the url in the address bar would change, but the historyCheck would fail to recognize the back. On the second time you pressed the back button the url in the address bar would stay the same, and the historyCheck would recognize that the back button had been pressed. Also the forward button would turn active. If you pressed the forward button nothing would change and the forward button would become deactivated.
Anyone else having this problem and know how to fix it? I might just change the form method to GET instead of POST.
......