Hi,
My laptop have had some problems the last couple of days. It just hangs, and I haft to do a hard restart. It often hangs right after boot, or during boot.
What I´ve discovered is that when I have my USB external drive plugged in, it works as a charm.
I´ve tried the following things:
-...
Hi,
I´m trying to link a excel document to a word document.
The problem is that I want to collect the document name in a field, which resideces in the Link. This works perfect one time, but the next time the field has disappeared and been replaced with the actual document name.
Ex Before:
{...
Hi. I´m having some problems with my network. I have connected an external and an Internal network.
I´m trying to make an route add from the internal machine, but all I get is network unreachable.
When I ping from the external machine to the internal machine, it works but not the other way...
Hi!
I have a problem. Im trying to do a "route add 10.1.3.4 193.0.2.4" but it just answers with "<b>network unreachable[/b]".
The computer I want to reach (10.1.3.4) is on an external network and is connect to the internal network with the gateway 193.0.2.4.
Here is the tricky part. The...
Hi.
I´m constructing a program in Flash (not important), and with this I use asp to write to an access database.
The scenario is this:
I´m sending some registration information to an database. The varables sent is name, date and city.
This works just great, but when I have done this...
Hi.
As I´m a decent flash-programmer g r a p h i c a l, i´m having problems with the coding-part.
I´m using this peace of code to start at timer.
_root.pausebutton._visible = 0;
//
function restartTimer() {
hours = "00";
minutes = "00";
seconds = "00"...
Hi. Got another problem boys & girls.
This time my connection to the Access database won´t close. I´ve tried everything..but nothing. The .swf and the dllhost.exe consumes all of my CPU and I have no clue what to do.
This is my .asp file:
<%
Set DataConn =...
Hi.
I´m building up a program which is to show different buttons depending on the condition.
Simple version:
If (Status1==true)
{
show true.jpg
}
else show false.jpg
Anyone got a clue about what I´m trying to do? :)
Thnxs
Where can I find a "javascript manual" page? A site where I can search for functions and more...
Something like this page http://www.vzio.com/function/search.asp .. but made for javascript.
Hi!
When should I chose to use Access database and when should I use MySQL? What is the differense between them?
I'm planning to run a "user databas" on my homepage. The database must be able to handle at least 2000 members. Should I use Access or MySQL or some other format?
I need to find out how many months a user has been a member to my site. When the user subscribe the date is posted to a database in this format: FormatDateTime(Now,2) (format in database is date/time)
My question is. How can I use the date from the database to find out how long it's been since...
Hi!
I'm having a database with usernames, which I need to present on a html page. I figured this could be done in a table with the RecSet method, but I can't seem to get it right.
My problem is that I want the usernames to show up in three different columns in a table. It is easy to get it...
Is it possible to set a percentage transparent backgroundcolor on a table. Something that can be compared to the "filter: alpha(opacity=85)" property in stylesheets. The reson that I want use tables is that I can't get the stylesheets to work in netscape.
Hi!
I'm a php newbee, trying to validate a phone number from a form. The following code is in the checknr.php file.
// check phone for validity
if (($PHONE_NO) || ($phone_no)) {
$phone_no = trim($phone_no);
if ($PHONE_NO)
$phone_no = trim($PHONE_NO);
if (!ereg("[0-9])"...
Hi.
I´ve written a small script which waits for a file to be created. When it finally is created it goes thru some treatment...and finally it´s deleted...and goes back to waiting mode...
The problem is that i´m using a "while"-loop....and it kicks my cpu-usage up to the top (of...
Hi.
I´m actually really poor at perl, but now I need some kind of program to solve at problem for me.
I have a file with following information:
/rankning.txt/
123456
1
234567
2
345678
3
And a database (access) with following apperance:
/users.mdb/
User | Rankning
123456
234567
345678...
To create a new member I'm using a form where the user should provide information such as username, password, email address and more.
This information must be compared to the current information in the database table, because I don't want a new user to register with same email address and...
Hi.
I´m looking for a script that sends a email after registration to the registrator´s email, which he has to open...and activate the account with a link...
Anyone know hos to do this?
Hi!
Members kan log in to my website using a form. The information from this form is sent to a checklogin.asp page, where username and password is confirmed. If login is successful I want the user to be redirected to another page.. members.asp, without pushing any buttons. The problem is that...
I'm trying to update my database. Look at this simple example.
<%
wonid_user = Session("username")
Uppdatera = "SELECT * FROM users WHERE username = "I want to know what to write here in order to get the value from wonid_user"
%>
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.