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...
User Profile
Collapse
-
cross domain communication on enter key press
-
pankaj17 replied to is it possible to communicate with another domain javascript function using ajaxin Javascriptthe 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........... .. -
pankaj17 started a topic is it possible to communicate with another domain javascript function using ajaxin Javascriptis 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... -
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>
-
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); -
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)....Leave a comment:
-
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);
No activity results to display
Show More
Leave a comment: