Try this:
Use this scipt in you <head> tags:
*********************************'
<script language="JavaScript">
<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops =...
I had the same problem.
Here's my code and it actually works! ;-)
The form-field "ToBBC" contained all the e-mail addresses seperated by a ","
******************************************************
<%@LANGUAGE="VBSCRIPT"%>
<%
varToEmailBBC =...
Is it possible to get the inverse tangent in Flash?
I know, that Math.tan(0.785) will result in 1, but what if I want to get the inverse tangent to 1?
How do I write that?
Greetings
rasmus
Are you sure?
The thing is:
It works if I test it local.. - you know from Explorer, where I open the HTML-file locally, but when I upload it and type in the URL (http:// etc.) it doesn't..
Could it be a server problem?
Greetings
Okay - here's the deal:
I'm trying to load some variables to a jsp-file from my Flash and I can't get it to work.
I works fine if i "getURL" but that's not what I want. I want to load the variables and use the response the jsp-file gives me and then use it in my Flash.
I'm using the...
Hi
I want to run an external script (a jsp-file) in my asp script.
That is; I have to send some variables to this site/script and then get a response which I will make my asp code respond to.
I only want to load the jsp-variables - not go to the site as I'm reloading my initial asp-file.
The...
Thanks, but it still works, but it doesn't help with the Netscape problem.
I can't link from the initial page to another with this script in Netscape.
Why is that?
Greetings
I use this tag in my body tag: onUnload="javascript:window.location.reload()"
that is:
<body onUnload="javascript:window.location.reload()">
I use it to get a cookie to work.
I only have the problem in Netscape Nav.
When I try to close the browser it gives me an error and...
Is there anyway to measure/get the cursor location in a form-textfield if I, for instance, want to place some text from another textfield in the the first textfield using javaScript?
That is... - If I want to place a line of text in the main textfield between (let's say) word 3 and 4 (the cursor...
Is it possible to load an external gif or jpeg into Flash?
What I mean is: It's possible to make your Flash-site dynamic using integration between ASP and Flash. But what if this includes images...? For example a new photo(jpeg) in a new article or something like that...
Is there anyway to to...
Thanks for the answers...
The problem was caused by a personal blunder blunder by myself. It's going in the end of the statement but i forgot to put it inside the sql.
Sometimes you just see yourself blind on something when it's right in front of you face - but thanks anyway!
This is what...
Yes:
Microsoft OLE DB Provider for ODBC Drivers error '80040e07'
[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
/marathon/resultspage3.asp, line 46
I'm not quite sure if it is the SQL that causes the fault, but I have a suspicion ;-)
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.