Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

how to transfer from one htm page to another page

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Valli - 22 Oct 2007 09:43 GMT
Hi,

   My project contains 20 htm pages. All these page conatins login button
where the click of login button transfers to login.htm page. All these
modules were designed by my colleague. My part is to design aspx pages &
include that with htm pages.

I have designed the login page named as Default.aspx. Now this Default.aspx
must be referred in all htm pages.
I have decided to create a login.htm page & from there transfer to
Default.aspx page.
My doubt is in from one htm page how can I transfer to another aspx page...

In aspx , this cane be done by server.redirect syntax. But in htm, how this
should be implemented?

Thanks in advance
Valli
Aidy - 22 Oct 2007 09:50 GMT
If you're pushing a button, just make the button a submit button in a form
with your target page as the action

<form action="yourpage.aspx" method="get">
   <input type="submit" value="Click me">
</form>

Or use a link, or javascript;

<script language="javascript">
window.location.href = 'yourpage.aspx';
</script>

> Hi,
>
[quoted text clipped - 15 lines]
> Thanks in advance
> Valli
Valli - 22 Oct 2007 11:23 GMT
Hi,

   Thanks for your answer. It works fine.

Regards
Valli

> If you're pushing a button, just make the button a submit button in a form
> with your target page as the action
[quoted text clipped - 28 lines]
>> Thanks in advance
>> Valli

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.