Web Site Development

Web hosting discussion, programming, and shared and dedicated servers.
3 posts Page 1 of 1
by artmart » Tue Nov 22, 2011 2:23 pm
Where can I look to get how to info on:
Setting a timer on a page such that it goes to another page when it expires?
Setting an alias on a directory such that both reference the same directory?
thxs
by gp1628 » Wed Nov 23, 2011 6:19 am
Keywords would be HTML and refresh.
You want to put a refresh command in the webpage so that after the time you set it will "refresh" to a different page

And on the second thing I think keywords would be linux and link.
You seem to want to create a link on the server so that one directory is linked with another.

Gandalf Parker
by dja » Thu Dec 01, 2011 7:48 pm
In javascript there is a function called settimeout. Here's some good info for that;
http://www.w3schools.com/jsref/met_win_settimeout.asp, this function in conjunction with setting
window.location.href = to the url that you want to send people to should do the trick.

As for the directory alias... you're looking for ln -s, this will setup a symbolic link from one place to another. You can find out it's usage by running "man ln" when logged into the shell server. Hope this helps! Cheers!
3 posts Page 1 of 1

Who is online

In total there are 42 users online :: 0 registered, 0 hidden and 42 guests (based on users active over the past 5 minutes)
Most users ever online was 999 on Mon May 10, 2021 1:02 am

Users browsing this forum: No registered users and 42 guests