473,396 Members | 2,024 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.

align alert() to the right

Hey Guys
im looking for a way to align text in an Alert messege to the right
ive searched through the forum db and havent found an answer, only open
discussions

Thanks in advanced
NeoSwf

Jan 29 '06 #1
8 2750
neoswf wrote:
im looking for a way to align text in an Alert messege to the right
ive searched through the forum db and havent found an answer, only
open discussions


http://tinyurl.com/9dg5g
JW
Jan 29 '06 #2
neoswf said the following on 1/29/2006 8:28 AM:
Hey Guys
im looking for a way to align text in an Alert messege to the right
You can't.
ive searched through the forum db and havent found an answer, only open
discussions


"forum db"? What forum? What db? This is Usenet.

And please capitalize and punctuate properly, it makes posts easier to read.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 29 '06 #3
thank you for your help
Janwillem, ive looked before at that link, and its not helpfull.
Randy, i meant this forum. google forum db/usnet db - at the search
option...

Jan 29 '06 #4
Janwillem Borleffs wrote:
neoswf wrote:
im looking for a way to align text in an Alert messege to the right
ive searched through the forum db and havent found an answer, only
open discussions


http://tinyurl.com/9dg5g


What do you think is the Good Thing for the _reader_ that comes from posting
such URLs compared to the actual ones?

I tell you what Bad Things come from them: You never know where you will
end up before you clicked; you have to trust the person who posted it that
you will be redirected to a resource that has the capacity to be useful.
Furthermore, the lifetime of the URL's validity is far more limited than
that of the URL redirected to by it (by availability of the redirection
service and availability of the URL ID in their database), so that it is
highly likely this "tiny" URL becomes meaningless in archives. And, last
but not least, it makes it harder or prevents that developers of faulty
NetNews applications recognize the bugs they have produced, and of users
of such applications to recognize that.

The bottom line is that you should not use "tiny URLs" at all.
JFTR: the URL redirected to by the above is

<URL:http://groups.google.nl/group/comp.lang.javascript/browse_frm/thread/b674adb46ab49a2d/34a8733499be0283?lnk=st&q=javascript+align+alert+t ext&rnum=1&hl=nl>
PointedEars
Jan 29 '06 #5
thomas- sorry but i havent understood you at all..
the link u redirected me, is talking about creating a custom popUp, not
an aligned right alert messege
thats why i said its not answering my OP.

Jan 29 '06 #6
neoswf said the following on 1/29/2006 10:04 AM:

Please quote what you are replying to.

If you want to post a followup via groups.google.com, don't use the
"Reply" link at the bottom of the article. Click on "show options" at
the top of the article, then click on the "Reply" at the bottom of the
article headers.
thomas- sorry but i havent understood you at all..
the link u redirected me, is talking about creating a custom popUp, not
an aligned right alert messege
Yes it did.
thats why i said its not answering my OP.


It does, but in a round about way. There is no way to do what you are
wanting to do - format an alert box. The URL you were directed to
explains that and a possible solution whereby you have to create your
own alert box and then you can format it anyway you want.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 29 '06 #7
neoswf said the following on 1/29/2006 9:36 AM:

Please quote what you are replying to.

If you want to post a followup via groups.google.com, don't use the
"Reply" link at the bottom of the article. Click on "show options" at
the top of the article, then click on the "Reply" at the bottom of the
article headers.
thank you for your help
Janwillem, ive looked before at that link, and its not helpfull.
Randy, i meant this forum. google forum db/usnet db - at the search
option...


Ahh, the archives.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Jan 29 '06 #8
neoswf wrote:
thomas- sorry but i havent understood you at all..
the link u redirected me, is talking about creating a custom popUp, not
an aligned right alert messege
thats why i said its not answering my OP.


I posted only the URL to where the URL _Janwillem_ posted redirects.
I did not check if it provided a solution to your problem, the issue
was merely that such "tiny" URLs are a Bad Thing.

Please learn to post:

<URL:http://jibbering.com/faq/faq_notes/pots1.html>
<URL:http://www.safalra.com/special/googlegroupsreply/>
PointedEars
Jan 29 '06 #9

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

Similar topics

7
by: Phil Powell | last post by:
Code: <!-- script src="/js/val_header.js"></script --> <style> <!-- BODY { scrollbar-3d-light-color:#eeeedd; scrollbar-arrow-color:#000000; scrollbar-base-color:#000000;...
10
by: Markus Ernst | last post by:
Hi I have a strange problem with vertical-align. The case can be viewed at http://www.brainput.info/geschichte.html. HTML code: <div id="bild"><img src="geschichte.gif" width="274"...
8
by: André Hänsel | last post by:
Hi! When I put a table into a table and try to align it right, it works in IE but not in Firefox. Simplest code to reproduce: <html> <body> <table style="width: 100%"> <tr>
2
by: Oran | last post by:
Dear Friends, I am wondering, how can i show Alert() messages includes text aligned to the right of the message box on the screen. i am looking for something like the "\n" to do this. ...
1
by: Stuart Palmer | last post by:
Hi everyone, I am doing a page for an Israeli customer and doing a form validator with a javascript alert popup for errors listing the fields missed, line by line. When this pops up the text is...
0
by: smr78 | last post by:
Hi, Up to now, I didn't find a solution to align text in the middle of a inline neither block box in the vertical direction. That's because the vertical-align property is not active for many...
3
by: acunnon | last post by:
I am trying to put together an login page my problem is getting the three items aligned to the middle verticaly without specifing a height to anything on the page. CSS html{ height:100%;...
1
by: prathna | last post by:
Hi I have this following code <script> function displayFields() { document.getElementById('Label12').style.display = 'none'; document.getElementById('Label13').style.display =...
3
by: happyse27 | last post by:
Hi All, I wanted to align the text box for user registration but the code just wont budge... Kindly advise what is wrong? Cheers... Andrew <HTML>
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: 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
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...
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.