Thank You
Thanks a lot for your prompt reply....this code is working now!!!
User Profile
Collapse
-
Problem with '&' (ampersand) in Send() function
I am using POST method in Ajax. I have to send a number of items through POST.
So I am creating a variable like this :
[CODE=javascript]
params += "name="+documen t.getElementByI d(name').value+ "&";
params +="email="+docu ment.getElement ById('email').v alue+"&";
params +="message="+do cument.getEleme ntById('message ').value+"&";
----------... -
-
TextArea not working in FCKeditor
Hi,
I am using FckEditor.It works well.But the problem is that when I insert a "textarea" using source edit,the FCK editor not showing the elements after the textarea.Is this because this textarea is inside the main fckeditor textarea which replace the content.So the textarea inside closes,the main textarea get closed.Is there any method to use text area in FCKEditor?
Thanks & Regards,
AMT -
Yes, I mean that my multi select box has a number of entries. By default all options are selected. I want to make it as read only, so that after clicking on these items nothing should happen. All the items should be in the selected format....Leave a comment:
-
Make Multiple select box read only
Hi,
I have a multiple select box. By default all entries in that is selected. I want to make it as read only. I have tested with 'readonly' and 'readonly=true' both are not working. What I have to do? My code is as follows,
[html]
<select style='width:17 7px;border:1px solid black;backgroun d:none;' name='Test[]' id='Test' size='10' multiple readonly>
[/html]
AMT -
Go to next tab index using JS
Hi,
I have a number of text boxes with tab index. I want to go through these text boxes on key press. So how can I proceed to next tab indexed element using js?
Thanx in advance,
AMT -
Don't want to put internal link in flash,instead want to use external link using a href...is it possible?Leave a comment:
-
a href in Flash
Hi,
Where should I put a href in flash,My code is below.
Code:<a href="http://www.google.com"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="160px" height="600px"> <param name="movie" value="/uploads/flash/preloader_basic.swf">
-
-
Mail sending problem
I am sending mail using the below code]
[code=php]
$to = "rosh@yahoo.com ";
$subject = "test mail";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From:<rosh@gma il.com>";
$mail_sent = mail($to,$subje ct ,$msg,$headers) ;... -
-
I have a line in html like <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is this the problem?Leave a comment:
-
I am using two servers,One show it correctly the problem is for the other server,how this happen in same browser?Leave a comment:
-
The code is alert("Bitte geben Sie einen Dateinamen für den Artikel an.");show some other character in the place of "ü"Leave a comment:
-
-
Umlauts issue
Hi,
The german characters like ä,ö,ß etc are not displaying correctily in browsers,instea d it shows ?.
Regards,
AMT -
Flash Onclick
Hi,
I am using a javascript event of onclick for flash
<div id="banner_sky " onclick="LogBan nerClicks('bann erId_sky')">Fla sh Path (flash comes here)</div>
but the function LogBannerClicks () is not invoking while clicking on the flash image;
Regards,
AMT -
Flash issue
I am using a javascript event of onclick for flash in div
<div id="banner_sky " onclick="LogBan nerClicks('bann erId_sky')">Fla sh Path (flash comes here)</div>
but the function LogBannerClicks () is not invoking while clicking on the flash image;
Regards,
AMT IndiaLeave a comment:
-
javascript onClick of Flash
I am using a javascript event of onclick for flash
<div id="banner_sky " onclick="LogBan nerClicks('bann erId_sky')">Fla sh Path (flash comes here)</div>
but the function LogBannerClicks () is not invoking while clicking on the flash image;
Regards,
AMT India
No activity results to display
Show More
Leave a comment: