Hi All,
Iam geting values from mysql database and i want to show them side by side (for example, iam getting the 10 movies list, i can show them one by one) Now What exactly i need is, if i can...
Type: Posts; User: hemi; Keyword(s):
Hi All,
Iam geting values from mysql database and i want to show them side by side (for example, iam getting the 10 movies list, i can show them one by one) Now What exactly i need is, if i can...
well in ur code you are having two boxes one for selecting text and the other one for getting the output. What i want is instead of having two boxes why not our output displays in the first box...
ok, once see this editor
http://ckeditor.com/demo
here in this demo if u select some text and click on bold or italic or anything else u can see the changes there only but not bellow the...
Hi All,
can i have a javascript value to be stored in html.what exactly i need is suppose
iam declaring like this in JavaScript
var abc = " ";
function sample()
{
well, thanks for suggestion. This was really helpfull
what exactly i need is when i type something in textarea and select that and click on bold it is displaying in the textarea itself for example it is displaying like "my <b>name is Agent</b>" and...
thanks for u suggestion,
Actually iam doing a editor program where i can select my text and make it bold,italic,etc., My problem is that when i select something and click on Bold or Italic it is...
thnks for ur reply ,
iam doing desktop application so i want to place an icon relating to that.
hello All,
Iam doing a program in php.I completed it successfully now what i want is i want to make an icon for that application and when i click on that, it should open the application.Is this...
Hi All,
Can any one tell me how to add a div tag in javascript.
suppose my div tag is like this in normal html file
<div id=showDiv></div>
this div will contain some value iam getting in...
Hi All,
i want to know whether is there any possible way to place a div tag inside textarea
the below code works like, if i type something and click bold first it will display <b>some text...
//Continuation for the above JavaScript
this.openWindow = function(url, width, height) {
var x = (screen.width/2-width/2);
var y = (screen.height/2-height/2);
//This is JavaScript code for the above html file
function SimpleTextEditor(id, objectId) {
if (!id || !objectId) { alert("SimpleTextEditor.constructor(id, objectId) failed, two...
Hi All,
Iam doing an editor program. What all i need is, in my editor code there is an "iframe" tag. that is not supported in my browser . So instead of that i need to have any alternative. I...
thnks for that. It is working fine
Hi all,
with the bellow code iam able to run the code without any problem in mozilla but not in other .
---------------------------------------------------
<html>
<body>
<script...
hi,
iam working on ckeditor. my browser(android) does not support IFRAME so i dont(dont have another choice) want to use
MY problem is iam not able to get my cursor in the textarea due to...
Hi,
I want to create a mail server in php.
can you please suggest me any open source mail servers in php.
which should support these protocols
IMAP, POP, SMTP, WebDav (exchange)
I want to...
hi
iam writing code for sending sms (may be upto 30,000) i want to know wht all the applications i have to install on php server that allows my code to send sms to mobiles
hi,
can we do page zoom in javascript i searched in google but i did not find my requirement.
for example i want my text to slowly move from its place to center text at the same time the page...
thnks that is wht i exactly looking for.now when i click on the first time div ID1 will be triggered. can we perform any action from that means can i move tht div ID1 from one place to another...
well thnks for tht but wht i want is simillar to this but not the above one bcoz iwant that with my div tags preseent in my form for example
if my form contains three div tags and one next...
hi
is there a way to get randomly div id inorder.
wht i mean exactly is
suppose there r 3 div tags with id's 1,2,3 when i first click a button the first div id should be called in the...
hi
i got one doubt if we can change font size of a text dynamically
ex: if we give name as SACHIN TENDULKAR it should be shown as font size of some 40 or 60
and if we give another text as...
hi ,
can anyone tell me how to move a text to center of the page that means when i click on any text it should come to center of the page (the text can be left side top of the page or at the...