/    Sign up×
Community /Pin to ProfileBookmark

scrolling in new window

Hi, i have this page [URL=http://www.freewebs.com/theonlyrpg/stats.htm]http://www.freewebs.com/theonlyrpg/stats.htm[/URL] and when sommebody clicks on “Submit score” a new window appears, but i want it to be “scrollable”. Could anyone tell me why and how to get this? Thanks a lot?
Ive tried puttingn scrolling=yes; in the function, but that dosn’t work

to post a comment
JavaScript

3 Comments(s)

Copy linkTweet thisAlerts:
@KorJan 24.2005 — window.open("openscore.htm","scorePage","[color=red]scrollbars=yes[/color],height=200,width=500");

but, as the scrollbars value can be a boolean also (0/1 or false/true) and as the default status is [b]true[/b], you may use also

window.open("openscore.htm","scorePage","[color=red]scrollbars[/color],height=200,width=500");


... and... don't insert [color=red];[/color] within the function's parameter features....
Copy linkTweet thisAlerts:
@7studJan 24.2005 — window.open("http://www.yahoo.com", "", "width=400,height=400,top=100,left=100,[color="red"]scrollbars[/color]=yes");
Copy linkTweet thisAlerts:
@chrizauthorJan 24.2005 — ah thanks!
×

Success!

Help @chriz 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.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

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