![]() |
|
Welcome to the Onirbaan Adda forum. You are currently viewing Onirbaan Adda as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! Please note: You must activate your account after you have submitted the registration form by loging into your email account. Check your junk mail folder If you can't find the activation email in your inbox. If you are unable to locate the activation email you can enter you email address here to get the activation code sent to you again. |
| Latest Anouncement: |
|
|||||||
| Bhasha, Itihash, Shikkha O shongskriti Discussion on Language, Culture and education. |
Members currently using Onirbaan Chat: 0
|
|
![]() |
No one is currently using the chat. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||||
|
|
|
||||
|
|
||||||
| Last Update: None |
Rating:
|
|||||
|
|
|||||
|
#2
|
||||
|
||||
|
Re: document of declaration of independance
Apod bhalo ekta jinish diyecho.. ami M R Akhtar Mukul er "Aami Bijoy Dekhechi" theke nicher tuku tule dhorlam... This announcement made on 27th of March,1971 from “Biplobi Shadhin Bangla Betarkendro, Kalurghat, Chittagong” on behalf of Sheikh Mujibur Rahman by Major Ziaur Rahman.
“The Government of the Sovereign State of Bangladesh. On behalf of our Great Leader, the Supreme Commander of Bangladesh Sheikh Mujibur Rahman, we hereby proclaim the independence of Bangladesh. And that the Government headed by Sheikh Mujibur Rahman has already been formed. It is further proclaimed that Sheikh Mujibur Rahman is the sole leader of the elected representatives of Seventy Five Million People of Bangladesh, and the Government headed by him is the only legitimate government of the people of the independent sovereign State of Bangladesh, which is legally and constitutionally formed, and is worthy of being recognized by all the governments of the World. I therefore, appeal on behalf of our Great Leader Sheikh Mujibur Rahman to the Governments of all the democratic countries of the World, specially the Big Powers and the neighboring countries to recognize the legal government of Bangladesh and take effective steps to stop immediately the awful genocide that has been carried on by the army of occupation from Pakistan. The guiding principle of the new state will be first neutrality, second peace and third friendship to all and enmity to one. May Allah help us. Joy Bangla.”
__________________
Every thing that has a beginning, Has an End.... ![]() |
|
#3
|
||||
|
||||
|
Document of declaration of independance
HiI intend to write the software requirement document on this project.Could you please inform me if there is somebody else who has already done itThank you in advance
|
|
#4
|
||||
|
||||
|
Document of declaration of independance
Yes, I tried it with the "</scr""ipt>", and it does open a new wwindow. But the document.referrer part still gives a blank.
So what I get is This document referred to by: What gives? |
|
#5
|
||||
|
||||
|
Document of declaration of independance
: Konqueror KDE document.all , Galeon gnome, :?:
![]() |
|
#6
|
||||
|
||||
|
Document of declaration of independance
Hi all,I know this is totally off-topic, but I didnt wanna put it in the chat thread as it might pass unnoticed.Im curious if youre familiar with any type of software which identifies the text in a scanned document. Many years ago, I used an application called Abbyy FineReader - but that was long ago, and I wouldnt know what else was developed in the area.Strangely Google didnt return as many results as I expected maybe I didnt use the right key words for the search. Im gonna test a couple, but just wanted to double check if anybody here would have sth to recommend from experience.
|
|
#7
|
||||
|
||||
|
Document of declaration of independance
Aye could just use Word, but would be sweet if there was a document with a pattern to follow in regards of writing units their stats down, and spell and special rules etc.
|
|
#8
|
||||
|
||||
|
Document of declaration of independance
:<html><head><script>function filltext document.all.textdst.innerHTML = document.textsrc.body.outerText;</script></head><body onload="filltext"><object id="textsrc" type="text/plain" data="text.txt" style="display: none;"></object><table border="1"> <tr> <td>This is a text from "text.txt" file:</td> </tr> <tr> <td id="textdst"> </td> </tr></table></body></html>
|
|
#9
|
||||
|
||||
|
Document of declaration of indepen
OK, then hereby we choose the structure as put on the Wiki as standard.EDIT: the Design Document has been submitted to the SVN server.
|
|
#10
|
||||
|
||||
|
Document of declaration of indepen
Так это совсем разные задачи. innerHTML меняет содержимое объекта. Тебе проще создать этот инпут, но указать ему в стиле display: none; а при нажатии на кнопку сменить стиль на display: block;примерный код функции myfunc:Код:document.getElementByIdmyInput.style.di splay = "block"; а вот тот невидимый инпут:Код:
|
|
#11
|
||||
|
||||
|
Document of declaration of indepen
Так это совсем разные задачи. innerHTML меняет содержимое объекта. Тебе проще создать этот инпут, но указать ему в стиле display: none; а при нажатии на кнопку сменить стиль на display: block;примерный код функции myfunc:Код:document.getElementByIdmyInput.style.di splay = "block"; а вот тот невидимый инпут:Код:
|
|
#12
|
||||
|
||||
|
Document of declaration of indepen
Так это совсем разные задачи. innerHTML меняет содержимое объекта. Тебе проще создать этот инпут, но указать ему в стиле display: none; а при нажатии на кнопку сменить стиль на display: block;примерный код функции myfunc:Код:document.getElementByIdmyInput.style.di splay = "block"; а вот тот невидимый инпут:Код:
|
|
#13
|
||||
|
||||
|
Document of declaration of indepen
Так это совсем разные задачи. innerHTML меняет содержимое объекта. Тебе проще создать этот инпут, но указать ему в стиле display: none; а при нажатии на кнопку сменить стиль на display: block;
примерный код функции myfunc: Код:document.getElementByIdmyInput.style.disp lay = "block"; а вот тот невидимый инпут: Код:<input type=text size=15 id="myInput" style="display: none;"> |
|
#14
|
||||
|
||||
|
Document of declaration of indepen
Так это совсем разные задачи. innerHTML меняет содержимое объекта. Тебе проще создать этот инпут, но указать ему в стиле display: none; а при нажатии на кнопку сменить стиль на display: block;примерный код функции myfunc:Код:document.getElementByIdmyInput.style.di splay = "block"; а вот тот невидимый инпут:Код:
|
|
#15
|
||||
|
||||
|
Document of declaration of independance
I personally dont use excel, though I do have it. There should be a way for you to post it as a blank document that can be downloaded. I was going to design a form myself, but if someone such as yourself already have one I would be curious to see it.
Troy
__________________
daily motivation |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|