Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Url passing nesting issue

Featured Replies

Hi,

I posted a problem a while ago where I wanted to pass a url through to a page with an iframe and got a javascript soloution;

 

Link:

<a href="../new/newboatsframe.html#http://www.searanger.com/">

 

Frame:

<div id="iframe">

<iframe id="myiframe" height="600" scrolling="auto" src ="#" width="100%"></iframe>

</div>

 

Script:

<script type="text/javascript">

var myUrl = window.location.href;

var myPos = myUrl.indexOf("#");

var src = myUrl.substring(myPos + 1, myUrl.length);

document.getElementById( 'myiframe' ).src = src;

</script>

 

My problem now is that while this works fine in most cases it doesn't on the page it links to which also holds the links.

 

You can go to http://www.bjmarine.net/newsite/new/newboa...tti-yachts.com/ to see for yourself. When you click on the links again the url changes but the page doesn't refresh.

 

Does anyone have a solution?

Thanks,

Denis

 

Edit: Site link changed

  • Author

I've now managed to get it working with

 

onClick="window.location.reload(true);

 

but only in IE. Can anyone help with FF?

 

Denis

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.