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

Form Success popup

Hi,
I have a form that should popup mentioning Success so i am using alert() box but it shows a yellow exclamation(!) which i dont want. Is there any other more intuitive kind of success message box i can use?

TIA
Sep 3 '07 #1
5 3466
dmjpro
2,476 2GB
Hi,
I have a form that should popup mentioning Success so i am using alert() box but it shows a yellow exclamation(!) which i dont want. Is there any other more intuitive kind of success message box i can use?

TIA
Have your own Pop-Up window, means make your own Pop-Up window using Server Side Lang or using JavaScript.
Look at dis example!

Expand|Select|Wrap|Line Numbers
  1. function show_success_message()
  2. {
  3. var success_win = window.open('','my_win_'+Math.round(Math.random()*1000),'width=x,height=y,or_may_be_your_choice');
  4. success_win.write('here will be your HTML code');
  5. }
  6.  
Have a try and Good Luck.
Kind regards,
Dmjpro.
Sep 3 '07 #2
acoder
16,027 Expert Mod 8TB
I have a form that should popup mentioning Success so i am using alert() box but it shows a yellow exclamation(!) which i dont want. Is there any other more intuitive kind of success message box i can use?
If you want to avoid popup windows, you can create your own DHTML pseudo-popups using a div and set the visibility to "visible" when you want it to appear.
Sep 3 '07 #3
Thanks guys. I think i would prefer the pseudo popup using div so i can customise it.
Sep 4 '07 #4
markrawlingson
346 Expert 100+
If you want to avoid popup windows, you can create your own DHTML pseudo-popups using a div and set the visibility to "visible" when you want it to appear.
Personally I prefer div layer popups over regular popup windows. Depending on the scenario of course, but generally. Much less annoying to the user and a heck of a lot easier to customize. Not to mention you completely avoid the pop up blocker issue!
Sep 4 '07 #5
acoder
16,027 Expert Mod 8TB
Personally I prefer div layer popups over regular popup windows. Depending on the scenario of course, but generally. Much less annoying to the user and a heck of a lot easier to customize. Not to mention you completely avoid the pop up blocker issue!
I agree with you there. Websites that use popups without me clicking a link are so annoying especially those that use popups onload and onunload.
Sep 4 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: SteveS | last post by:
Hello. This is a strange problem which does not make sense to me. I open a popup page with the following javascript code: function OpenDenyWindow(changeId) {...
4
by: MCDONAMW | last post by:
First off, forgive me for being such a noob. I typically program vb.net, but I need to do some asp.net programming. I have something simple I have no idea how to do! I have an aspx page which...
18
by: Colin McGuire | last post by:
Hi - this was posted last weekend and unfortunately not resolved. The solutions that were posted almost worked but after another 5 days of working on the code everynight, I am not further ahead....
4
by: jwlum | last post by:
I have the following problem under Internet Explorer only: 1. User fills out form data (myform.php) and clicks a button that fires myFunction() 2. myFunction() spawns a "hello, world" popup page...
4
by: Macbane | last post by:
Hi, I have a 'main' form called frmIssues which has a subform control (named linkIssuesDrug) containing the subform sfrmLink_Issues_Drugs. A control button on the main form opens a pop-up form...
10
by: ApexData | last post by:
I can't seem to make a PopUp Dialog form Invisible! 'My main form calls the PopUp DoCmd.OpenForm "F-PAUSE", WindowMode:=acDialog 'My PopUp form "F-PAUSE" contains this code Private Sub...
15
by: Kevin Davis | last post by:
Hello, I'm a new person when it comes to PHP and I have a quick question. I would like to create a form that will allow the user to add more information using the same form in case they have...
5
by: Thelma Roslyn Lubkin | last post by:
I am still having trouble trying to use a popup form to allow user to set filters for the main form. The main form is based on a single table. The popup contains 5 listboxes, so the user can...
3
kaleeswaran
by: kaleeswaran | last post by:
Hi, Is it possible to display the success page as a popup window.. I want to display the success page as a popup window.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.