Hi! I have the following problem and it would be nice if you could help me ;).
I have embedded the windows media player plugin to my site. The user can choose from a selct menu which video to play and on changing the select menu, the video should start to play.
The media player plugin...
Hi!
I'm struggling with the following problem and would be grateful if you could help:
I have a multiple select field:
<select multiple size="5" name="fields[]">
<option value ="value">option1</option>
...
</select>
Please note that the name is "fields[]", thus an array, because I want...
Hi, I know this is probably very simple, but I just don't get it running.
I want to include a file within a class, so that it is globally visible within the whole class.
Within the functions of a class this works:
require ("language/" . $this->language . ".php");
Yet it doesn't outside of...
Hello! I have the following problem.
I have the HTML page "reports.html". It contains a number of hrefs for displaying different reports (in HTML format). All those links refer to the same page "reportsDisplayer.html" but i pass different reportnames to reportsDisplayer by adding them with a...
Hello!
Hopefully you can help me. I would like to pass a variable from one html page to another one and use the passed variable for generating a dynamic string. Is it possible to do it without JSP/ASP/PHP or so? If yes, how :|???
It should look as follows:
In html page 'test' I have the link...
Hi! I hope you won't throw me out of this forum because of this question but somehow I couldn't find the answer to this question:
I have created the following hello world basic JSP page:
<html>
<head><title>Hello World</title></head>
<body>
<h2>Hello World</h2>
<%
out.print("<p><b>Hello...
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.