
Search In
Hi All,
Here is quick way to get query string value in javascript:
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results
Using Vuforia we can scan any label and image from cloud database of Vuforia.
You need to create free developer account there and then you can create your own application.
Then you can create your database in develop tab where you have 2 part
While entering the URL of my website, I’m getting the URL back but with added query strings.
I have tried disallowing the robots.txt file as Disallow: /*? and received a message stating:
‘A description for this result is
In the previous part, Java Interview Questions and Answers Part I and Java Interview Coding problems for Freshers- Part II, we have explained some basic questions of Java. This part is in continuation with the previous Java Interview Questions and An
Example of Stored Procedure using INOUT mode parameter:
INOUT mode is used when you pass and want to get the result using same parameter. Using INOUT mode parameter we can pass the argument to the Stored Procedure and also can get the result with th
Hi,
My code working in my locahost wamp server. But if I uploaded it to my hosting server it's not working.
Please give solution. Or reason for this problem. Thanks
Here is my code :
<?php
session_start();
if(!isset($_GET['subm
Can you tell me why this isn't working with comparing numbers?? All assistance is truly & greatly appreciated.
function init(){
var a = document.getElementById("a").value;
var b = document.getElementById("b").value;
var compare = do
Ajax Calls in ASP.NET
For removing postback in web page you use
1 Update Panels
Update Panels are used when there is partial postback of page can happen.
2 Ajax Calls
If you want to minimize postbacks to the extent Ajax calls are used.
F
To get small image in product module first inherit the product.product object in product module and add one fields like image_small and write the fucntion _get_image in your own module in openerp.
for example you can use the below fucntion in .py fil
To display a random entry from a MySQL database we need to use a MySQL function rand(). To display the entry from MySQL database in PHP following script is used:
<?php
//connect to server with username and password,
$connection = mysql_connect ("
