- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsMy beta site has an email login page that requires users to type their full email address and password to login.
fname.lname@somewebsite.co
How do I get the @somewebsite.com to append itself to the dyanamic text input (username) field automatically when the submit button is pressed?
Part 2:
When the submit button is pressed how do I relay this info to a login web page so that the resulting webpage opens without all the menus and toolbars?
Is passing this info using POST to a javascript function embedded on an HTML page? The reasoning is that I would like to distribute this site sans html.
Thanks,
GFR
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: rootdirPosted on 2003-06-07 at 08:54:25ID: 8672856
1. when u pressed submit button do this
on name>") method.
sign/flash /fscommand /
tutorials/ html/ f5coo kietutoria l.html
amples/fla sh/fscom/
g/actionsc ripts_libr ary/ Extern al_Communi cation/
js/flash_c all.html
on(release){
var sUser;
sUser = username.text + "@somewebsite.com";
//process sUser here
}
2. To activate menus and toolbars you need javascropt communication check thes links. use fscommand or getURL("javascript:<functi
http://www.moock.org/webde
http://www.virtual-fx.net/
http://www.ashzfall.com/ex
http://www.actionscript.or
http://www.xs4all.nl/~ppk/
If u need any further help let me know
RootDir