Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to go to anchor link (for example the bottom page), after clicking submit button?
Old 01-18-2010, 08:09 AM How to go to anchor link (for example the bottom page), after clicking submit button?
Skilled Talker

Posts: 78
Name: syu
Trades: 0
Using below script after clicking the button it will reload the page and starting the application

I want people go to anchor link location after clicking the submit button, for example go to the bottom of the page because the program is in the bottom of the page

how to do that guys please help




Code:
echo '<form action="" id="frm_chat" method="post"><fieldset id="fieldset_chat"><legend>Chat</legend><div>';
	echo $err_msg;
	echo "<label>Nick: </label>".$txt_nick->getHtml()."<br />";
	echo "<label>Server: </label>".$ddl_server->getHtml()." or ".$txt_server->getHtml()."<br />";
	echo "<label>Channel: </label>".$ddl_channel->getHtml()." or ".$txt_channel->getHtml()."<br />";	
	
	echo ' <input type="submit" class="btn" name="btn_chat" value="Chat Now"/></div></fieldset></form>';
__________________
Lets help each other
basketmen is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-18-2010, 10:22 AM Re: How to go to anchor link (for example the bottom page), after clicking submit but
Banned

Posts: 421
Location: Boston, MA
Trades: 1
you can do that easily with an anchor tag. for example

<a href="#chat">Go to chat</a>

<a name="chat"></a>
webcosmo is offline
Reply With Quote
View Public Profile Visit webcosmo's homepage!
 
Old 01-18-2010, 10:23 AM Re: How to go to anchor link (for example the bottom page), after clicking submit but
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
<form action="#bottom_section_id" method="post" ... >
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to How to go to anchor link (for example the bottom page), after clicking submit button?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20729 seconds with 12 queries