Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript How-To
|
Javascript How-To Ask your "How do I do this with Javascript?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 17th, 2008, 12:33 AM
Authorized User
 
Join Date: Jun 2006
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default Refresh images issue in FireFox


Help me please....
/////////////////////////////////////////////////////////
     myFile.js
/////////////////////////////////////////////////////////
window.onbeforeunload=init;
function init()
{ parent.location.reload(); }
/////////////////////////////////////////////////////////

Above code is working fine on F5 in IE to refresh the IFrame with it's Container Page but failed for FireFox

 
Old March 24th, 2008, 08:24 AM
Friend of Wrox
 
Join Date: Mar 2007
Posts: 373
Thanks: 0
Thanked 1 Time in 1 Post
Default

see the DOM reference for window object at the following link

http://www.w3schools.com/htmldom/dom_obj_window.asp

- Rakesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox issue timeout08 Dreamweaver (all versions) 2 September 29th, 2008 02:55 PM
DREAMWEAVER/FIREFOX ISSUE PSRIGLEY Dreamweaver (all versions) 9 May 24th, 2008 11:37 AM
Linked Images in Firefox Showing Underline kwilliams CSS Cascading Style Sheets 1 March 27th, 2008 03:01 PM
MasterPage and Firefox issue! bignermo BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 0 May 22nd, 2007 09:20 AM
Firefox issue Teessider_2000 HTML Code Clinic 6 September 20th, 2006 03:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.