Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~13.4K People Reached
Interests
photography
Member Avatar for sri.

i got a below eror on my windows-8 apps when i run this code //code <script src=" /lib/jquery-1.7.2.js"></script> <script src="/js/modcoder_excolor/jquery.modcoder.excolor.js"></script> $(document).ready(function () { $('#my_input').modcoder_excolor(); }); //eror SCRIPT28: Unhandled exception at line 5, column 1174 in ms-appx://fa516517-befe-47aa-89d8-5790abfd39df/lib/script.js 0x800c001c - JavaScript runtime error: Unable to add dynamic content. A script attempted to …

Member Avatar for Kevin_14
0
321
Member Avatar for sri.

Javascript string search string in array not working here is my code Mycode var array = ["foo","fool","cool","god",'searchstring']; var src_keyword=""; $("#search_str").click(function(){ src_keyword=$("#str_search").val(); find(array,src_keyword) }); function find(arr,src_keyword1) { var result = []; alert(src_keyword1); //src_keyword1="oo"; for (var i in arr) { var search = new RegExp(src_keyword1, "gi"); if (arr[i].match(search)) { alert(arr[i]) result.push(arr[i]); } …

Member Avatar for paulkd
0
343
Member Avatar for sri.

i am using php 5.4.3 I have this code: <?php $handle = printer_open(); printer_write($handle, "Text to print"); printer_close($handle); ?> when i run get below error message : Fatal error: Call to undefined function: printer_open()... What could be wrong?

Member Avatar for akgreen
0
6K
Member Avatar for sri.

hai everybody i have a social media connection in my pagewhenever click the share button the first screen you see is an **'Allow Access?**' screen with a button for **'Allow'** or **cancel** (link). How do I get such a screen to display for my page? thanks in advance.

Member Avatar for LastMitch
0
119
Member Avatar for sri.

how to print a web page using php code only ?is it possible are not ? i am using **php5.3.8 **version

Member Avatar for rajengg
0
428
Member Avatar for sri.

i am trying to load google.com in iframe but the iframe not loaded my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <iframe src="http://www.google.com" > </iframe> </body> </html>

Member Avatar for almostbob
0
85
Member Avatar for sri.
Member Avatar for sri.

i am learning oops concept now i am very confused in oops .Anybody tell me a simple examples for oops concepts

Member Avatar for rajengg
0
124
Member Avatar for sri.

i have a lot of mysql data (2 Lakhs data) how to collect data with in a seconds ? any idea thanks in advance

Member Avatar for diafol
0
252
Member Avatar for sri.

window.print method not working in ie browser **mycode:** <html> <head> <title>main</title> </head> <body> <h1>Pop & print</h1> <button onclick="pop();">Pop</button> <script type="text/javascript"> var POP; function pop() { POP = window.open('', '', 'width=350,height=350'); POP.document.write(" message content message content message content message content message content <br/>"+"<a href='JavaScript:window.close()' style='float:right;'>Close</a><a href='JavaScript:window.print()' style='float:left; text-decoration:none;'><input type='button' value='Print this …

Member Avatar for dany12
0
289
Member Avatar for sri.
Member Avatar for sri.
0
5K