User Profile

Collapse

Profile Sidebar

Collapse
pavanpvss
pavanpvss
Last Activity: Apr 29 '08, 01:56 PM
Joined: Apr 16 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hi,
    Thanks for ur reply.I have tried the regular expression which i have commented, and also tried to use it, but it has not worked. I am giving u the html code which is as follows:
    [html]
    <html>
    <head>
    <title>Locati on Master</title>
    <link rel="stylesheet " type="text/css" href="http://10.202.1.24/css/Scheduler.css"/>
    <script type="text/javascript">...
    See more | Go to post
    Last edited by gits; Apr 29 '08, 03:28 PM. Reason: fix code tags

    Leave a comment:


  • doubt in executing a function: alert box appears twice instead of once

    hi ,
    I have written a javascript function like this.

    [CODE=javascript] function call(frm)
    {
    var loc_name = document.frm.lo ca.value;
    //alert('<'+loc_n ame+'>');
    //var objRegExp = /^(\s*)(\b[\w\W]*)/;
    //if(objRegExp.te st(loc_name)) {
    //alert("got it");
    //loc_name = loc_name.replac e(objRegExp, '$2'); }

    if(loc_name=='' || loc_name=='...
    See more | Go to post
    Last edited by acoder; Apr 29 '08, 01:34 PM. Reason: Added code tags

  • pavanpvss
    started a topic removing spaces from a string

    removing spaces from a string

    hi,
    can anybody tell me a javascript regular expression which removes spaces in a string? I am catching a value in a javascript function which contains space.For example ' pavan kumar' or 'pavan kumar '
    I need only to remove before or after space. The space between pavan and kumar should be as it is. Could anybody help me?

    Thanks,
    pavan
    See more | Go to post

  • pavanpvss
    replied to Options in css
    dear deadth,
    Actually i have developed a screen.outside the table on the top of a screen i have given a text which is in another table. I have given
    text-decoration: blink option, so the text is blinking. I am asking whether there is an option like text-decoration : scroll so that the text, which is a hyperlink scrolls from left to right. Ofcourse we have <marquee direction>
    option in html. But i am...
    See more | Go to post

    Leave a comment:


  • pavanpvss
    replied to doubt about main function
    in Java
    Dear friend,
    Actually public in psvm(String args[]) means that the main function in the program is accesible to every other function, outside the file in which main is written, void means the one that does not return anything,main is the function name thru which java program starts executing and String is the class name. I know little about static. In java the method or variables whose names start with static, are stored in Ram while non...
    See more | Go to post

    Leave a comment:


  • pavanpvss
    replied to On modperl
    in Perl
    OK my friend i do agree you, but try to make your doubt straightforward and clear.That is my sincere advice to you....
    See more | Go to post

    Leave a comment:


  • pavanpvss
    started a topic doubt about main function
    in Java

    doubt about main function

    hi,
    can anybody tell me the meaning of public static void main(Strin args[])?
    can you please explain the meaning of each term?
    See more | Go to post

  • pavanpvss
    replied to On modperl
    in Perl
    friend make your question clear .
    See more | Go to post
    Last edited by pavanpvss; Apr 24 '08, 12:31 PM. Reason: n

    Leave a comment:


  • pavanpvss
    started a topic Options in css

    Options in css

    hi,
    Could anybody tell me how to get scrolling option to a text in css?
    See more | Go to post
No activity results to display
Show More
Working...