User Profile

Collapse

Profile Sidebar

Collapse
pankaj17
pankaj17
Last Activity: Jan 9 '09, 12:51 PM
Joined: Nov 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cross domain communication on enter key press

    hello ,

    Cross-Domain Communication Between IFrames

    in this script they have included 2 iframes. parent can send a message to both iframes and frames can send massage to each other.

    they have called the function at particular event . I don't want to call the function at particular event.(they have sent the message at button (sentbtn) click event) .


    in My example i have 2 or more text box these...
    See more | Go to post

  • the two frames can communicate with each other by using fragment identifiers (the hash part of an URL, like http:// some.domain.com/path/to/page.html#fragm entIdentifier).

    some thing like that is possible using ajax please let me know........... ..
    See more | Go to post

    Leave a comment:


  • is it possible to communicate with another domain javascript function using ajax

    hello,

    Is it possible to communicate with another domain javascript function using ajax.
    Suppose i have a iframe and domain is different and in the iframe i have some links. If user clicks on that link i want to call javascript function written in main page (not in iframe). is this possible using ajax to call the java script function of another domain.
    if possible please tell me the example.
    if not please tell...
    See more | Go to post

  • how to find out the size(height and width) of frame in iframe

    hello,

    I want to find out the height and width of right frame in iframe that is included in left frame.

    main.html
    Code:
    <html>
    <frameset cols="15%, *" id="fs1">
    <frame src="left.html" name="left" frameborder="1" id=leftId >
    <frame src="right.html" name="right" frameborder="1" id=rightId>
    ...
    See more | Go to post

  • pankaj17
    started a topic Problem is not solved yet (Re:-prepare stmt)

    Problem is not solved yet (Re:-prepare stmt)

    hello everyone,

    MYSQL query ............

    how to set prepare stmt result in variable

    i have written prepare stmt in store procedure and i want to set result of prepare stmt in variable

    Code:
      CREATE PROCEDURE `sp_countrows`(in_table_name varchar(30))
      READS SQL DATA
      BEGIN
      SET @s = CONCAT('SELECT sum(QuotaUsage) AS "', in_table_name, '(SUM)" FROM ', in_table_name);
    ...
    See more | Go to post

  • pankaj17
    replied to how to set result of prepare stmt (MYSQL)
    can u explain me with example. I haven't used the cursor yet.
    I am new in mysql.
    so please tell me with example how to get the prepare stmt result using cursor........

    I have seen example of cursor in mysql site. but they haven't used the prepare stmt.

    i am passing table name as a parameter to procedure because the tables are generated dynamically after every month (that kind of script is written on linux OS)....
    See more | Go to post

    Leave a comment:


  • pankaj17
    started a topic how to set result of prepare stmt (MYSQL)

    how to set result of prepare stmt (MYSQL)

    hello everyone,

    MYSQL query ............

    how to set prepare stmt result in variable

    i have written prepare stmt in store procedure and i want to set result of prepare stmt in variable

    Code:
    CREATE PROCEDURE `sp_countrows`(in_table_name varchar(30))
    READS SQL DATA
    BEGIN
    SET @s = CONCAT('SELECT sum(QuotaUsage) AS "', in_table_name, '(SUM)" FROM ', in_table_name);
    ...
    See more | Go to post
No activity results to display
Show More
Working...