User Profile

Collapse

Profile Sidebar

Collapse
AMT India
AMT India
Last Activity: Dec 8 '08, 08:32 AM
Joined: Feb 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank You

    Thanks a lot for your prompt reply....this code is working now!!!
    See more | Go to post

    Leave a comment:


  • 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+"&";
    ----------...
    See more | Go to post

  • AMT India
    replied to TextArea not working in FCKeditor
    Can you please clarify?
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic TextArea not working in FCKeditor

    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
    See more | Go to post

  • AMT India
    replied to Make Multiple select box read only
    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....
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic Make Multiple select box read only

    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
    See more | Go to post

  • AMT India
    started a topic Go to next tab index using JS

    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
    See more | Go to post

  • AMT India
    replied to a href in Flash
    Don't want to put internal link in flash,instead want to use external link using a href...is it possible?
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic a href in Flash

    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">
    ...
    See more | Go to post

  • AMT India
    replied to Mail sending problem
    in PHP
    messge in html format
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic Mail sending problem
    in PHP

    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) ;...
    See more | Go to post

  • AMT India
    replied to Umlauts issue
    yes same page in both server
    See more | Go to post

    Leave a comment:


  • AMT India
    replied to Umlauts issue
    I have a line in html like <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is this the problem?
    See more | Go to post

    Leave a comment:


  • AMT India
    replied to Umlauts issue
    I am using two servers,One show it correctly the problem is for the other server,how this happen in same browser?
    See more | Go to post

    Leave a comment:


  • AMT India
    replied to Umlauts issue
    The code is alert("Bitte geben Sie einen Dateinamen für den Artikel an.");show some other character in the place of "ü"
    See more | Go to post

    Leave a comment:


  • AMT India
    replied to Umlauts issue
    in javascript alert messages and other messages
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic Umlauts issue

    Umlauts issue

    Hi,

    The german characters like ä,ö,ß etc are not displaying correctily in browsers,instea d it shows ?.

    Regards,
    AMT
    See more | Go to post

  • AMT India
    started a topic Flash Onclick

    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
    See more | Go to post

  • AMT India
    replied to javascript onClick of Flash
    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 India
    See more | Go to post

    Leave a comment:


  • AMT India
    started a topic javascript onClick of Flash

    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
    See more | Go to post
No activity results to display
Show More
Working...