User Profile

Collapse

Profile Sidebar

Collapse
destiny007
destiny007
Last Activity: Mar 20 '08, 08:00 AM
Joined: Feb 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • destiny007
    started a topic capture selected text from a page

    capture selected text from a page

    can any one help me to write code to capture selected text from a page but problem is that i am not able to decide where to call the functio.in this case the function is called in all cases of mouse out.

    here is the code

    [HTML]<html>
    <HEAD>
    <SCRIPT LANGUAGE="JavaS cript">
    var captured = "";
    function captext()
    {
    alert('You have selected'+ captured);...
    See more | Go to post
    Last edited by gits; Mar 19 '08, 06:22 PM. Reason: added code tags

  • destiny007
    started a topic Nearest 2d coordinates
    in C

    Nearest 2d coordinates

    Hi,

    Can anyone help me to write code for finding nearest coordinates from aset of coordinates.
    See more | Go to post

  • destiny007
    replied to pop up once
    Thanks a lot...! :)
    See more | Go to post

    Leave a comment:


  • destiny007
    replied to pop up once
    Thanks alot...!

    its working now.:)
    See more | Go to post

    Leave a comment:


  • destiny007
    replied to pop up once
    its still not working ...can you please rectify the errors.

    here is the code

    [HTML]<html>
    <head>
    <script type="text/javascript">
    var run=0;
    function abc()
    {
    if(run==0)
    {
    var wind1=null;
    var tmp=null;
    wind1 = window.open('', 'displayWindow' , 'width=400,heig ht=300,status=n o,toolbar=no,me nubar =no,scrollbars= no');
    wind1.document. write("<script>...
    See more | Go to post
    Last edited by gits; Feb 29 '08, 04:32 PM. Reason: added code tags

    Leave a comment:


  • destiny007
    replied to pop up once
    Thanks!

    Can you please help me to write the code for resetting the value on Clicking "cancel" or "save".

    I think its not working as its a global variable.


    Regards.
    See more | Go to post

    Leave a comment:


  • destiny007
    replied to pop up once
    Thanks alot..I tried it but after I am clicking cancel i am unable to get the popup again....
    See more | Go to post

    Leave a comment:


  • destiny007
    started a topic pop up once

    pop up once

    Hi,

    can any one help me to create the pop up only once. on clicking the text box

    [HTML]<html>
    <head>
    <script type="text/javascript">
    function abc()
    {
    var wind1=null;
    var tmp=null;
    wind1 = window.open('', 'displayWindow' , 'width=400,heig ht=300,status=n o,toolbar=no,me nubar =no,scrollbars= no');
    wind1.document. write("<script> function...
    See more | Go to post
    Last edited by gits; Feb 28 '08, 11:42 AM. Reason: added code tags
No activity results to display
Show More
Working...