Search:

Type: Posts; User: starter

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,466

    Hi, There is one way to check whether the parent...

    Hi,
    There is one way to check whether the parent window is open or not, if u have opened the child window using window.open();

    In child window if u want to refer the parent window use...
  2. Replies
    2
    Views
    821

    Hi, This is something common in javascript but I...

    Hi,
    This is something common in javascript but I dont have an answer for this behaviour of javascript. We can overcome this problem as follows.
    instead of adding x=y.value+z.value
    do as...
  3. Replies
    1
    Views
    490

    Hi ej, Why not make use of global array and get...

    Hi ej,
    Why not make use of global array and get it done.
    I have done a small code for u and hope this should do
    <html>
    <head>
    <script>
    g_win2 = new Array();
    function f1()
    {...
  4. Replies
    9
    Views
    641

    Hi adog, Ur note say's "without using global...

    Hi adog,
    Ur note say's "without using global variable", where as ur example is using the global variable.
    Assuming it is not a global variable, Is it possible to use this across the functions?
    As...
  5. Replies
    9
    Views
    641

    Hi ej, I hope this code should do for u. thanks...

    Hi ej,
    I hope this code should do for u.
    thanks
    starter


    <html>
    <head>
    <script>
    var g_win2="";
  6. Replies
    9
    Views
    641

    Hi, Dude and Areilla, It worked well and to use...

    Hi,
    Dude and Areilla, It worked well and to use the window handler across two function, I made use of global variable.
    thanks
    starter
  7. Replies
    9
    Views
    641

    Hi, I have two buttons on a parent window, On...

    Hi,
    I have two buttons on a parent window, On clicking the first button I should open a child window(this part is done). On clicking the second button I need an alert box which say's whether the...
  8. Replies
    4
    Views
    1,235

    Hi guy's, Thanks a lot. Im taking the number of...

    Hi guy's,
    Thanks a lot. Im taking the number of digits of the precision and doing the math.
    thanks
    starter
  9. Replies
    4
    Views
    1,235

    Hi, I want to accept two numbers as input and...

    Hi,
    I want to accept two numbers as input and display the product of these two numbers in an alert box. I have written a small code for this and works but not for all numbers....
  10. Replies
    3
    Views
    683

    Hi, Thanks for ur solution Adog but I would be...

    Hi,
    Thanks for ur solution Adog but I would be very happy to know whether it is possible to do the job with javascript prompt or not.
    thanks
    starter
  11. Replies
    15
    Views
    846

    Hi, This may look weird but I'm completely new...

    Hi,
    This may look weird but I'm completely new to javascript and just resolved the same problem for my project. All u have to do is call ur function as below.
    onClick="return DispMessage();"
    Dont...
  12. Replies
    3
    Views
    683

    Hi, Is it possible to hide the value that is...

    Hi,
    Is it possible to hide the value that is being typed in javascript prompt say similar to password effect. I knew this could be overcome by creating our own prompts using new window but would be...
  13. Disabling browser back, forward and stop butttons

    Hi,
    We r using WAS with pl/sql cartridge to generate web pages, our project has almost reached it's final stages and now they have come out with an additional requirement. Which is proving to be a...
  14. Thread: prompt

    by starter
    Replies
    2
    Views
    880

    prompt

    Very sorry if this happens to be a very basic question, Im a fresher to javascript. please help me out.
    Whenever I make use of prompt, I get "JavaScript Prompt:" in the prompt window (atleast in...
Results 1 to 14 of 14