Hi!
I'm doing a jukebox (sound and video) controlled with javascript, where I change the source of the media player with javascript. The media player object is in an iframe. And I don't know how to name the media player object (embed with Netscape) so that I can control the object in the iframe...
Hi!
I'm trying to change media player source with javascript in Netscape, I do it in IE, but it doesn't work in NN...
Can anyone help me ?
Filipe Lopes
Hi !
I would like to resize a window with frames. I did the same thing with a window without frames with this code:
function stretch(y,yfinal)
{
if (document.body.clientHeight < yfinal)
{
theHeight = document.body.clientHeight + y;
window.resizeTo(323,theHeight);
}
if...
Hi!
Thanx for reading my message!
I would like to know if with PHP, I have a way to initialize certain session variables, as there is on_session_start(), on_session_end() in the Microsoft Internet Information Server ?
These functions are started anytime a session is started or ended...
Thanx...
Hi!
Thanx for reading my message !
In the IIS, when you have a virtual directory, there's a property which defines the document to show when you write a URL in the address bar like "www.your-domain.com/virt-directory/". By default, this document is "default.htm" or...
Hi !
This must be a very easy feature, but I'm a fresh starter in PHP, so I need this very bad !
How can I transform the string "23" in the number 23 ?
in C I have atoi, but in PHP, I don't have that function !
Thanks!
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.