473,657 Members | 2,282 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What language & codes should I use for this?

I want to do something, but i dont know how clear i'm going to explain
it. Please help me with this matter. Following is what i want to b
done.

i'm doing a web site which has several items (which suppos to b links)
listed one after one.

When u click on each item, there is a description to b appeared over
the page. What i want is, this description page (or rather a box)
should appear over the excisting details of the page, and also i want a
close button (something like this to click >>> CLOSE [X] ) on it too.

This shouldn't b another (pop-up) window, but some kind of a box which
come on top of the page, and on a possition a give.

i would b appreciate If anybody can help me with this issue.

Thanks a lot...!!! :)

Dec 12 '05 #1
4 1181
sr******@gmail. com said the following on 12/12/2005 2:12 AM:
I want to do something, but i dont know how clear i'm going to explain
it. Please help me with this matter. Following is what i want to b
done.
You can start by learning to spell properly. It is paramount in
explaining things that you make it as simple as possible for people to
read and understand what you are trying to say. Try a spell checker if
nothing else.
i'm doing a web site which has several items (which suppos to b links)
listed one after one.
Simple enough.
When u click on each item, there is a description to b appeared over
the page. What i want is, this description page (or rather a box)
should appear over the excisting details of the page, and also i want a
close button (something like this to click >>> CLOSE [X] ) on it too.

This shouldn't b another (pop-up) window, but some kind of a box which
come on top of the page, and on a possition a give.

i would b appreciate If anybody can help me with this issue.


I wuld bea apreciate if ewe wood lurn tew speal.

Thin, goa reed heer:

http://www.litotes.demon.co.uk/js_info/pop_ups.html

--
Randy
comp.lang.javas cript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/
Dec 12 '05 #2
sr******@gmail. com wrote:
I want to do something, but i dont know how clear i'm going to explain
it. Please help me with this matter. Following is what i want to b
done.
[...]


|_|'|= 4 |_07 2 |_34|2/\/ '|3O |°0571/\/6 0/\/ |_|53/\/37

news:news.annou nce.newusers
news:news.newus ers.questions
Dec 12 '05 #3
<sr******@gmail .com> skrev i meddelandet
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
I want to do something, but i dont know how clear i'm going to explain
it. Please help me with this matter. Following is what i want to b
done.

i'm doing a web site which has several items (which suppos to b links)
listed one after one.

When u click on each item, there is a description to b appeared over
the page. What i want is, this description page (or rather a box)
should appear over the excisting details of the page, and also i want a
close button (something like this to click >>> CLOSE [X] ) on it too.

This shouldn't b another (pop-up) window, but some kind of a box which
come on top of the page, and on a possition a give.

i would b appreciate If anybody can help me with this issue.

Thanks a lot...!!! :)


U sd uz divz w/ btns nm, pzsnd w/ JS, dnimg whr znclk cls uh fnshn zt hyds z
div.

--
Jkm Brn
Dec 12 '05 #4
"Joakim Braun" <jo**********@j fbraun.removeth is.com> skrev i meddelandet
news:mj******** ********@nntpse rver.swip.net.. .
<sr******@gmail .com> skrev i meddelandet
news:11******** **************@ g14g2000cwa.goo glegroups.com.. .
I want to do something, but i dont know how clear i'm going to explain
it. Please help me with this matter. Following is what i want to b
done.

i'm doing a web site which has several items (which suppos to b links)
listed one after one.

When u click on each item, there is a description to b appeared over
the page. What i want is, this description page (or rather a box)
should appear over the excisting details of the page, and also i want a
close button (something like this to click >>> CLOSE [X] ) on it too.

This shouldn't b another (pop-up) window, but some kind of a box which
come on top of the page, and on a possition a give.

i would b appreciate If anybody can help me with this issue.

Thanks a lot...!!! :)
U sd uz divz w/ btns nm, pzsnd w/ JS, dnimg whr znclk cls uh fnshn zt hyds

z div.

--
Jkm Brn


Sorry, it seems my "Latin small letter S with caron" and "Latin small letter
Z with caron"s were mangled. Hope I get the mng acrs nywa.

--
Joakim Braun
Dec 12 '05 #5

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

Similar topics

6
22251
by: Zhang Weiwu | last post by:
Hello. I am working with a php software project, in it (www.egroupware.org) Chinese simplified locate is "zh" while Traditional Chinese "tw". I wish to send correct language attribute in http header, I found "zh" is not standard. I found this line in apache2's default httpd.conf # Simplified Chinese (zh-CN) AddLanguage zh-CN .zh-cn
11
2524
by: modemer | last post by:
If I define the following codes: void f(const MyClass & in) {cout << "f(const)\n";} void f(MyClass in) {cout<<"f()\n";} MyClass myclass; f(myclass); Compiler complain that it can't find the best match. Anyone could give a detail explanation in theory? Which one is good?
3
29520
by: Vlki | last post by:
Hello, I can't find a way to send printer specific language codes to printer. Part of my code : String sString = "B50,0,0,3,1,2,50,B," + "12345678901234567890"; Font fFont = new Font("Arial", 16); SolidBrush bBrush = new SolidBrush(Color.Black); PointF pPoint = new PointF(150.0F, 150.0F); ev.Graphics.DrawString(sString, fFont, bBrush, pPoint);
1
2622
by: Bruce | last post by:
Hi, there, I meet a problem about comboBox binding. -------------------- Database: Northwind Tables: 1) Products 2) Categories I create a form (named "form1") to edit the record from Products table.
3
8524
by: Billy Smith | last post by:
I'm trying to write a little utility that will write some binary data to a file via a javascript and Windows Script Host under Windows XP. The only way to do this that I can find is to convert the binary data to text via String.fromCharCode() function and then write to the file with TextStream.Write(). But that function gives an "invalid parameter" error message when I try to write some ASCII codes to the file. I could understand if...
7
4607
by: John Nagle | last post by:
I've been parsing existing HTML with BeautifulSoup, and occasionally hit content which has something like "Design & Advertising", that is, an "&" instead of an "&amp;". Is there some way I can get BeautifulSoup to clean those up? There are various parsing options related to "&" handling, but none of them seem to do quite the right thing. If I write the BeautifulSoup parse tree back out with "prettify", the loose "&" is still in there. So...
4
2168
by: Andy Dingley | last post by:
Can anyone please suggest (ideally with references) what the language codes or tags (ISO or IETF) ought to be to represent: * English, as spoken in Northern Ireland (by either or both communities) * Ulster Scots Thanks.
1
4348
George Lft
by: George Lft | last post by:
ok, first of all, i built my register page using dreamweaver tool which the codes haven been out of control. Now i'm thinking that turning over everything - by using this another set of codes. And these new sets of codes have overwhelmed me a bit. Here's the new code: CREATE TABLE `users` ( `ID` int(11) NOT NULL auto_increment, `Username` varchar(255) NOT NULL, `Password` varchar(255) NOT NULL, `Temp_pass` varchar(55)...
3
7998
by: jake | last post by:
I am new to xml. I have a routine that parses xml files using a regular XmlReader class. Unfortunately, the XmlReader chokes (throws an exception) on character codes such as "&Eacute;". I resorted to streaming the file first and replacing all the character codes with their corresponding characters (copying the file while replacing character codes at the same time) just to get things going. In the case of &Eacute; I replaced it with...
0
8319
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8837
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8739
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7347
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6175
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5638
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4329
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1732
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.