473,397 Members | 1,949 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,397 software developers and data experts.

need modal

hello
i need some modal dialog box to show when page is loaded
any sugestion?

not 'onclik'

thanks

--
www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com

Feb 17 '08 #1
7 1573
ok

i need some thing like lightbox

--
www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com
Feb 17 '08 #2
On Feb 17, 6:35 am, "proximus" <masaz...@gmail.komwrote:
hello
i need some modal dialog box to show when page is loaded
any sugestion?

not 'onclik'

thanks

--www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
There are many examples of modal dialogs around the net. Google
"javascript modal" for some. People go for these, usually, because
they have a certain look in mind. For example, it's popular to darken
the screen behind the dialog nowadays. And many people don't want to
use alert(), because it make some users think that something dreadful
has gone wrong.

But the advantage of the standard alert is that it "looks right." That
is, it looks like it belongs to the browser and the operating system.
Many sites have custom dialogs that never look quite right (for
example, styles that get Windows XP about 90% right, but look
completely wrong in Vista, or on the Mac or Linux). I'd look for one
that completely lacks window chrome.

And by the way, why would you want to display anything special when a
page has loaded? Browsers do a pretty good job of communicating when
that has happened, with cues that people are well accustomed to. Do
you have a special situation on your hands?
Feb 17 '08 #3
On Feb 17, 11:56 am, "proximus" <masaz...@gmail.komwrote:
ok

i need some thing like lightbox

--www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
Then here's lightbox...

http://www.huddletogether.com/projects/lightbox/
Feb 17 '08 #4
On Feb 17, 3:26*pm, timothytoe <timothy...@gmail.comwrote:
On Feb 17, 11:56 am, "proximus" <masaz...@gmail.komwrote:
ok
i need some thing like lightbox
--www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com

Then here's lightbox...

http://www.huddletogether.com/projects/lightbox/
Lightbox is trash. Try this instead:

http://code.google.com/p/niceshowcase/

It is something I threw together a few months back to provide an
alternative to Lightbox/Prototype/Scriptaculous.
Feb 18 '08 #5
>Lightbox is trash. Try this instead:
>
http://code.google.com/p/niceshowcase/
jes thanks
but my knowlege of english is small, and knowlege of JS even smaller
that's examples activated od click, I need on load...
when page loads to show 'dialog'
thanks

--
www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com
Feb 18 '08 #6
You are more likely to irritate them with unsolicited popups (in-page
or not.)

anyway they left.... this way i know that he/she saw my 'ad'!

i will test your 'showcase'....
--
www.proximus-os.hr ; www.e-stranica.com ; www.zlatovezi.com
Feb 19 '08 #7
On Feb 19, 12:51 pm, "proximus" <masaz...@gmail.komwrote:
You are more likely to irritate them with unsolicited popups (in-page
or not.)

anyway they left.... this way i know that he/she saw my 'ad'!

i will test your 'showcase'....

--www.proximus-os.hr;www.e-stranica.com;www.zlatovezi.com
Are you trying to get them to see your ad, or just to click on it for
money?

I think you should consider another way of drawing attention to your
content. A modal dialog is a hammer. It scares people. I think it'll
backfire if it's not expected.

It's one thing if they clicked on something to get your dialog. It's
another if they are penalized by your modal dialog as a result of
visiting. I really think people won't like that.
Feb 19 '08 #8

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

Similar topics

2
by: Patrick Lim | last post by:
Here is the problem: I have written a non-modal frame class in Java for displaying help text when a user is using an application. It works as desired in that if the user selects "help" again,...
2
by: martin de vroom | last post by:
Hi, I have a web page that opens a modal dialog (client side) in the following manner onclick="window.showModalDialog('/dialog.asp',null,'dialogHeight: 200px; dialogWidth: 400px; dialogTop:...
2
by: Gilles T. | last post by:
Hi, How I can refresh a modal dialog in asp.net? I open a modal dialog in first with a dropdownlist. To add a element in my dropdownlist (table), I open a second modal dialog to ask element and...
2
by: Matt | last post by:
I want to know how to submit the form data to a modal dialog window? The following is page1.asp, and when the user clicks submit button, it will post the form data to page2.asp by opening a new...
4
by: Paul Aspinall | last post by:
Can anyone advise how to display a form on top, and modal, without using ShowDialog?? Thanks
2
by: cassidyc | last post by:
Hi, I was wondering if anyone has come accross this issue? And if they have any solutions I have that can create new copies of itself Form1 as = new form1(); af.show(); This form can also...
5
by: CaptainZ | last post by:
When I open a modal window using 'showModalDialog' from an aspx page it works fine. But when I then perform a submit in my modal window to get data from the server, instead of the page returning to...
3
by: Isabelle | last post by:
Hi all I have posted my question in two other newsgroups but was left without an answer or even a hint... My application has a splash screen (a modal form) that kicks out a wizard-like window...
2
by: sthrudel | last post by:
Hi! I'm working on a web application in Asp.net and what I would like to have is a cross borwser modal dialog which accepts user's input. I would like to catch what the user clicked on the...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.