Hello,
I'm building a website for a someone in php/mysql. He must be able to update the website himself but has no html knowledge. Normally in that case I use an online html editor where there is basic functionality to edit the text online. Problem with this customer is that he uses macintosh...
Thanks for your reply,
no it doesn't matter, but when it comes back out of the database it is displayed in the wrong format and that does matter.
regards, goagansha
Hello,
I'm having troubles with getting a date in the correct format in an accessdatabase. I live in europe and here we display dates like dd/mm/yyyy. I use the now function to get the current datetime and then convert it with this function:
Function ReturnDateFormat(strDate)
If isDate(strDate)...
Hi There,
Here is something that's way to weird for me to understand. I have a form for an emailtool on the website. I'm using dundas aspmail and upload component. Here on my local pc (iis on winxp) the whole thing works fine. As soon as I upload the page to a windows2003 server the weirdest...
Hi Glen,
Thanks for your answer but the problem isn't just occuring on my pc only, but every visitor is unable to open the ppt without saving it first.
The problem seems to me that either
the .ppt file isn't written to the cache, or it's deleted right after it is written to the cache.
It also...
Hi,
I'm running into a problem where I download a ppt presentation from a
web site. I get the usual dialog box giving me the option to "open", "save" or "cancel". However clicking "open" causes the dialog box to appear again, and clicking "open" once more causes powerpoint to launch with an...
Hi,
i'm trying to map my ejb to an exisitng mysql database.
I select the project and from the contextmenu I select
generate-> ejb to rdb mapping -> new backend folder -> meet in the middle.
I then fill in the right info to connect to the mysql database and click next. the connection is made...
hi,
use:
<![CDATA[Sally sells seashells
by the seashore]]>
Text in the cdata section will stay exactly the way you typed it. you can even use special characters like & <>
regards, goaganesha
I'm learning it on the windows platform but I'm also going to try the linux version later on. Don't know about a free learning version. I'm learning it in a course center where wsad is available.
As for the administration books these results came up when searching the ibm redbooks...
I also started learning EJB's and WSAD 2 months ago. These are the books I am currently using and in my case(I had already experience with J2SE, servlets, jsp and struts) they are just what I needed:
http://publib-b.boulder.ibm.com/cgi-bin/searchsite.cgi?query=sg246819...
Hi there,
Jsp pages are compiled in the "works" directory under tomcat. You should delete the files there if you have problems with old jsp's being loaded. Also If you change your code, you should always shutdown tomcat and restart it again to make shure all the new servlets are...
Don't think that is possible since when the server is down, it is also unable to run a script which will redirect to another page.
Why don't you put your website on the server to which you want to redirect as this server is more reliable anyway?
regards, goaganesha
Hi,
Just made you an example which does the trick.
You still need to fill in the action for the from and add a submitbutton in case value1 or value3 are selected.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta...
Hi there,
place this script between the head tags on your page which should do the redirecting:
<script language="JavaScript">
<!--
window.location.href="http://www.tek-tips.com";
-->
</script>
If you have to link to a page which is on the same server, use...
Hi,
you can set the _visible property of the movieclip to false as soon as the button is released.
something like:
on (release)
{
_root.yourmovieclip._visible =false;
//put the code to load the other movie here.
}
Make sure you also give the movieclip the same instancename in the...
If you give the first frame of each scene a label, you can use the gotoAndPlay method to jump to those frames and thereby jump from one scene to another.
Regards, goaganesha
problem solved:
All url variables are accessible in the movie like this:
<object>
<param name="movie" value="myswf.swf?<%=Request.QueryString()%>">
<param name="quality" value="high">
<embed src="myswf.swf?<%=Request.QueryString()%>"...
Hi there,
I have an swf embedded in an asp page called test.asp. This asp page is allways opened with a variable called "name" submitted in the url using the get method.
like: www.something.com/test.asp?name=myName.
I need this myName value in the asp code but also in the flashmovie...
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.