sorry i forgot to declare mainimage
here's the code :
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function changeImage(filename)
{
mainimage.src =filename;
// where is there anything called "mainimage"??
}
</script>
</head>
<body>
<IMG class=image1 height=506 align="right"...
I have problem in firefox,my code works in IE...
here's my code:
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
function changeImage(filename)
{
mainimage.src =filename;
}
</script>
</head>
<body>
<a href="javascript:changeImage('includes/images/fotoproduk/CRJ624.jpg')"><img...
when i want to upload .sdf file in emulator to the PC, I got "Access to the database file is not allowed"..
But I have no ideas for this error, please can help me??
thanks for advance
after the inserted have fixed,i find the next problem...
how to syncronize between a server database and a SQL Compact database on a Windows Mobile 6 device???
anybody help me?I'm very newbie of this..
thanks for advance...
please help me,
i have coding like :
try
{
SqlCeConnection connectionstring = new SqlCeConnection(@"Data Source=" + (System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase) + "\\barang.sdf;Persist Security Info=False;"))...
I have problem with update..
I have lay out form like this :
checkbox custname percentage
1 custA 20
2 custB 20
3 custC 20
4 custD 20
5 custE 20
i want to update percentage,in...
I already use refresh field but doesn't work,there isn't field in data set..
My store procedure like :
STORE PROCEDURE [dbo].[sp_cast]
@userid char(50),
@cpny char(3),
@PBegin datetime,
@PEnd datetime,
@jenis char(10)
AS
BEGIN
sets from
SET NOCOUNT ON;
DECLARE @jmlRequest int,
@bln...
I using stored procedure in my report..but why i did't find any field in it??
so i can't create report table without field in dataset(stored procedure)
please help..
Thanks for reply Shab,
I already using excel,but not found gauge indicator..
If i using sharepoint,sharepoint must be install in the server??
thanks to you..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.