User Profile

Collapse

Profile Sidebar

Collapse
Rsmastermind
Rsmastermind
Last Activity: Jan 11 '09, 06:46 PM
Joined: Sep 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • After running the page on server it will get converted in HTML right click and view source look at the Id of the hidden field which you want to use.Now with the same Id use it in the javascript programming .If you face any problem post it .
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to Batch programming using SET
    set is a command to set dynamically the environment variables but its scope is only till the current cmd is opened as soon as cmd is closed its scope will be lost.
    Be carefull -D is used to define the system property in case of virtual machine.
    But here it doesn't seems so please look into the use of set command .
    See more | Go to post

    Leave a comment:


  • Yes It was a great conversation but now I had checked the problem it was that just behind the CD writer there is a place to set the jumper in the master slave.But it was not now we had done that.And one more observation.If anyone PC asking for repair and it is getting restarted then it means the hard drive is corrupted.You have to change it.
    See more | Go to post

    Leave a comment:


  • The best way of doin it for you as you want only one follow the steps:

    1)open the browser
    2)go to 'tools'
    3)Internet options
    4)Look in the general tab
    5)the 1st option will be of Home page and there will be option of address:
    6)Type the address there and click 'use current' button.
    Whenver the browser will open it will open the site which you have set.
    See more | Go to post

    Leave a comment:


  • Can you please post that special string which you want to insert.And exactly what is the script you are running.
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to Onmouseover
    The iframe is one of the child window of the window where you bind that Listner so it will not work in that case.

    The browser treat an ifrme as a separate window.So please think about this.Then you will sure find the solution to this case.
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to confirm box
    Take a variable in the function abc like this:
    Code:
    function abc(){
    var answer=confirm("Do you want to proceed");
    if(answer){
    Do whatever you like here in this way you can handle the confirm
    }
    
    else{
    }
    
    }
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    started a topic Unable to Either Boot the System or Format.

    Unable to Either Boot the System or Format.

    Hi friends one of my friend is using an old PC
    Its configuration is 128Mb RAM.30 Gb HDD.CD writer OS WIndows 2000.

    Now he wants to install windows Xp but the problem is that he is unable to boot the system.It is showing that C:\Windows\Syst em32\Config\syt em file is corrupted to repair press r but after pressing r it again restarts and prompt the same.

    It is not booting from the CD.Not even trying.I checked the...
    See more | Go to post

  • He is talking about the Netmeeting Software that is compatible with Windows.
    Not IM or IRC.

    For file transfer, click "transfer files." On "file transfer" dialog box click "add file" and select the file you want to send. The next process is similar to chat. Click on the person or persons you want to send file. Click on the "send file" once you have made your selection. To share files, click...
    See more | Go to post

    Leave a comment:


  • It might be the problem which page you are looking if there is script related problem on the page then you usually get what is said by you.But there could be one more possibility that in internet settings you have not eanbled the java related things or javascript related things.But this is having less possibility.


    You try logging now I think if they will remove the javascript problem in their server then you will able to view...
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to Audio Driver Needed
    Hi friend If you have the product name or any thing related with the model no.
    or model type.Search on net for the driver download on the dell website with the product name or whatever the information you had.

    Like in your case you have the model no. just go on the site of dell and search for the sound driver.Download it and just double click it will be automattically installed and you will find the sound .

    For...
    See more | Go to post

    Leave a comment:


  • Hi friend you need not to do so many things.The text box you want as optional you need to add few things.

    [HTML]<input type="text" Id="myOptionalT extBox" name="myOptiona lTextBox" style="dispaly: none;" value="" />[/HTML]If you will write style="dispaly: none;" it will not display the textbox by default on the page

    Now second thing call this function on...
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to onmouseover in option
    Can you please tell me where you have found that the event onmouseover is not getting fired instead of onMouseOver event.The solution reason given by the acoder is correct....
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to list of date
    Please try to focus on your problem not that I need this in JSP with mssql in backend and javascript to do further .Rather you should ask solution for your problem.Like this is the code i am getting a bug what could be the solution and what is the problem then we can assist you.
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to onmouseover in option
    Sorry But I really do not understand the meaning of the line "onmouseove r commentd " What you want to do? is not telling your code instead that you want to use the events onmouseover and onmouseout.

    Basically these are two events on which you can call your functions but what is inside that function that we have to look .As these two handlers are supported by every browser so this is not the case of the your problem better...
    See more | Go to post

    Leave a comment:


  • Yes the solution provided by the acoder is much fine then using the document.write. So please use it insted of document.write You can also use inner.html for this purpose this will serve you better.
    See more | Go to post

    Leave a comment:


  • I had mentioned solution to this problem in the previous post.Please read that carefully.You are refreshing the parent later and closing the modal first .Do the reverse of it.First refresh the parent then at last write top.close this will work fine.
    See more | Go to post

    Leave a comment:


  • That is what you had done which could be done by including this in a html file.If you are writing like this you have to be more cautious .Suppose you need to call a function which is inside this or you need only the reference of the js file where you have kept some important function as done in prototype.Then you have to call the function where it is written to include this js file as you specified by document.write method.Also document.write can...
    See more | Go to post

    Leave a comment:


  • Rsmastermind
    replied to save changes in a shared workbook
    At first most Important

    There is option when you share the workbook that you are going to allow to share with read and write permission to other users if you will not check it then the workbook will be shared but only for read not for write .So Please check it.And I am sure that this is the only case which usually happens.



    Secondly,
    When you are working on an Excel workbook(file) Excel will create...
    See more | Go to post

    Leave a comment:


  • Hi friend
    can you please tell me what is gettijng done by window.dialogAr gument.

    As I can see in the above line you have close the Modal window and then tried to refresh the parent page.Which is not true.As as soon the Modal window is closed the function can not trace th parent of this window.

    Now do one thing instead of closing at the first close it in the last of the code
    and it is always safe to use...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...