/    Sign up×
Community /Pin to ProfileBookmark

I’m redirecting from an aspx page to a login page.
If logged out the flash in the upper frame (boven) has to be refreshed.
i’m using:

<script language=’javascript’>parent.boven.location.reload(true);</script>

But I need to give a parameter FL=1 with the querystring, because if FL=0 an image has to show, IF FL=1 a flash movie has to show up.
But I can’t seem to give with these parameter.
I also tried parent.boven.location.href=’bov_new.aspx?FL=1′
But then he just refreshes the upper frame with the login page.

How can i make sure the FL=1 is given to the querystring and the frame will be reloaded with this parameter

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@KorMar 08.2005 — try:

top.frames['nameoftheupperframe].location.href='bov_new.aspx?FL=1'
Copy linkTweet thisAlerts:
@DiedtjeauthorMar 08.2005 — same problem as

parent.boven.location.href='bov_new.aspx?FL=1'
×

Success!

Help @Diedtje spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...