/    Sign up×
Community /Pin to ProfileBookmark

Trying to make an onMouseOver Quick Window

I went to htmlgoodies and I am just not understanding what to change from their source material to make it to where I can have several pages come up from one main page. If this is not possible, please let me know soon so that I can find another way of doing this.

Lizzy

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@AscendancyMay 17.2007 — Although I don't really understand what you're trying to say, odds are it is possible. Maybe you can post the script, or be a bit more clear about what you are literally trying to do?
Copy linkTweet thisAlerts:
@LizzyBugauthorMay 17.2007 — Here's the exact script from htmlgoodies:

<SCRIPT language=JavaScript>

<!-- vor alten Browsern verstecken copyright Arnold Schiller http://homepages.muenchen.org/bm596269

function msgopen() {

fenster = open("", "Welcome", "scrollbar=yes,width=400,height=200");

fenster.document.open();

with (fenster.document) {

write("<html><base target='Frame 0'><body onBlur='window.close()'>");//Frame0 is name of the display change it, if

//necessary

write("Hi There!

");

write(" Here's a quick way to get another window up here.<BR>");

write("<A HREF='http://www.htmlgoodies.com/'>http://www.htmlgoodies.com</A><BR>");

write("<P>Close the window to grab the script.<BR>");

write("</body></html>");

}

fenster.document.close();

}

// -->

</SCRIPT>
×

Success!

Help @LizzyBug 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 5.18,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...