473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Popup Window on this Site

What is the script that they use on this site to pop up that little info
window. I looked at the source but it must be server side.

Warmest regards,

Steve Horrillo
http://stephenhorrillo.com

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '05 #1
6 1369
Stephen Horrillo wrote:
What is the script that they use on this site
On what site?
to pop up that little info
window. I looked at the source but it must be server side.


Server side code can only deliver client side code to the client. It can't
create a popup on the client directly.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #2
On developersdex.com. The very reply that you are reading. For example
when I type the word "server", it get's hyperlinked and if you hover the
mouse over it it gives you a definition of the word. In other words I
want a little box to pop up further explaining a particulr word in more
depth when someone hovers their pointer over it. What sort of script
will accomplish this and where do I find it?

Warmest regards,

Steve Horrillo
http://stephenhorrillo.com

*** Sent via Developersdex http://www.developersdex.com ***
Jul 23 '05 #3
Stephen Horrillo wrote:
On developersdex.com.
That is a strange assertion to make without context.
The very reply that you are reading.
The reply I was reading, and very probably David and most others too, is
a text/plain Usenet Post. comp.lang.javascirpt is a plain-text only
newsgroup.
For example when I type the word "server",
it get's hyperlinked and if you hover the
mouse over it it gives you a definition of the word.
In other words I want a little box to pop up further
explaining a particulr word in more depth when someone
hovers their pointer over it. What sort of script will
accomplish this
That sounds like the use of the TITLE attribute in HTML, so nothing to
do with javascript.
and where do I find it?


In the HTML page's source code, wherever that is.

Richard.
Jul 23 '05 #4
Lee
Stephen Horrillo said:

On developersdex.com. The very reply that you are reading.
Most of us reading your post have never been to developersdex.com.
Apparently it's one of many, many ways of reading and posting
messages to USENET. It seems to be a pretty poor one, if they
don't make it easy for you to quote the relevent part of the
message you're replying to.

In other words I
want a little box to pop up further explaining a particulr word in more
depth when someone hovers their pointer over it. What sort of script
will accomplish this and where do I find it?


That can be done in <span title="HyperText Markup Language">HTML</span> in
modern browsers.

Jul 23 '05 #5

On 24-Jun-2005, Lee <RE**************@cox.net> wrote:
Stephen Horrillo said:

On developersdex.com. The very reply that you are reading.


Most of us reading your post have never been to developersdex.com.
Apparently it's one of many, many ways of reading and posting
messages to USENET. It seems to be a pretty poor one, if they
don't make it easy for you to quote the relevent part of the
message you're replying to.


Somehow I started to get emails from developersdex.com in reply to my Usenet
posts. I thought the reply's were only being posted to the forum. It must
somehow forward them back here. Sorry.

--
Warmest regards,

Steve Horrillo, Realtor / CEO / C.Ht.
http://brokeragenttraining.com (Advanced training for real estate
professionals)
http://over100percent.com (Realtors earn over 100 percent)
http::/hipfsbo.com
Jul 23 '05 #6
Stephen Horrillo wrote:

Are you responding to something? http://www.faqs.org/rfcs/rfc1855.html
(Section 3.1.1, item 10 (starting If you are sending a reply).
On developersdex.com. The very reply that you are reading.
I'm using nntp://news.demon.co.uk to read this reply. Web interfaces to
Usenet are invariably icky to one degree or another.
For example when I type the word "server", it get's hyperlinked and if you
hover the mouse over it it gives you a definition of the word.


<dfn title="Definition of foo">foo</dfn>
http://www.w3.org/TR/html4/struct/text.html#h-9.2.1
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jeppe bob Dyrby | last post by:
I have a page that automaticly opens a small popup window, but it is only supposed to open this window once. A little info: function openwindow(name_var) { if (!name_var) { name_var =...
3
by: Mehmet Gunacti | last post by:
Hello, on our homepage, when pressing an anchor tag, a special sized popup window opens via javascript. but it opens very slowly. on other web pages, there are also javascript-opened windows,...
10
by: Thad | last post by:
Any javascript I could try on this? I've got a popup window on my site with the browser chrome removed. Another site's gone ahead and done a popup to my same .html page. The visitor to that site...
4
by: Davey | last post by:
I have a website which has a popup window (this only opens when the user chooses to open it). In the popup window I have a <select> control which lists a selection of "classes". Each class has a...
9
by: Jimmy Junatas | last post by:
When we open a window (using client-side jscript ie. window.open("/Site/Popup.aspx?...",...)) from Page1.aspx, the called page Popup.aspx does not have access to the Session variables present in...
7
by: Drew Berkemeyer | last post by:
Hello, We have an application that we have written using ASP.NET. On one of our pages we open a popup window using javascript. The popup window has a save and a cancel button. Both of them are...
0
by: GMK | last post by:
hi all i'm building an asp.net application and i would need in my application to open a popup window that contain data filled from an SQL QUERY. This page will contain the data in rows and near...
3
by: EnjoyNews | last post by:
I have a popup problem. I have a script that generates a popup for image viewing. It has 2 function, and the first is that it automaticly generates the popup window to the size of the image,...
1
by: sweetneel | last post by:
hi all, i am developing an asp.net Application. when i am clicking a link , it opens a pop up (login page). after successfull login , the disignated url opens in the popup window. this is a problem....
1
by: mukeshrasm | last post by:
Hi For one of my project I have used Calendar Popup of this site http://www.mattkruse.com/javascript/calendarpopup/simple.html. I want to show the popup in the center of the window or even below...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.