Click to See Complete Forum and Search --> : welcome page


zuzupus
08-22-2003, 03:58 AM
hi,
anybody know any links which shows some welcome page i ahve to use for my page,so that wehn user logins he will get soem welcome page and information about the company blah blah

i will be very glad if somebody send me some cool link for that or some HTML page

thanks

96turnerri
09-09-2003, 08:48 PM
what u mean would you like a page after login descibiing your company and whats new?

zuzupus
09-10-2003, 06:34 AM
yes ur right i want soem example so that later i can add my contents on that

i will be very grateful if have some professional page or approach

thanks

96turnerri
09-10-2003, 06:46 AM
i think this is what your after?

<CENTER>
<FORM>
<INPUT TYPE="button" VALUE="Click here for Updates"
onClick='alert("This site was last updated on bla bla etc")'>
</FORM>
</CENTER>

zuzupus
09-10-2003, 06:51 AM
<CENTER>
<FORM>
<INPUT TYPE="button" VALUE="Click here for Updates"
onClick='alert("This site was last updated on bla bla etc")'>
</FORM>
</CENTER> [/B][/QUOTE]

sorry i dont understand why this actually ur first post is on the right track when user logins he will get some welcome page like good morning afternoon or evening and then companys info what they do blah balh

thanks for understanding
regards

96turnerri
09-10-2003, 07:12 AM
right so what you want to do is after the user has fill in user name etc and click log-in it then takes them to a page with the info you described on it yes? have you created a login form

zuzupus
09-10-2003, 07:17 AM
yes i created a login page and when suer clicks on submit it redirects to php page there it checks user name and password and redirects to diff. page i mean yot say frameset




<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>Upload</title>
<link rel="stylesheet" type="text/css" href="../styles/styles.css" />
<script language="JavaScript">

function placeFocus()
{
if (document.forms.length > 0)
{
var field = document.forms[0];
for (i = 0; i < field.length; i++)
{
if ((field.elements[i].type == "text") || (field.elements[i].type == "textarea") || (field.elements[i].type.toString().charAt(0) == "s"))
{
document.forms[0].elements[i].focus();
break;
}
}
}
} // function placeFocus()
</script>

<STYLE>
A:link {color: #000000; text-decoration: underline}
A:hover {color: #000000; text-decoration: underline}
A:visited {color: #000000; text-decoration: underline}
</STYLE>
</head>

<body OnLoad="placeFocus()" class="gray">
<form action="login.php" method="post">
<table border="0" cellpadding="0" cellspacing="2" height="95%" width="100%">
<tr>
<td align="center">
<h1>s t y l i n g &nbsp; a u t o m o t i v e &nbsp; i n d u s t r i a l &nbsp; e n g i n e e r i n g</h1>
<h2>welcome to the service page of</h2>

</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td align="center">
<h1><span class="u">u s e r :</span><br />
<input size="20" maxlength="50" type="text" name="account" AUTOCOMPLETE=OFF class="big" /></h1>
<h1><span class="u">p a s s w o r d :</span><br />
<input size="20" maxlength="50" type="password" name="password" AUTOCOMPLETE=OFF class="big" /></h1>

<p><input type="submit" value="OK" class="biggray" /></p>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td valign="bottom" align="center"><h1>t &nbsp; h &nbsp; e &nbsp; &nbsp; &nbsp; w &nbsp; o &nbsp; r &nbsp; l &nbsp; d &nbsp; &nbsp; &nbsp; o &nbsp; f &nbsp; &nbsp; &nbsp; i &nbsp; d &nbsp; e &nbsp; a &nbsp; s</h1></td>
</tr>
</table>
</form>
</body>
</html>

96turnerri
09-10-2003, 07:26 AM
oh i see now you want a kinda template or idea for a welcome page just go off and find one

zuzupus
09-10-2003, 07:30 AM
<oh i see now you want a kinda template or idea for a <welcome page just go off and find one [/B][/QUOTE]

what do u mean by this

96turnerri
09-10-2003, 07:38 AM
you already have the page that it takes you too after log-in but you dont know what to put on it right? if not can you please explain what it is you after again

zuzupus
09-10-2003, 07:53 AM
im sorry that ur getting more and more confused as ur first reply keep u on the track and suddenly u went out :) starnge well

i can be more clear if not then my nerves will go down i cant explain more after this to u

for eg. if Marc login with ***** password in morning

he will get page something

Hi Marc!Good Morning

then some blah blah about company profile as normally when we login to some professional sites

so im reqeusting for you to have some form generator page for good look and feel with showing some company mages and trademarks or if u have any other idea plz let me know

hope this is enough to make u understandable if not im sorry i cant keep movin this post :)

96turnerri
09-10-2003, 08:12 AM
ok got you now sorry for being so dense, right on it

zuzupus
09-15-2003, 06:29 AM
hello where you have been seems to be lost in welocme page :)
anyway i got soemthing but may be i like to go more in professional page plz let me know if you have some better welcome page generator

http://webdeveloper.earthweb.com/repository/javascripts/2001/09/60991/pagegenerator-example.htm

thanks and looking forward to you with better than this link

regards

96turnerri
09-15-2003, 06:58 AM
its not a bad generator, but why do you need to use a generator cant you just look at other sites, and make like a collage of them, if you know what im on about if your really that stuck?

96turnerri
09-15-2003, 10:45 AM
try this

<SCRIPT LANGUAGE="JavaScript">
datetoday = new Date();
timenow=datetoday.getTime();
datetoday.setTime(timenow);
thehour = datetoday.getHours();
if (thehour > 18) display = "Evening";
else if (thehour >12) display = "Afternoon";
else display = "Morning";
var greeting = ("Good " + display + "!");
document.write(greeting);
</script>

on your page

zachzach
09-15-2003, 04:03 PM
he didn't even say thank you
how rude
lol

96turnerri
09-15-2003, 05:16 PM
who didnt say sorry? what? im confused lol :confused:

zuzupus
09-16-2003, 04:48 AM
thanks alot its appreciable but i want some professiona page with lot of images and u no im also trying for that if you ahve anythign for me i mean any link or anyting

plz let me no

regards

96turnerri
09-16-2003, 04:51 AM
will do thanks

zuzupus
09-16-2003, 04:54 AM
zachzach

<<he didn't even say thank you
<<<how rude


btw who rude is it me :) well once again thanks alot from bottom of my heart but fortunatley the Jscript i already finished that part but still its appreciable

regards