I have developed a mobile portal and I need to have an "offline mode". To be more specific, I want to create all the pages for a user and upload it as a whole package to the pda, so that the user can browse the pages without being connected.
Can anyone tell me how I can achieve this...
zefir
This seems to work!!! I can´t thank you enough :-V
But I hope you won´t might me asking, I have a page that the users input data in the database is there a way to encode their input in this way.
Thank you
Christiana
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
I'm using Access 2000 to store my data and asp to display its contents to the web. My data are written in greek. When I display it on the web though they are replaced with questionmarks (?) and some latin characters. I don't have problem with the words I wrote directly on the page.
Does anyone...
Hi you all!
I'm using this way to call a JScript function which validates the form.
<form action="add.asp" method="post" name="Add" onsubmit="return Form_Validator(this)">
and here's the function
<script Language="JavaScript"><!--
function...
Hi you all!
I'm using this way to call a JScript function which validates the form.
<form action="add.asp" method="post" name="Add" onsubmit="return Form_Validator(this)">
and here's the function
<script Language="JavaScript"><!--
function...
You must put the radio button inside a form in file1.
Then other using "get" or "post" you can submit the form to the next file.
<form action="File2.asp" method="post" name="Form1">
You can access it from File2 using...
Try using something like this
mySQL="PARAMETERS currCatID IEEEDouble;
SELECT email
FROM experts
WHERE ID in (SELECT expertID
FROM catExp
WHERE CategoryID=" & currCatID) & ";"
if you want the variable treated as a string you should use...
I'm not increasing the autonumber. I just mentioned that the number I get returned is the one that it should be. If I have 200 records in my table then it returns 201. Then if I try to manually add to the DB the autonumber is 202.
I tried using...
Just wanted to add that the autonumber of WatermillID is increased as it is supposed to on the Webpage and in the Database too!!
What's going on? PLS HELP
This is the DSN I'm using:
myDSN="Provider=Microsoft.Jet.OLEDB.4.0;"
myDSN= myDSN & "Data Source="&server.mappath("Copy of watermill.mdb")&";"
I tried using
rs.AddNew...
I have the following code. Each time it returns the next number expected but it doesn't really add. Does anyone what the problem could be? I'm using MS Access.
dim conntemp
set conntemp=server.CreateObject("adodb.connection")
conntemp.Open myDSN
Dim rs
set...
I have 2 recordsets. The one gets all the possible values for an item(TypeOfItem)-rs and the other gets the actual value (ItemValue)-rs2.
I present all the possible values of this item in a checkbox like this:
<%rs.MoveFirst
while (NOT rs.EOF)%>
<input type="Checkbox"...
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.