i want to share a image,url and title to the facebook through my web sit
this is i used but i wannt to add a image to this code
how do i do that?
<a target="_blank" href="http://www.facebook.co m/share.php?u='+s ite_domain+'/index.php/events/listing/' + url + '&title=' + data.title + '" > <img alt="facebook" src="/assets/img/facebook.png" width="35px&q...
User Profile
Collapse
-
i want to copy to clipboard using javascript(not using flash)
i want to copy to clipboard using javascript(not using flash)
i don't want to use this ZeroClipboard.j s -
Killing a MySQL query during execution with PHP and AJAX
i want to Kill/stop a MySQL query during execution,when new MySQL query received .i have a map when i change the location it loads some events according to that changes.then i change several time it take more time to load. i want to second request comes before completing previous one(current sql query) ... I need to stop (kill) the mysql search and do the new request -
i have a geocompleted text field and i wanna validate it
i have a geocompleted text filed and i wanna validate it.user must selects a value from text field and user cant type the location... -
how Create sql like Query with dynamic
Code:ALTER PROCEDURE [dbo].[SelectResultAllDatails] AS BEGIN DECLARE @query nvarchar(max), @VALUE NVARCHAR(10) SET @VALUE = 'D013' SET @QUERY = 'select * from dbo.ResultsDetails where [Student Index] LIKE ''' + @VALUE + '%''' SELECT @query END GO
Last edited by Rabbit; Jun 29 '14, 07:21 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data. -
how to hide data row from datatable object
this is my code i want to remove the row of id "14" and "24"
...Code:foreach (DataRow d in dt.Rows) { if (d[4].ToString() == "14") { dt.rows.remove(); } else if (d[4].ToString() == "24") { dt.rows.remove();Last edited by Rabbit; Jun 1 '14, 06:39 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data. -
how to get the selected value from listbox using c# with asp.net
i want get the selected value from the listbox
this is my code
Label1.Text = ListBox1.Select edItem.ToString (); -
how to check the dob is less than the curent date
i want a create a table with DOB column and i want add a constraint to check the DOB less than the current date using dual table -
How to Connect the Sql Server with java using netbeans
i want to connect sql server with my java project but i have got error like this
com.microsoft.s qlserver.jdbc.S QLServerExcepti on: The port number 1433/tour_db is not valid.
this is my code:
Class.forName(" com.microsoft.s qlserver.jdbc.S QLServerDriver" );
Connection con=DriverManag er.getConnectio n("jdbc:sqlserv er://localhost:1433/tour_db"); -
how to get ms access 2007 auto increment id in java
i'm using the access db for this example.i want to get the last record auto increment id
...Code:package com.java2novice.jdbc; * import java.sql.*; * public class MyAutoGeneratedKeys { * public static void main(String a[]){ ******** Connection con = null; PreparedStatement pstmt = null; ResultSet rs = null; try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");Last edited by Rabbit; Feb 23 '14, 12:23 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data. -
thanks it working 100%........... thanks again. -
thank you... i try another way but there also a problem
i want to send multiple value to another page....this is worked for one value.but i want to send more parameters...ca n you help me
Code:function operation(name,email,pass){ var link = "second.jsp?name="+name; window.open(link); }Last edited by Rabbit; Feb 5 '14, 04:56 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.Leave a comment:
-
how to pass jsp value in using java script to another jsp
this is the my java script function
Code:function operation(){ var frm = document.getElementById("frm"); frm.action="second.jsp?n1="+<%=newname%>; } some jsp code <form name="frm" method="post"> <%=String newname=name[i]%> . . . </form>Last edited by Rabbit; Feb 5 '14, 04:56 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Leave a comment: