/    Sign up×
Community /Pin to ProfileBookmark

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

to post a comment
HTML

19 Comments(s)

Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — what u mean would you like a page after login descibiing your company and whats new?
Copy linkTweet thisAlerts:
@zuzupusauthorSep 10.2003 — 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
Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — 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>
Copy linkTweet thisAlerts:
@zuzupusauthorSep 10.2003 — <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
Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — 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
Copy linkTweet thisAlerts:
@zuzupusauthorSep 10.2003 — 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

[CODE]


<!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>



[/CODE]
Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — oh i see now you want a kinda template or idea for a welcome page just go off and find one
Copy linkTweet thisAlerts:
@zuzupusauthorSep 10.2003 — <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
Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — 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
Copy linkTweet thisAlerts:
@zuzupusauthorSep 10.2003 — 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 ?
Copy linkTweet thisAlerts:
@96turnerriSep 10.2003 — ok got you now sorry for being so dense, right on it
Copy linkTweet thisAlerts:
@zuzupusauthorSep 15.2003 — 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
Copy linkTweet thisAlerts:
@96turnerriSep 15.2003 — 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?
Copy linkTweet thisAlerts:
@96turnerriSep 15.2003 — 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
Copy linkTweet thisAlerts:
@zachzachSep 15.2003 — he didn't even say thank you

how rude

lol
Copy linkTweet thisAlerts:
@96turnerriSep 15.2003 — who didnt say sorry? what? im confused lol ?
Copy linkTweet thisAlerts:
@zuzupusauthorSep 16.2003 — 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
Copy linkTweet thisAlerts:
@96turnerriSep 16.2003 — will do thanks
Copy linkTweet thisAlerts:
@zuzupusauthorSep 16.2003 — 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
×

Success!

Help @zuzupus spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 7.27,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ,
analytics: Fullres
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,

tipper: @qewfun,
tipped: live stream
amount: 5000 SATS,
)...