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...
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.